Client-authentication-method (Section)#
Path: /profiles/profile{id, type}/settings/authorization-server/dynamic-client-registration/non-templatized/client-authentication-method
Configures how a client authenticates to token, introspect, etc. endpoints.
Subsections#
| Name | Type | Description |
|---|---|---|
| secret | Section | When this is set, dynamically registered clients can be authenticated with a secret. |
| mutual-tls | Section | When this is set, dynamically registered client can be authenticated with a client certificate. Depending on the profile settings, this is received through either mutual-tls or mutual-tls-by-proxy |
| asymmetrically-signed-jwt | Section | When this is set, dynamically registered clients can be authenticated with an asymmetrically signed JWT. |