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#

NameTypeRequiredDefaultDescription
implicitemptyoptionalAllows implicit flow
client-credentialsemptyoptionalAllows for the Client Credentials Grant
introspectionemptyoptionalAllows the client to use token introspection
assisted-tokenemptyoptionalThe assisted-token capability allows the client to use a helper endpoint to use simplified OAuth flows.
token-exchangeemptyoptionalAllows the client to use exchange tokens for other tokens
oauth-token-exchangeemptyoptionalAllows the client to exchange tokens using the OAuth 2.0 Token Exchange grant
device-authorizationemptyoptionalAllows the client to use the device flow

Subsections#

NameTypeDescription
code SectionAllows code flow
resource-owner-password-credentials SectionAllows ROPC grant-type
backchannel-authentication SectionAllows the client to perform backchannel authentication
assertion SectionAllows the client to use JWT assertions as grant
haapi SectionAllows the client to use the hypermedia authentication API

Was this helpful?