From 1488e189c32187dd28202eb1fa21aa5256b605df Mon Sep 17 00:00:00 2001 From: AL Rodriguez Date: Thu, 18 Jun 2026 13:54:16 -0400 Subject: [PATCH] Updated links to UM samples after changing the directories they're stored in --- .../content/docs/identityserver/samples/usermanagement.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/astro/src/content/docs/identityserver/samples/usermanagement.mdx b/astro/src/content/docs/identityserver/samples/usermanagement.mdx index ec125a836..bda076727 100644 --- a/astro/src/content/docs/identityserver/samples/usermanagement.mdx +++ b/astro/src/content/docs/identityserver/samples/usermanagement.mdx @@ -17,12 +17,12 @@ This sample contains the finished source code for the [Getting Started with User -### 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. @@ -46,7 +46,7 @@ in a single `dotnet run` command.