You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Micke reported that if local MFA is configured, and the user logs in through GSS, verification is not triggered.
So maybe we should trigger it from our app in that case?
Be careful never to trigger verification if MFA is not configured for the current user, because that will (IIUC) lead to the 'token not found' internal server error we saw with some earlier versions of the code.
The text was updated successfully, but these errors were encountered:
Micke reported that if local MFA is configured, and the user logs in through GSS, verification is not triggered.
So maybe we should trigger it from our app in that case?
Be careful never to trigger verification if MFA is not configured for the current user, because that will (IIUC) lead to the 'token not found' internal server error we saw with some earlier versions of the code.
The text was updated successfully, but these errors were encountered: