Claims-mapper (List)#
Path: /profiles/profile/settings/authorization-server/claims/claims-mappers/claims-mapper
Keys: id
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string (length: 1..9223372036854775807) | required | - | The name of the mapper |
| description | string | optional | - | A description for the administrator |
Subsections#
| Name | Type | Description |
|---|---|---|
| access_token | Section | The claims that go into the default access tokens. This will be the result of the getDefaultAccessTokenData() function. |
| id_token | Section | The claims that go into the default id tokens. This will be the result of the getDefaultIdTokenData() function. |
| userinfo | Section | The claims that go into the default user info response. This will be the result of the getDefaultResponseData() function. |
| wrapper-token | Section | The claims that go into JWT tokens that wrap opaque tokens.This is used by opaque token issuers that are configured to return a wrapper JWT instead of an opaque reference as the token artifact.Adding a claim here does not include it in the wrapped token’s data available via introspection. |
| custom | List | The claims that go into custom tokens. This will be the result of the get default data functions such as getDefaultData(‘idOfCustomTokenMapping’) function. |
| selective-disclosure | Section | defines the selective disclosure, that is, which top-level claims and inner properties should be selectively discloseable |