Can anyone point me in the right direction to get gauth MFA working with a MySQL token repository? MFA triggers, I scan the qrcode and a record is created in GoogleAuthenticatorRegistrationRecord , but nothing ever appears in GoogleAuthenticatorToken. Scratch codes work, but the tokens from the authenticator app do not. I turned on CAS debugging and see nothing. Enabling SQL logging, I see the query looking for the token in GoogleAuthenticatorToken, but I never see anything attempt to store records there. What am I missing?
Thanks