Retrieve Access Token

Get an Access Token

POST /token

Exchange the authorization code for an access token, as defined in the OIDC Specification.

Authorization

Authorization for this endpoint is done using HTTP Basic Authentication using the client_id and client_secret as username and password respectively.

Example request:

Javascript
Copy
Javascript
Copy

Example response

Javascript
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard