Hi Al, I've got the same issue, could not fixed it. F12 console in your browser might throw a 401 error ... (for info my db backend is redis) we have a topic here : https://groups.google.com/a/apereo.org/g/cas-user/c/XKFgFS__U9M regards,
Le mercredi 10 janvier 2024 à 05:26:03 UTC+1, Al Faller a écrit : > 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/5967252b-e9f9-4509-8443-ca4ed170d8c9n%40apereo.org.
