Token Endpoint

Exchange authorization code for access token and identity token. Optional refresh token may also be returned (IAS integration only).

Testing Tip: After receiving the response, copy the access_token value and use the 'Authorize' button at the top of this page to authenticate subsequent requests to secured endpoints like /userinfo.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
string
enum
required
Defaults to authorization_code

The OAuth2 grant type

Allowed:
string

Authorization code from redirect (required for authorization_code grant)

string

Redirect URI (required for authorization_code grant)

string

Client ID (OID for IAS integration)

string

Client secret

string
Defaults to openid offline_access

Space-separated list of scopes

string

PKCE code verifier (required if code_challenge was used in authorization request)

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json