Hello, I'm trying to use passwordless authentication with SMS notification.
The authentication fails due to "multiple authentications". First authentication works but the AcceptPasswordlessAuthenticationAction.doExecute function calls authenticate method (in super.doExecute call) after token deletion. If I modifiy the code, I let the super call doExecute method and delete the token after it, my authentication works. Is this the good way or am I missing something in my configuration? Thx for feedback. -- - 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/457eaec8-27bf-4043-9acf-46a1d28e734d%40apereo.org.
