I am trying to implement Google Authenticator as our MFA, and I am able to get everything working if I use the JSON method. However, I want to be able to store the validation information for the users in a MySQL database, and I figure the best way to do that is by using a custom REST page. But I am not sure how the information is being sent (or even what type of information) is being sent to the REST endpoint. Anything that I have tried results in a "Whitelabel Error Page." Has anyone had success (or can tell me) getting REST endpoints to work with Google Auth MFA?
Thanks! BTW, this is the body of the error: There was an unexpected error (type=Internal Server Error, status=500). Exception thrown executing org.apereo.cas.otp.web.flow.OneTimeTokenAccountCheckRegistrationAction@264472e1 in state 'accountRegistrationCheck' of flow 'mfa-gauth' -- action execution attributes were 'map['resolvedAuthenticationEvents' -> set[mfa-gauth]]' -- - 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/8e9c5d1f-0c8b-4262-b42b-e8860af04aab%40apereo.org.
