Using custom mfa screen after social login

We are implementing embedded login and social logins with MFA. When using authorize with social, after they are logged in with the social provider, before redirecting back to our callback / redirect uri, it’s redirected to the Auth0 MFA screen instead of back to our application so we can show our own MFA screen. Is there a way to change this?

Hi there @TheoB!

Have you tried following the tips from this doc:

It should provide you with all you need for that specific issue. Let me know if that helps!

Hey there @TheoB!

Have you managed to implement you behaviour the way you intended using the docs I provided above? Let me know if you require further assistance!