OAuth

Token Endpoint

Token Endpoint provides tokens according to OAuth 2.0/OIDC 1.0 (RFC-6749) specifications and its extension OAuth 2.0 Token Exchange (RFC-8693).

post/oauth/token

Response

Token is issued to the caller

access_tokenstring required

Access token for oauth

issued_token_typestring required

Type of the access_token (RFC-8693)

token_typestring required

Token type - defines how the token should be used

expires_ininteger required

Number of seconds the access token is valid

Changes