Re: [cas-user] CAS 66x, how to make association between authentication handlers and attribute repositories / PersonAttributeDaos

2023-10-12 Thread Luís Costa
>> Luís, Hello Ray, Thank you for your quick and informative reply! >> It is possible to get attributes at time of authentication for ldap and jdbc. >> >> cas.authn.ldap[0].principal-attribute-list= \ >> mail, \ >> cn, \ >> sn, \ >> givenName >> >> That will give you one source. >> See

Re: [cas-user] CAS 66x, how to make association between authentication handlers and attribute repositories / PersonAttributeDaos

2023-10-11 Thread Ray Bon
Luís, It is possible to get attributes at time of authentication for ldap and jdbc. cas.authn.ldap[0].principal-attribute-list= \ mail, \ cn, \ sn, \ givenName That will give you one source. See https://apereo.github.io/cas/6.6.x/authentication/LDAP-Authentication.html Does your user

[cas-user] CAS 66x, how to make association between authentication handlers and attribute repositories / PersonAttributeDaos

2023-10-11 Thread Luís Costa
Hello, I'm implementing CAS 6.6.x (currently I have 6.6.8), and I need to make an association between authentication handlers and attribute repositories / PersonAttributeDaos, for example, LdapAuthHandler[0] => Dao1, Dao2 and JdbcAuthHandler[0] => Dao1, Dao3. The goal is that each auth