From 034542e14e9f1202b40f26c84302b4dc1a87c9c9 Mon Sep 17 00:00:00 2001 From: jeffdahlcorpay <124300623+jeffdahlcorpay@users.noreply.github.com> Date: Fri, 22 Sep 2023 10:10:55 -0700 Subject: [PATCH] Update 2_interactive.md Fix markdown link --- IdentityServer/v6/docs/content/quickstarts/2_interactive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IdentityServer/v6/docs/content/quickstarts/2_interactive.md b/IdentityServer/v6/docs/content/quickstarts/2_interactive.md index ebe1841e..d4880d10 100644 --- a/IdentityServer/v6/docs/content/quickstarts/2_interactive.md +++ b/IdentityServer/v6/docs/content/quickstarts/2_interactive.md @@ -360,7 +360,7 @@ contents of the cookie. As you can see, the cookie has two parts: the claims of the user and some metadata. This metadata also contains the original token that was issued by -*IdentityServer*. Feel free to copy this token to [jwt.ms](https://jwt.ms>) to +*IdentityServer*. Feel free to copy this token to [jwt.ms](https://jwt.ms) to inspect its content. ## Adding sign-out