Capabilities (Section)#
Path: /profiles/profile{id, type}/settings/authorization-server/client-store/config-backed/client{id}/capabilities
OAuth capabilities that this client is allowed to perform
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| implicit | empty | optional | Allows implicit flow | |
| client-credentials | empty | optional | Allows for the Client Credentials Grant | |
| introspection | empty | optional | Allows the client to use token introspection | |
| assisted-token | empty | optional | The assisted-token capability allows the client to use a helper endpoint to use simplified OAuth flows. | |
| token-exchange | empty | optional | Allows the client to use exchange tokens for other tokens | |
| oauth-token-exchange | empty | optional | Allows the client to exchange tokens using the OAuth 2.0 Token Exchange grant | |
| device-authorization | empty | optional | Allows the client to use the device flow |
Subsections#
| Name | Type | Description |
|---|---|---|
| code | Section | Allows code flow |
| resource-owner-password-credentials | Section | Allows ROPC grant-type |
| backchannel-authentication | Section | Allows the client to perform backchannel authentication |
| assertion | Section | Allows the client to use JWT assertions as grant |
| haapi | Section | Allows the client to use the hypermedia authentication API |