Client-capabilities (Section)#
Path: /profiles/profile{id, type}/settings/authorization-server/client-capabilities
This section defines what a client may do when communicating with the OAuth server
Subsections#
| Name | Type | Description |
|---|---|---|
| code | Section | None |
| implicit | Section | None |
| resource-owner-password-credentials | Section | None |
| client-credentials | Section | None |
| introspection | Section | None |
| token-exchange | Section | None |
| oauth-token-exchange | Section | None |
| assisted-token | Section | None |
| backchannel-authentication | Section | None |
| device-authorization | Section | None |
| assertion | Section | Allow client to use the assertion grant on the token endpoint. |
| haapi | Section | The HAAPI capability (this is always enabled). |