Can I add Auth0 MFA to my custom login flow (email/password)?

I have a email/password login flow that’s not using auth0’s, but I wanna add auth0 MFA (SMS) after the user’s successful login. Is it possible? Which API should I specifically look for?

Hey there @joshua.l1123 welcome to the community!

As far as I’m aware this isn’t possible when using a login flow entirely outside of Auth0 - As you can see in the ROPG (Resource Owner Password Grant) flow when MFA is enabled for an application, an mfa token is returned upon successful auth. At that point the MFA API can be utilized to complete the flow.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.