It seems that when login with remember me feature, the user attributes (comming from AttributeRepository) are not refreshed.
The use case : A user logs on monday. Its attributes are retrieved. On tuesday, its attributes change (roles for examples). On Wednesday, when it returns to the sit and authenticate via Rememberme, its old attributes values are returned by CAS server. If the user logs out and then logs in, its attributes are normally refreshed.
How to refresh the user attributes when login via remember me ?
I'm using CAS server 3.5.2.