Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2_interactive.md #344

Merged
merged 2 commits into from
Nov 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions IdentityServer/v6/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