You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/security/how-to-choose-identity-solution.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: A guide to help choose the right identity management solution for a
4
4
author: JeremyLikness
5
5
ms.author: jeliknes
6
6
ms.topic: how-to
7
-
ms.date: 07/25/2023
7
+
ms.date: 10/27/2025
8
8
uid: security/how-to-choose-identity
9
9
---
10
10
@@ -14,22 +14,17 @@ Most web apps support authentication to ensure that users are who they claim to
14
14
15
15
## Basic identity management with ASP.NET Core Identity
16
16
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:
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.
26
26
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>.
0 commit comments