Viewing Identity Token Contents
You can view the contents of an ID token to investigate matching issues.
To view the contents of an ID token:
-
Access Web Services.
-
Enable logging at INFO level. If a valid token is received, the token will be logged in a message.
-
Copy and paste the contents of the token to an application that can decode JSON (JavaScript Object Notation) web tokens (for example: as https://jwt.io/).