From b097c8107d87b2df9c4a604f44106d0fcde50a87 Mon Sep 17 00:00:00 2001 From: jeffdahlcorpay <124300623+jeffdahlcorpay@users.noreply.github.com> Date: Fri, 22 Sep 2023 10:22:37 -0700 Subject: [PATCH] Update 2_interactive.md Clarify metadata is labeled properties and two tokens are returned. --- IdentityServer/v6/docs/content/quickstarts/2_interactive.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IdentityServer/v6/docs/content/quickstarts/2_interactive.md b/IdentityServer/v6/docs/content/quickstarts/2_interactive.md index ebe1841e..78037528 100644 --- a/IdentityServer/v6/docs/content/quickstarts/2_interactive.md +++ b/IdentityServer/v6/docs/content/quickstarts/2_interactive.md @@ -359,9 +359,9 @@ contents of the cookie. ![](../images/2_claims.png) 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 -inspect its content. +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. ## Adding sign-out Next you will add sign-out to *WebClient*.