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.
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}ā
Thanks for sharing that with the rest of community!
This works
Thanks!
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
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.