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#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| rotated-secret-ttl | uint32 | optional | 0 | How 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#
| Name | Type | Description |
|---|---|---|
| registration-token | Section | Registration access token settings (e.g., how long it should last, etc.) |
| management-clients | Section | The OAuth clients allowed to manage ALL dynamically registered clients. |