Capabilities (Section)#

Path: /profiles/profile/settings/authorization-server/client-store/config-backed/client/capabilities

OAuth capabilities that this client is allowed to perform

Parameters#

NameTypeRequiredDefaultDescription
implicitemptyoptional-Allows implicit flow
client-credentialsemptyoptional-Allows for the Client Credentials Grant
introspectionemptyoptional-Allows the client to use token introspection
assisted-tokenemptyoptional-The assisted-token capability allows the client to use a helper endpoint to use simplified OAuth flows.
token-exchangeemptyoptional-Allows the client to use exchange tokens for other tokens
oauth-token-exchangeemptyoptional-Allows the client to exchange tokens using the OAuth 2.0 Token Exchange grant
device-authorizationemptyoptional-Allows 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?