Skip to main content
GET
/
api
/
auth
/
oauth
/
shared
/
callback
/
{state}
Shared OAuth callback handler
curl --request GET \
  --url https://api.example.com/api/auth/oauth/shared/callback/{state}

Path Parameters

state
string
required

JWT state parameter

Query Parameters

success
string

Success flag

error
string

Error message

payload
string

Base64 encoded user payload

Response

302

Redirect to application with access token or error