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#

NameTypeRequiredDefaultDescription
allow-deselectionbooleanoptionalfalseWhen enabled, the user is allowed to deselect optional scopes or claims when asked for consent.
only-consentorsbooleanoptionalfalseWhen enabled, the built-in consent screen will not be shown and only the consentors will run.

Subsections#

NameTypeDescription
consentors SectionThe default consentors for a dynamic registered client. If empty, then all the profile’s consentors will be used

Was this helpful?