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 De León <[email protected]> wrote: > 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´t identify how to > acomplish the same override on the new classes. > somebody can help me point me which class i need to override to acomplish > the same? > > Tkx > > -- > - Website: https://apereo.github.io/cas > - Gitter Chatroom: https://gitter.im/apereo/cas > - List Guidelines: https://goo.gl/1VRrw7 > - Contributions: https://goo.gl/mh7qDG > --- > 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/f4ac770a-31bc-42f0-881a-d4c46b147a90n%40apereo.org > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/f4ac770a-31bc-42f0-881a-d4c46b147a90n%40apereo.org?utm_medium=email&utm_source=footer> > . > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- 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/CAMpiYKhenyWzv9eiLGPMjuL2C-7SNKmS58Bspm%2BH6OysB7QANA%40mail.gmail.com.
