GET/api/sso/:tenantSlug/saml/start
Starts the SAML login handshake, analogous to oidc/start.
Auth & Security
No authentication required
Idempotent: Yes
Parameters
tenantSlug(path, string, required)Example Response
(302 redirect to the identity provider for a configured tenant)
Error Codes
404 - — SAML is not configured for this tenant.Live Test Proof
Negative case (404 JSON) for unconfigured tenant live-verified.