Different Authentication Methods for different types of users, and migrating between them

I will have two types of users paying users who need to have a username and password with MFA enabled, and free customers who ideally only need to Passwordless Authentication with Email.

How would I go about setting that up in Auth0?

Also, is it possible to transition someone from Passwordless Authentication with Email to username and password with MFA enabled?

Hi @baynezy

Welcome back to the Auth0 Community!

Thank you for posting your question. With the usage of Action you can control when the MFA is triggered based on certain conditions. In terms of user control, you can go with RBAC or information stored in the user metadata, which you can update from your application in case the user starts paying.

I hope this will help you!
Dawid

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