Previewing the JSON Web Token profile

Preview the JSON Web Token that is generated from the Token Profile instance to view all the claims and headers in the token. You can also view the values that are mapped from the clipboard and resolved at run time. The preview function is useful for debugging. For example, if a token is unexpectedly rejected, you can view the entire content of the token to determine the cause.

If the token profile is configured for generating a signed JWT, then the signature generated using the configured JSON Web Algorithm can be viewed. Also, in the Encoded section you can see the encoded compact JWT.
  1. In the Explorer panel, click Records > Security > Token Profile.
  2. Click the token profile that you want to preview.
  3. On the Generate tab, click Preview.