Skip to main content

Token Preview

Console View

Token Preview Console

Token Preview is a diagnostic tool that allows administrators to simulate an authentication flow and inspect the resulting tokens.

How to Use

  1. Navigate to Global Configuration > Token Preview.
  2. Select an Application (RP Client).
  3. Select a User.
  4. (Optional) Select scopes and grant type.
  5. Click Preview.

Output

The tool displays:

  • ID Token: The exact JSON payload.
  • Access Token: The scopes and claims included.
  • Mappers: Which attribute mappers were applied.

This helps debug missing claims or incorrect scope configurations without needing to perform a real login.