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#

NameTypeDescription
secret SectionWhen this is set, dynamically registered clients can be authenticated with a secret.
mutual-tls SectionWhen 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 SectionWhen this is set, dynamically registered clients can be authenticated with an asymmetrically signed JWT.

Was this helpful?