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
code int32required
detail stringrequired
message stringrequired
uri stringrequired
verb stringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...