User-consent (Section)#
Path: /profiles/profile{id, type}/settings/authorization-server/dynamic-client-registration/non-templatized/user-consent
When set, the user is asked to accept the delegation via a consent screen. This applies to all interactive flows (i.e. code, implicit, assisted token and device authorization flow). Note that CIBA is not an interactive flow and will always fail if this is enabled.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| allow-deselection | boolean | optional | false | When enabled, the user is allowed to deselect optional scopes or claims when asked for consent. |
| only-consentors | boolean | optional | false | When enabled, the built-in consent screen will not be shown and only the consentors will run. |
Subsections#
| Name | Type | Description |
|---|---|---|
| consentors | Section | The default consentors for a dynamic registered client. If empty, then all the profile’s consentors will be used |