Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/auth/sso/login \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data organization_id=123456789012345678 \ --data relay_url=https://app.example.com/sso/callback
{ "sso_url": "<string>" }
Initiate SAML SSO login flow
Organization ID
"123456789012345678"
URL to relay SAML response
"https://app.example.com/sso/callback"
SSO login initiated
Was this page helpful?