← Back to all endpoints
POST /app/{app_name}

Launch OAuth/SSO apps by resolving the OAuth flow to a callback URL. Returns an HTML page that sets the initial auth cookie via a redirect through the app's domain, then navigates to the OAuth callback URL to complete authentication in the user's browser.

auth required

Path Parameters

NameTypeRequiredDescription
app_name string Yes -

Query Parameters

NameTypeRequiredDefaultDescription
path string No - -
token string No - -

Headers

NameRequiredDescription
X-Session-Token No -

Responses

200 Successful Response
422 Validation Error
{ "detail": [] }