Umbraco 13 || Security || Two-factor Authentication || USERS

Опубликовано: 13 Июль 2026
на канале: HKTechArchitect
656
18

Umbraco users and members support a two-factor authentication (2FA) abstraction for implementing a 2FA provider of your choice.

Umbraco controls how the UI is for user login and user edits, but will still need a view for configuring each 2FA provider.

we will use the GoogleAuthenticator NuGet Package. Despite the name, this package works for both Google and Microsoft authenticator apps. It can be used to generate the QR code needed to activate the app for the website.

#umbracocms #security #2fa #googleauthenticator #microsoft #dotnetcore
#umbraco13 #community #csharp #programming