Token Endpoint
OAuth 2.1 & OIDC
Token Endpoint
RFC 6749 token endpoint. Supports grant types: client_credentials, refresh_token, urn:ietf:params:oauth:grant-type:device_code, urn:openid:params:grant-type:ciba. Request body must be application/x-www-form-urlencoded.
POST
Token Endpoint
Authorizations
EdDSA-signed JWT obtained via OAuth 2.1 client_credentials or CIBA
Response
Default Response