Hi all,

Still don't know how to fix it, but I found something here:

In CAS 5.3.14, see here: 
https://github.com/apereo/cas/blob/v5.3.14/core/cas-server-core-authentication-api/src/main/java/org/apereo/cas/authentication/principal/SimplePrincipal.java#L50

SimplePrincipal attribute is:
private Map<String, Object> attributes = new HashMap<>();

But in CAS 6.1.1, see here 
https://github.com/apereo/cas/blob/v6.1.1/core/cas-server-core-authentication-api/src/main/java/org/apereo/cas/authentication/principal/SimplePrincipal.java#L53

SimplePrincipal attribute is:
private Map<String, List<Object>> attributes = new HashMap<>();


Maybe this is related to the bug we encountered here?

- Andy



-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/ca431760-3cfe-4ad7-bf50-4bedebe62b7a%40apereo.org.

Reply via email to