Embedded (Passwordless email flow) + MFA

I currently have the passwordless email flow configured in my application using the embedded login api. I would like to allow my users to enable MFA, and select between text-message and authenticator apps. However, all the docs I see for MFA / triggering MFA lead me to the universal login flow.

Is this even possible using the embedded approach?

Hi there @enrique welcome to the community!

Good question - I’m not entirely sure it is - Like you’ve mentioned almost all docs refer to Universal Login in this context as it’s generally encouraged over embedded for various reasons. MFA in general should be possible in an embedded flow, but you would need to use the MFA API directly as noted here:

Please do let us know if you have follow up questions and/or can share your solution should you come to one.

Thanks!

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