Umbraco 2FA on Login Screen

Is there any way to setup 2 FA on the login form.

Steps:

User Enter Username and Password

Checks to see if the user is setup with 2FA

If not setup then se up 2FA

Just wounded if there an event I can tap in to to do this?

Thanks

Darren

Hi, you can enforce 2FA using this example:

It will force user to setup 2FA after login

1 Like

I want to set it up during login, as this is a security issue, I also want to disable them switching 2FA off as well.

@darrenhunterEmerald You can implement your own solution. Refer to the following docs as a guide to get you started.