Email as primary factor for MFA

In the blogpost:

by Andrew Akers it is stated that MFA as a standalone multi-factor method is on the Auth0 roadmap.

When could we expect this functionality to be implemented?

It is needed for our business case.

Hey there!

Let me reach out to our product team and find more info about it!

Jant -
You can trick this into working now if you turn on phone and email in the dashboard, and then hit the management api to turn phone off.
curl --request PUT ā€œ$AUTH0_TENANT_DOMAIN/api/v2/guardian/factors/smsā€
ā€“header ā€˜Content-Type: application/jsonā€™
ā€“header ā€œAuthorization: Bearer $access_tokenā€
-d ā€˜{ā€œenabledā€:false}ā€™

1 Like

Thanks for sharing that with the rest of community!

This works :slight_smile:
Thanks!

2 Likes

Perfect! Glad to hear that!

@konrad.sopala a question though. The above solution is not officially supported.
We wouldnā€™t like to be surprised one day that this stops working :slight_smile:

Have you got any info from the product team when this functionality will be officially available?

Cheers,
Jan

Hey there!

Unfortunately no public customer facing information as of now

@konrad.sopala - Any update on this? It has been over 1 year now and this trick is still viable. Is it possible to get an official stance on this?

Thanks in advance.