Skip to content

Commit 31cff51

Browse files
local is ambiguous in requiring two 2FA
1 parent e663fdf commit 31cff51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/security/authentication/identity-enable-qrcodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The ASP.NET Core web app templates support authenticators but don't provide supp
2727

2828
:::moniker-end
2929

30-
Two-factor authentication does not happen using an external authentication provider, such as [Google](xref:security/authentication/google-logins) or [Facebook](xref:security/authentication/facebook-logins). External logins are protected by whatever mechanism the external login provider provides. Consider, for example, the [Microsoft](xref:security/authentication/microsoft-logins) authentication provider requires a hardware key or another 2FA approach. If the default templates enforced "local" 2FA then users would be required to satisfy two 2FA approaches, which is not a commonly used scenario.
30+
Two-factor authentication does not happen using an external authentication provider, such as [Google](xref:security/authentication/google-logins) or [Facebook](xref:security/authentication/facebook-logins). External logins are protected by whatever mechanism the external login provider provides. Consider, for example, the [Microsoft](xref:security/authentication/microsoft-logins) authentication provider requires a hardware key or another 2FA approach. If the default templates required the web app and the authentication provider both require 2FA, then users would be required to satisfy two 2FA approaches. Requiring two 2FA isn't common.
3131

3232
## Adding QR codes to the 2FA configuration page
3333

0 commit comments

Comments
 (0)