Claim (List)#
Path: /profiles/profile{id, type}/settings/authorization-server/claims/claim
The list of claims available in the profile
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| name | non-empty-string | 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 | None |
| value-source | OneOf | None |
| transformation | Section | A transformation from the raw data to the claim name and value |