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