Skip to content

Commit 852dd54

Browse files
authored
Fix links to old 2FA SMS auth page (dotnet#35579)
A user reported this, we should probably be linking to the MFA page.
1 parent 8d2d199 commit 852dd54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aspnetcore/security/authentication/identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ To prevent publishing static Identity assets (stylesheets and JavaScript files f
253253
* <xref:security/authentication/identity-enable-qrcodes>
254254
* <xref:migration/identity>
255255
* <xref:security/authentication/accconfirm>
256-
* <xref:security/authentication/2fa>
256+
* <xref:security/authentication/mfa>
257257
* <xref:host-and-deploy/web-farm>
258258

259259
:::moniker-end

aspnetcore/security/how-to-choose-identity-solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Most web apps support authentication to ensure that users are who they claim to
1717
ASP.NET Core ships with a built-in authentication provider: [ASP.NET Core Identity](xref:security/authentication/identity). The provider includes the APIs, UI, and backend database configuration to support managing user identities, storing user credentials, and granting or revoking permissions. Other features it supports include:
1818

1919
* [External logins](xref:security/authentication/social/index)
20-
* [Two-factor authentication (2FA)](xref:security/authentication/2fa)
20+
* [Multi-factor authentication (MFA)](xref:security/authentication/mfa)
2121
* [Password management](xref:security/authentication/accconfirm)
2222
* Account lockout and reactivation
2323
* Authenticator apps

0 commit comments

Comments
 (0)