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
-
Capture the value assigned to
HEADER NAME
.This is the name of the header to use when sending the signed JWT to the ASE.
-
Assign the value of
HEADER NAME
to thelocation
key in thejwt
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" }