Claim (List)#
Path: /profiles/profile/settings/authorization-server/claims/claim
The list of claims available in the profile
Keys: name
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string (length: 1..9223372036854775807) | required | - | The name of the claim |
| description | string | optional | - | A user-friendly description. Can be presented to the user during consent |
| required | boolean | optional | false | Whether 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-metadata | boolean | optional | true | If this claim should be exposed in the metadata |
Subsections#
| Name | Type | Description |
|---|---|---|
| type | Section | |
| value-source | OneOf | |
| transformation | Section | A transformation from the raw data to the claim name and value |