Claim (List)#

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

The list of claims available in the profile

Parameters#

NameTypeRequiredDefaultDescription
namenon-empty-stringrequiredThe name of the claim
descriptionstringoptionalA user-friendly description. Can be presented to the user during consent
requiredbooleanoptionalfalseWhether the claim is required in the request (but not necessarily granted) when configured for any client in the profile or during registration of a non-templatized dynamic client.
expose-in-metadatabooleanoptionaltrueIf this claim should be exposed in the metadata

Subsections#

NameTypeDescription
type SectionNone
value-source OneOfNone
transformation SectionA transformation from the raw data to the claim name and value

Was this helpful?