Registration-token (Section)#
Path: /profiles/profile{id, type}/settings/authorization-server/dynamic-client-registration/client-management/registration-token
Registration access token settings (e.g., how long it should last, etc.)
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| ttl | uint32 | optional | 365 | The TTL (in days) of the Registration Token. |
| read-write-ttl | uint32 | optional | 28 | The period of time (in days) a Registration Token can be used for updating and reading the configuration of dynamically registered clients. After this expiration, a Registration Token can only be used for deleting a client. |
| confirm-certificate-binding | boolean | optional | false | When set to true, any Mutual-TLS certificate binding present on the Registration Token will be confirmed. If present, Mutual-TLS bindings on Management Tokens issued to Management Clients will always be confirmed regardless of this setting. |
| reuse | boolean | optional | false | Defines if the access token is created on every read/update or not |