Authentication-method (OneOf)#

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

Configure the authentication method that is needed to make the call to register a new client

Parameters#

NameTypeRequiredDefaultDescription
no-authenticationemptyoptional-When set, no initial token is required for a new client to register
authenticate-user-bymulti-value leafref → ../../../client-store/config-backed/client/idoptional-Reference to other OAuth clients in the profile that may be used to authenticate the user and obtain the initial access token necessary for a new client to register
authenticate-client-bymulti-value leafref → ../../../client-store/config-backed/client/idoptional-Reference to other OAuth clients in the profile that may be used to authenticate using client-credentials to obtain the initial access token necessary for a new client to register

Subsections#

NameTypeDescription
mutual-tls Section
mutual-tls-by-proxy Section

Was this helpful?