Client-authentication (Section)#
Path: /profiles/profile{id, type}/settings/authorization-server/client-authentication
The methods by which an OAuth client may be authenticated
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| basic-and-form-post | boolean | optional | true | Basic authentication and form post. This is enabled by default. |
| no-authentication | boolean | optional | false | Allow 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#
| Name | Type | Description |
|---|---|---|
| asymmetrically-signed-jwt | Section | Allowed asymmetric signing algorithms for JWT’s |
| symmetrically-signed-jwt | Section | Allowed symmetric signing algorithms for JWT’s |
| using-jwt | Section | Settings for introspection of client signed JWT’s. Should not normally need to be changed from the defaults |
| mutual-tls | Section | Configure settings to allow client authentication through using mutual-tls |