Sign in

SAML ACS Endpoint

documented

Endpoint to receive SAML assertions from the Identity Provider (ACS).

POST /api/organizations/{org_id}/saml/acsSingle Sign Onno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://watershedlrs.com/api/organizations/{{$org_id}}/saml/acs" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "SAMLResponse={{$saml_response}}&RelayState={{$relay_state}}"