Custom (List)#

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

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

Parameters#

NameTypeRequiredDefaultDescription
idstringrequiredThe id of the mapping. Used as key to the getDefaultData functions
claimmulti-value, leafrefoptionalThe list of claims for this mapping
claims-mapper-typeenumerationoptionalaccess_token

Was this helpful?