diff --git a/astro/src/content/docs/identityserver/samples/usermanagement.mdx b/astro/src/content/docs/identityserver/samples/usermanagement.mdx
index ec125a83..bda07672 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.