PingIntelligence

Configuring API JSON to extract user information

This topic discusses the process to extract user attributes from signed JWT (JSON Web Token).

About this task

To extract the user information from the JSON Web Token (JWT) identity mapping:

Steps

  1. Capture the value assigned to HEADER NAME.

    This is the name of the header to use when sending the signed JWT to the ASE.

    A screen capture of the Username page.
  2. Assign the value of HEADER NAME to the location key in the jwt object of the API JSON file.

    "jwt": {
                 "location": "h:X-Identity",
                "username": "username",
                "clientid": "client_id"
            }

Next steps