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#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| no-authentication | empty | optional | When set, no initial token is required for a new client to register | |
| authenticate-user-by | multi-value, leafref | optional | 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-by | multi-value, leafref | optional | 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#
| Name | Type | Description |
|---|---|---|
| mutual-tls | Section | When set, mutual TLS is required for registration |
| mutual-tls-by-proxy | Section | Allow mutual TLS to be terminated in a proxy instead of directly within the identity server |