Ready to post? First, try searching for your answer.
Hi,
I have the following senario, could someone give me advise?
I have MFA enabled in Auth0. If users log in via an external provider (such as Okta or MS Entra) where MFA is also enabled, will they be required to complete MFA twice—once through their external provider and again through Auth0? Is there a way to identify within Auth0 if users have already completed MFA through their external provider?
Yes, if MFA was configured in both their external identity provider and Auth0, they will be required to complete it twice.
Unfortunately, there’s no way to determine whether users have completed MFA through their external identity provider in Auth0. This is because MFA is happening in two separate places that don’t share the same sessions.
Yes, you should be able to get the authentication method used during an external login event with Okta. That information will be available during the login event.