GET/api/sso/:tenantSlug/status
Checks whether Single Sign-On (SAML/OIDC) is available for the given tenant — used by the login form to redirect directly to the identity provider if applicable.
Auth & Security
No authentication required
Idempotent: Yes
Parameters
tenantSlug(path, string, required)Example Response
{"ok":true,"data":{"available":false}}Live Test Proof
Response for an unconfigured tenant slug (200, available:false) live-verified. A tenant with actually active SSO was not provisioned for this test.