Client-authentication-method (OneOf)#

Path: /profiles/profile{id, type}/settings/authorization-server/client-store/config-backed/client{id}/dynamic-client-registration-template/client-authentication-method

How the dynamically registered client based on this template can authenticate. Default is secret

Parameters#

NameTypeRequiredDefaultDescription
credential-managerleafrefoptionalThe credential manager that should be used to verify and manage templatized dynamic clients’ secrets. Note that the data source on the credential manager (if configured) is not used. Only the transformation algorithm. The secret is stored with the client metadata in the dynamic client registration data source.

Subsections#

NameTypeDescription
secret SectionAuthenticate dynamically registered clients with secrets

Was this helpful?