Skip to content

Commit 15149e8

Browse files
local is ambiguous in requiring two 2FA (#34298)
* local is ambiguous in requiring two 2FA * Update aspnetcore/security/authentication/identity-enable-qrcodes.md * Update aspnetcore/security/authentication/identity-enable-qrcodes.md * Update aspnetcore/security/authentication/identity-enable-qrcodes.md Co-authored-by: Luke Latham <[email protected]> --------- Co-authored-by: Luke Latham <[email protected]>
1 parent 3b26ce2 commit 15149e8

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 2FA for both the web app and the external authentication provider, then users would be required to satisfy two 2FA approaches. Requiring two 2FA approaches deviates from established security practices, which typically rely on a single, strong 2FA method for authentication.
3131

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

0 commit comments

Comments
 (0)