Option to add multiple MFA methods

When user goes to profile page in my app, I want to display the options to choose and then setup proper MFA (SMS for example). How can I achieve that?

Hi @xrevix00,

You can show your users multiple MFA options to select from on your app by enabling the Show Multi-factor Authentication options toggle in your MFA settings (Dashboard > Security > Multi-factor Auth).

(Reference: Enable Multi-Factor Authentication)

Please let me know if you have any questions.

Thanks,
Rueben

Thanks for fast reply! Although my question is different.

I enabled options in the Auth0 dashboard. User now logged-in in my app and wants to add another MFA, I would like to display the available options on my frontend and then let the user configure it.

Hi @xrevix00,

Yes, that is possible with using the Auth0 MFA API. I suggest reading our Manage Authentication Factors with Authentication API documentation about this.

Please let me know if you have any questions on the implementation.

Thanks,
Rueben

@rueben.tiow , can you help with this inquiry? it is similar to this post. the docs don’t show how to do this part though.

https://community.auth0.com/t/how-to-allow-users-to-configure-multiple-mfa-methods/154242

Hi @gabriel.pineda,

I recommend following up on your post. One of our Community Engineers will respond soon.

Cheers,
Rueben