From fd8e859b3d7428c000a0c1db9038d5d0fd27c0dd Mon Sep 17 00:00:00 2001 From: Wesley Cabus Date: Wed, 11 Mar 2026 15:43:50 +0100 Subject: [PATCH] Promote our own token inspection tool --- .../docs/identityserver/quickstarts/1-client-credentials.md | 2 +- .../content/docs/identityserver/quickstarts/2-interactive.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/astro/src/content/docs/identityserver/quickstarts/1-client-credentials.md b/astro/src/content/docs/identityserver/quickstarts/1-client-credentials.md index 200e8e4e..7f90d984 100644 --- a/astro/src/content/docs/identityserver/quickstarts/1-client-credentials.md +++ b/astro/src/content/docs/identityserver/quickstarts/1-client-credentials.md @@ -430,7 +430,7 @@ Console.WriteLine(tokenResponse.AccessToken); ``` :::note -Copy and paste the access token from the console to [jwt.ms](https://jwt.ms) to +Copy and paste the access token from the console to [jwt.me](https://jwt.me) to inspect the raw token. ::: diff --git a/astro/src/content/docs/identityserver/quickstarts/2-interactive.md b/astro/src/content/docs/identityserver/quickstarts/2-interactive.md index 61d39553..e816e9b6 100644 --- a/astro/src/content/docs/identityserver/quickstarts/2-interactive.md +++ b/astro/src/content/docs/identityserver/quickstarts/2-interactive.md @@ -371,7 +371,7 @@ contents of the cookie. As you can see, the cookie has two parts: the claims of the user and some metadata in the properties. This metadata also contains the original access and id tokens issued by `IdentityServer`. Feel free to copy these tokens -to [jwt.ms](https://jwt.ms) to inspect their content. +to [jwt.me](https://jwt.me) to inspect their contents. ## Adding Sign-out