Skip to content

Commit 0284c28

Browse files
authored
Update date and improve clarity in identity solution guide (#36271)
1 parent c92636a commit 0284c28

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

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

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A guide to help choose the right identity management solution for a
44
author: JeremyLikness
55
ms.author: jeliknes
66
ms.topic: how-to
7-
ms.date: 07/25/2023
7+
ms.date: 10/27/2025
88
uid: security/how-to-choose-identity
99
---
1010

@@ -14,22 +14,17 @@ Most web apps support authentication to ensure that users are who they claim to
1414

1515
## Basic identity management with ASP.NET Core Identity
1616

17-
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:
17+
ASP.NET Core includes the built-in [ASP.NET Core Identity](xref:security/authentication/identity) authentication provider. The provider includes the APIs, UI, and backend database configuration to support managing user identities, storing user credentials, and granting or revoking permissions. Additional features include:
1818

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

25-
For most scenarios, this may be the only provider needed.
25+
For most scenarios, this may be the only provider needed. In other scenarios, a server or service that manages authentication and identity may be beneficial.
2626

27-
To learn more:
28-
29-
* Read the [Introduction to Identity on ASP.NET Core](xref:security/authentication/identity)
30-
* Follow a tutorial to build your own secure .NET web app: [Secure a .NET web app with the ASP.NET Core Identity framework](/training/modules/secure-aspnet-core-identity/).
31-
32-
In other scenarios, a server or service that manages authentication and identity may be beneficial.
27+
For more information, see <xref:security/authentication/identity>.
3328

3429
## Determine if an OIDC server is needed
3530

aspnetcore/toc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,6 @@ items:
227227
- name: Data access >>
228228
displayName: tutorial, ef, entity framework
229229
href: /training/modules/persist-data-ef-core/
230-
- name: Web app security >>
231-
displayName: tutorial, identity
232-
href: /training/modules/secure-aspnet-core-identity/
233230
- name: Fundamentals
234231
items:
235232
- name: Overview

0 commit comments

Comments
 (0)