Skip to content

Commit

Permalink
Carry over Update 2_interactive.md from v6
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAbel committed Nov 10, 2023
1 parent 61661f1 commit af24ab4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IdentityServer/v7/docs/content/quickstarts/2_interactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*.
Expand Down

0 comments on commit af24ab4

Please sign in to comment.