Stasis
Authentication

OIDC Callback

Handle the callback from the identity provider

GET
/api/v1/auth/oidc/callback

Response Body

application/json

curl -X GET "https://example.com/api/v1/auth/oidc/callback"
{
  "message": "string",
  "token": "string",
  "user": {
    "email": "string",
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "is_admin": true,
    "username": "string"
  }
}
Empty