Used to handle the authorization callback from the identity provider
GET/oauth/callback
Used to handle the authorization callback from the identity provider
Request
Query Parameters
code stringrequired
The authorization code returned from the identity provider
state stringrequired
The state parameter which was passed on authorization request
Responses
- 200
- default
OK
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
codeint32required
detailstringrequired
messagestringrequired
uristringrequired
verbstringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}