Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ This sample contains the finished source code for the [Getting Started with User

<LinkCard
description="GitHub Repository for the User Management Getting Started Sample"
href="https://github.com/DuendeSoftware/samples/tree/main/IdentityServer/v8/UserManagement/UserManagementSample.GettingStarted"
href="https://github.com/DuendeSoftware/samples/tree/main/IdentityServer/v8/UserManagement/GettingStarted"
title="User Management Getting Started Sample"
target="_blank"
/>

### User Management Sample
### Full User Management Sample

This sample demonstrates a full IdentityServer deployment using Duende User Management for user storage and authentication.
It covers multiple authentication methods working together in a single application, orchestrated by .NET Aspire.
Expand All @@ -46,7 +46,7 @@ in a single `dotnet run` command.

<LinkCard
description="GitHub Repository for the User Management Sample"
href="https://github.com/DuendeSoftware/samples/tree/main/IdentityServer/v8/UserManagement"
href="https://github.com/DuendeSoftware/samples/tree/main/IdentityServer/v8/UserManagement/FullSample"
title="User Management Sample"
target="_blank"
/>
Loading