HTI test module

The token

  • info_outline info

    The token is the data that is shared in the launch. This consists of a JWT token.

The public key

  • info_outline info

    The public key is distributed by the portal and configured at the module. The public key is used to validate the message.

    Please note that this tool attempts to fetch the public key by the JWKS protocol. The kid in the header is used to identify the key, the domain from the Issuer (iss) is used to fetch the key on the .well-known/jwks.json path.

    This tool has attempted to retrieve the key from , if this has failed, you should paste the key below to validate the message.

Message

  • info_outline info

    The message consists of a header and payload. The header contains details about the message, the payload contains the data being shared.


                        

                        

Validation

The token is valid

The token is invalid