Re: [cas-user] Custom webflow priority

2023-10-11 Thread Ray Bon
The order is part of spring webflow, so look into that. Cas does have some helper methods. See https://github.com/apereo/cas/blob/6.6.x/core/cas-server-core-webflow-api/src/main/java/org/apereo/cas/web/flow/configurer/AbstractCasWebflowConfigurer.java which has an order field and a number of

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

[cas-user] Custom webflow priority

2023-10-11 Thread spfma.tech via CAS Community
Hi, I managed to inject some custom webflow modifications and I am facing a problem : it seems other webflows (I first added 'mfa-gauth' and then 'simple-mfa') always supersede mine in the end, as seen in the logs : 2023-10-11 11:35:09,560 DEBUG