List JWT data mapping fields

Retrieves a list of available data mapping fields that can be used when configuring JWT-based Identity Provider (IdP) integrations for the Tenant, including all supported fields for mapping JWT claims to User profile attributes.

GET
/v2/manage/jwt-clients/data-mapping

Retrieves a list of available data mapping fields that can be used when configuring JWT-based Identity Provider (IdP) integrations for the Tenant, including all supported fields for mapping JWT claims to User profile attributes.

Authorization

M2MBearerToken
AuthorizationBearer <token>

M2M Token for authentication

In: header

Response Body

application/json

curl -X GET "https://api.loginradius.com/v2/manage/jwt-clients/data-mapping"
{
  "Data": [
    "string"
  ]
}