Get an authorization code from identity server.

Get an authorization code from identity server.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

The client id.

string
required

One or more registered scopes.

string
required

One of the allowed redirect URIs for the client.

string
required

The response type. Use code to request an authorization code.

string

A random string. Identity server will echo back the state value on the token response.

Response
302

If all goes well, you'll receive an HTTP 302 response. The authorization code is included at the end of the URL.

HTTP/1.1 302 Found
Location: https://YOUR_APP/callback?code=AUTHORIZATION_CODE&state=xyzABC123

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!