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

  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.

    For more information, see Defining an API using API JSON configuration file in sideband mode.

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

Refer to Creating a JWT identity mapping and Defining an API using API JSON configuration file in sideband mode.