The order is preserved as you have them defined I believe, but if you want to be explicit you could define a map-class that forces that behavior.
-- Misagh From: K S <[email protected]> Reply: [email protected] <[email protected]> Date: January 4, 2017 at 10:24:34 PM To: CAS Community <[email protected]> Subject: [cas-user] CAS 4.2.x multiple authenication handler is it possible to define 2 auth handlers in cas 4.2 ( in my case LDAP and AD ) with one being primary and second one secondary . Right now i have both defined as primary and i am not sure how cas orders them . <util:map id="authenticationHandlersResolvers"> <entry key-ref="proxyAuthenticationHandler" value-ref="proxyPrincipalResolver" /> <entry key-ref="ldapAuthenticationHandler" value-ref="primaryPrincipalResolver" /> <entry key-ref="ADAuthenticationHandler" value-ref="primaryPrincipalResolver" /> </util:map> -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- 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/2bd6076c-624d-4a20-956a-abf2dab2c7d6%40apereo.org. -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- 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/etPan.586d5417.7557e827.24f0%40unicon.net.
