Hi - Trying to get mfa-gauth working with 7.0. Unfortunately when I'm attempting to "Confirm account registration" (save my new device), I receive a 403 error back from CAS at /cas/mfa-gauth and an error on the screen. I can reproduce this with a clean copy of the overlay. My steps:
- add 'implementation "org.apereo.cas:cas-server-support-gauth"' to the build.gradle - ./gradlew build - add cas.authn.mfa.triggers.global.global-provider-id=mfa-gauth to /etc/cas/config/cas.properties - java -jar build/libs/cas.war --server.ssl.enabled=false --server.port=8080 >From chrome developer tools, looks like the following was returned: --- !<java.util.LinkedHashMap> timestamp: "2024-01-09T22:48:27.384+00:00" status: 403 error: "Forbidden" message: "Access Denied" path: "/cas/mfa-gauth" added debug logging - nothing useful shows up. Attached is the screenshot: [image: Screenshot from 2024-01-09 17-45-14.png] Any ideas why this might be breaking? I have tried 7.0 and master with no luck. Thanks in advance, Al -- - 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/7108e24e-8dd0-430f-9f1e-56e2f915e130n%40apereo.org.
