v47

latestOpenAPI 3.0.3MIT Licenseraw.githubusercontent.com2026-08-015915132.9 KB
sso

Initiate a Single-Sign On flow.

post/sso

Request body

domainstring hostname

Email address domain used to identify the SSO provider.

provider_idstring uuid
redirect_tostring uri
skip_http_redirectboolean

Set to true if the response to this request should not be a HTTP 303 redirect -- useful for browser-based applications.

code_challengestring
code_challenge_method'plain' | 's256'

Example request

{
  "provider_id": "40451fc2-4997-429c-bf7f-cc6f33c788e6"
}

Response

Returned only when skip_http_redirect is true and the SSO provider could be identified from the provider_id or domain. Client libraries should use the returned URL to redirect or open a browser.

urlstring uri