Looking to provide skip button on MFA screens

Hi,

I have a requirement, where on MFA we need to provide a skip button along with MFA options to the user. This is in line with other websites such as Zoho, where they provide users skip and skip for now options on MFA. I read through achieving custom MFA flows with actions on auth0, but if I want to provide the user a button on the page and let that user decide if he wants to configure MFA or not, I have not seen anything on that front.
Let me know if its achievable

Hi @spdeveloper,

Welcome back to the Auth0 Community and sorry for the late reply.

Unfortunately there is no out of the box option in Auth0 for a Skip Button when it comes to MFA enrollments, as documented in our Knowledge Article, so everything related to this would need to be custom-made.

Implementing a “Skip MFA” button can undermine the security purpose of MFA, as it provides an opportunity for unauthorized access. MFA is designed to ensure only legitimate users can access accounts, even if primary credentials are compromised.

Once Multi-Factor Authentication (MFA) is enabled, it applies to all users in the tenant and they must complete the enrollment to be able to log in.

I would recommend upvoting this Feedback Request.

I hope this helps your use case, but others as well.
Thanks,
Remus