I am working on setup of CAS SSO using cas-overalay-template(5.3.x). Integrated LDAP for authentication.
By Default the request goes through LDAPAuthenticatiionHandler and returns the HandlerResult.
My Requirement is to Have a CustomLDAPAuthenticationHandler and post to successful authentication, I need to make a REST call to populate more data/fields into CAS Authentication Response data.
Now, is there any way that I can mark my CustomLDAPAuthenticationHandler as default LDAPAuthenticationHandler?
Kindly advise.
--