GET/api/sso/:tenantSlug/saml/metadata
Returns the SAML service provider metadata (XML) for import into the customer's identity provider.
Auth & Security
No authentication required
Idempotent: Yes
Parameters
tenantSlug(path, string, required)Example Response
(SAML metadata as XML for a configured tenant, not JSON)
Error Codes
404 - — SAML is not configured for this tenant.Live Test Proof
Negative case (404 JSON) for unconfigured tenant live-verified.