Authentication-method (OneOf)#

Path: /profiles/profile{id, type}/settings/authorization-server/dynamic-client-registration/non-templatized/authentication-method

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

Parameters#

NameTypeRequiredDefaultDescription
no-authenticationemptyoptionalWhen set, no initial token is required for a new client to register
authenticate-user-bymulti-value, leafrefoptionalReference 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, leafrefoptionalReference 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 SectionWhen set, mutual TLS is required for registration
mutual-tls-by-proxy SectionAllow mutual TLS to be terminated in a proxy instead of directly within the identity server

Was this helpful?