Umbraco 13 - 2FA Question

I am trying to find a way using this tutorial / information in the Umbraco Docs: Two-factor Authentication | Umbraco CMS

To allow back office users to use 2FA,

1: I want to force all users (None AD Users) on 1st sign in to use 2FA
2: I want to stop any users that are None AD users from Switching off 2FA.

Regards
Darren

You can definitely enforce 2FA on sign in, this Gist from @Rockerby did the trick for me! I’m not sure about disabling the ability to turn it off once it’s turned on though.

1 Like

Hi,

Thanks this works, the only issue I am finding is that any users we have setup with AD is causing issues. Is there any way to check to see if the user is logged in by AD to stop 2FA check.