Skip to content

Commit 2c285ba

Browse files
maartenbaCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 7c8d740 commit 2c285ba

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

  • astro/src/content/docs/identityserver/aspnet-identity

astro/src/content/docs/identityserver/aspnet-identity/index.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,13 @@ the [Quickstart Documentation](/identityserver/quickstarts/5-aspnetid.md) for a
6969

7070
## User Management Pages
7171

72-
The IdentityServer templates only include pages necessary for the authentication flow (login, logout, consent, error). User management pages — such as forgot password, password reset, or two-factor authentication setup — are not part of the IdentityServer templates because they are specific to your user store implementation.
73-
74-
Since ASP.NET Core Identity provides built-in support for these features, you can add them to your IdentityServer host by [scaffolding Identity into your project](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity). This gives you ready-made pages for password reset, email confirmation, two-factor authentication, and more — all integrated with the ASP.NET Core Identity user store you've already configured.
72+
The IdentityServer templates only include pages necessary for the authentication flow (login, logout,
73+
consent, error). User management pages — such as forgot password, password reset, or two-factor
74+
authentication setup — are not part of the IdentityServer templates because they are specific to your
75+
user store implementation.
76+
77+
Since ASP.NET Core Identity provides built-in support for these features, you can add them to your
78+
IdentityServer host by [scaffolding Identity into your project](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity).
79+
This gives you ready-made pages for password reset, email confirmation, two-factor authentication,
80+
and more — all integrated with the ASP.NET Core Identity user store you've already configured.
7581

0 commit comments

Comments
 (0)