Umbraco MFA #19268
Replies: 2 comments 3 replies
-
Here is a guide on how to do it with a Google login: https://docs.umbraco.com/umbraco-cms/reference/security/two-factor-authentication#two-factor-authentication-for-users There is also this package that simplifies the setup and supports Google, Microsoft, and Twilio: https://marketplace.umbraco.com/package/umbraco.community.user2fa If you want to send out an email, you will have to either implement that step yourself rather than rely on the Google Authentication NuGet package (there are hooks you can use in the provider setup), or perhaps you can find another NuGet package that does it for you. I would also like to redirect you to our Umbraco Forum for any further questions. There are a lot of people over there with a lot of experience. |
Beta Was this translation helpful? Give feedback.
-
I read the Umbraco documentation...I'm on it every day for other projects. The problem is not about to add Google or Microsoft Authentication but how to create and add a custom OTP authentication, sent the PIN via email and authenticate the user. |
Beta Was this translation helpful? Give feedback.
-
Hi, How to add an MFA to local login in U14+?
I want to add an OTP pin sent via email.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions