Hi, context : mfa-gauth issue, since october, we have a 401 error trying to acces /cas/mfa-gauth when trying to register new devices.
according to this commit : https://github.com/apereo/cas/commit/15580dc#diff-217a31a51bb1b4b527e8866140a331dedf1278c2a806421a985a54ad1568986f When I roll back the "action" value in this form, from : action="@{${'/' + activeFlowId} }" to : action="@{/login}" It is ... back to life and working again (in my case, but that is not the case for everybody afaik ...) The webflow might have changed from CAS 6 to 7 and there might be a blocking spring permission on the /cas/mfa-gauth endpoint ... A lot of thanks to Al Faller, have a look at the previous discussion : https://groups.google.com/a/apereo.org/g/cas-user/c/H4fvKej9NSs Regards, -- - 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/940eb22f-458e-4b2d-b263-136f88dd79adn%40apereo.org.
