Re: [cas-user] How to implement DelegatedClientAuthenticationHandler class in cas v6.6.15

2024-06-27 Thread Dmitriy Kopylenko
Is this the class you're looking for? https://github.com/apereo/cas/blob/v6.6.15.1/support/cas-server-support-pac4j-core-clients/src/main/java/org/apereo/cas/support/pac4j/authentication/handler/support/DelegatedClientAuthenticationHandler.java Cheers, D. On Thu, Jun 27, 2024 at 1:41 PM Danielo D

[cas-user] How to implement DelegatedClientAuthenticationHandler class in cas v6.6.15

2024-06-27 Thread Danielo De León
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. public class DelegatedClientAuthenticationHandler extends AbstractPac4jAuthenticationHandler { Now in cas v6.6.15 this class doesn´t exists and i donn