Claim (List)#

Path: /profiles/profile/settings/authorization-server/claims/claim

The list of claims available in the profile

Keys: name

Parameters#

NameTypeRequiredDefaultDescription
namestring (length: 1..9223372036854775807)required-The name of the claim
descriptionstringoptional-A 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 Section
value-source OneOf
transformation SectionA transformation from the raw data to the claim name and value

Was this helpful?