Using CAS 5.3.x and SPNEGO (Kerberos) authentication, how do I get more user attributes than just the SAMAccountName?
When I only use "standard" LDAP authentication handler, I can just put this configuration:
cas.authn.ldap[0].principalAttributeList=sAMAccountName,displayName,givenName,mail
But after a SPNEGO authentication I don't get those additional attributes.
Do you know a way to do it?