How to implement DelegatedClientAuthenticationHandler class in cas v6.6.15
In cas v6.3.7.4 we got this class impemented to capture after google/facebook auth, the process and take actions before reject or sucess login.
JEEContext in DelegatedClientAuthenticationHandler with cas v6.6.15
I’m using cas-overlay-template 6.6.15 with pac4j 5.4.6 and I’m having dependency issues implementing the DelegatedClientAuthenticationHandler class. The class extends AbstractPac4jAuthenticationHandler, I’m doing it this way because I’m relying on a previous cas implementation (v6.3.7.4).
How to redirect in pac4j to home with google or facebook?
I am using cas apereo v6.6.15 with pac4j v5.4.6 and I am not being able to redirect to the sso home when I log in through Google or Facebook