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#

NameTypeRequiredDefaultDescription
ttluint32optional365The TTL (in days) of the Registration Token.
read-write-ttluint32optional28The 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-bindingbooleanoptionalfalseWhen 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.
reusebooleanoptionalfalseDefines if the access token is created on every read/update or not

Was this helpful?