Hello,
We upgrade CAS from version 6.5.9 to 7.0.3 and CAS in SAML stop returning
*givenName
*in attributes. Example configuration below. Any idea why is it stop
working ?
"attributeReleasePolicy": {
"@class": "org.apereo.cas.services.ReturnMappedAttributeReleasePolicy",
"excludeDefaultAttributes": true,
"allowedAttributes": {
"@class": "java.util.TreeMap",
"email": "mail",
"upn": "upn",
"userPrincipalName": "upn",
"given_name": "givenName",
"givenName": "givenName",
"family_name": "sn"
}
}
Thanks for any idea and help.
--
- 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/dd133950-28ab-408c-98cd-3615b18d9000n%40apereo.org.