Skip to main content
POST
/
v1
/
auth
/
sso
/
initiate
Initiate Sso Handler
curl --request POST \
  --url http://localhost:8000/v1/auth/sso/initiate
{
  "redirect_url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

provider
enum<string>
required

Provider to initiate SSO with

Available options:
PASSWORD,
GOOGLE,
TENANT
tenant_id
string<uuid> | null

Tenant ID to initiate SSO with

Response

Successful Response

redirect_url
string
required