Client-authentication (Section)#

Path: /profiles/profile{id, type}/settings/authorization-server/client-authentication

The methods by which an OAuth client may be authenticated

Parameters#

NameTypeRequiredDefaultDescription
basic-and-form-postbooleanoptionaltrueBasic authentication and form post. This is enabled by default.
no-authenticationbooleanoptionalfalseAllow a client to not authenticate to the token endpoint. Selecting this authentication method for a client makes it a public client, as defined by OAuth.

Subsections#

NameTypeDescription
asymmetrically-signed-jwt SectionAllowed asymmetric signing algorithms for JWT’s
symmetrically-signed-jwt SectionAllowed symmetric signing algorithms for JWT’s
using-jwt SectionSettings for introspection of client signed JWT’s. Should not normally need to be changed from the defaults
mutual-tls SectionConfigure settings to allow client authentication through using mutual-tls

Was this helpful?