Custom (List)#

Path: /profiles/profile/settings/authorization-server/claims/claims-mappers/claims-mapper/custom

The claims that go into custom tokens. This will be the result of the get default data functions such as getDefaultData(‘idOfCustomTokenMapping’) function.

Keys: id

Parameters#

NameTypeRequiredDefaultDescription
idstringrequired-The id of the mapping. Used as key to the getDefaultData functions
claimmulti-value leafref → ../../../../claim/nameoptional-The list of claims for this mapping
claims-mapper-typeenumeration (access_token, access-token, id_token, id-token, userinfo, user-info, verifiable-credential)optionalaccess_token

Was this helpful?