Capabilities (Section)#
Path: /profiles/profile/settings/authorization-server/dynamic-client-registration/non-templatized/capabilities
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| code | empty | optional | - | Enables new clients to be registered with the code flow capability |
| implicit | empty | optional | - | Enables new clients to be registered with the implicit flow capability |
| resource-owner-password-credentials | empty | optional | - | Enables new clients to be registered with the password (ROPC) flow capability |
| assisted-token | empty | optional | - | Enables new clients to be registered with the assisted token flow capability. Note that a new client must be registered with at least one framable origin for this capability to be usable. |
| device-authorization | empty | optional | - | Enables new clients to be registered with the device flow capability |
| client-credentials | empty | optional | - | Enables new clients to be registered with the client credentials capability |
| backchannel-authentication | empty | optional | - | Enables new clients to be registered with the backchannel authentication capability |
| oauth-token-exchange | empty | optional | - | Enables new clients to be registered with the OAuth token exchange capability |