Claims-mapper (List)#

Path: /profiles/profile{id, type}/settings/authorization-server/claims/claims-mappers/claims-mapper

Parameters#

NameTypeRequiredDefaultDescription
idnon-empty-stringrequiredThe name of the mapper
descriptionstringoptionalA description for the administrator

Subsections#

NameTypeDescription
access_token SectionThe claims that go into the default access tokens. This will be the result of the getDefaultAccessTokenData() function.
id_token SectionThe claims that go into the default id tokens. This will be the result of the getDefaultIdTokenData() function.
userinfo SectionThe claims that go into the default user info response. This will be the result of the getDefaultResponseData() function.
wrapper-token SectionThe 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 ListThe claims that go into custom tokens. This will be the result of the get default data functions such as getDefaultData(‘idOfCustomTokenMapping’) function.
selective-disclosure Sectiondefines the selective disclosure, that is, which top-level claims and inner properties should be selectively discloseable

Was this helpful?