-
Notifications
You must be signed in to change notification settings - Fork 793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMS 13: Two Factor authentication for Users #6809
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, @sofietoft 💪
@@ -11,6 +11,8 @@ This article includes guides for implementing two-factor authentication options | |||
* [Two-Factor Authentication for Members](#two-factor-authentication-for-members) | |||
* [Two-Factor Authentication for Users](#two-factor-authentication-for-users) | |||
|
|||
Two-factor authentication (2FA) for Umbraco Users and Members is activated by implementing an `ITwoFactorProvider` interface and registering the implementation. The implementation can use third-party packages to support authentication apps like the Microsoft- or Google Authentication Apps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two-factor authentication (2FA) for Umbraco Users and Members is activated by implementing an `ITwoFactorProvider` interface and registering the implementation. The implementation can use third-party packages to support authentication apps like the Microsoft- or Google Authentication Apps. | |
Two-factor authentication (2FA) for Umbraco Users and Members is activated by implementing an `ITwoFactorProvider` interface and registering the implementation. The implementation can use third-party packages to support authentication apps like Microsoft or Google Authentication Apps. |
|
||
### Test the set up for Users | ||
|
||
Each user can now enable the configured 2fa providers on their user. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Each user can now enable the configured 2fa providers on their user. | |
Each user can now enable the configured 2FA provider on their user. |
Description
Updated steps for the guide to set up 2FA for backoffice Users.
Type of suggestion
Product & version (if relevant)
13 CMS