Skip to main content
GET
/
v1
/
callback
SSO callback endpoint
curl --request GET \
  --url https://{sql-node}/v1/callback
{
  "status": {
    "reason": "<string>",
    "sql_state": "<string>",
    "vendor_code": 123
  }
}

Query Parameters

code
string
required

The authorization code from the OpenID provider.

state
string
required

Prevents cross-site request forgery attacks. This value should match the state in the initial authentication request.

Response

200 - application/json

Authentication successful

status
object

Status information for API responses