CAS Jasig remember me uses old user attributes

May 20, 2013 in answer

0 votes, 0.00 avg. rating (0% score)

ANSWER:

Currently, those attributes are not refreshed. The attributes are retrieved at TGT generation time and serialized to the database (they are stored with the principal which is attached to the ticket). The CAS4-api branch solved that issue by always delegating to the underlying attribute repository which could decide to cache the attributes for a period of time. There is some work being done to transfer some of the API-branch code into the trunk, but not all of it is. If you want to see this in there, you should open a JIRA issue with this bug. I can provide details in the ticket on why this is happening and ways it can be fixed.

Scott Battaglia from http://stackoverflow.com/questions/16661539