User-consent (Section)#

Path: /profiles/profile{id, type}/settings/authorization-server/client-store/config-backed/client{id}/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)

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 consentors usable with this client. If empty, then all profile consentors will be usable

Was this helpful?