Client-management (Section)#

Path: /profiles/profile/settings/authorization-server/dynamic-client-registration/client-management

Enable, to allow dynamically registered clients to update their configuration and delete themselves.

Parameters#

NameTypeRequiredDefaultDescription
rotated-secret-ttluint32optional0How long (in seconds) the previous client_secret remains valid after rotation. Set to 0 to disable secondary secrets; the previous secret is then immediately invalidated on each rotation. Default is 0.

Subsections#

NameTypeDescription
registration-token SectionRegistration access token settings (e.g., how long it should last, etc.)
management-clients SectionThe OAuth clients allowed to manage ALL dynamically registered clients.

Was this helpful?