03 March 2025

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:

  1. Access Web Services.

  2. Enable logging at INFO level. If a valid token is received, the token will be logged in a message.

  3. 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/).