Customise MFA enrolment flow

Hi @simoesj,

Welcome to the Auth0 Community!

If you want the email MFA option to take you to the email verification flow if the user’s email is not verified, you will have to create a custom menu in your app. You can create custom enrollment tickets using the Management API. You can have the email option check if the user’s email is verified. If it is, create an email MFA enrollment ticket, if not, create an email verification ticket.

If you have any other questions, feel free to reach out.

Have a good one,
Vlad