CHW-4712 SAMLSlugRequired
organization slug is required in the path; use /api/auth/saml/metadata/{slug}
Copies the raw Markdown source of this guide, for pasting into an LLM or notes.
Default message: organization slug is required in the path; use /api/auth/saml/metadata/{slug}
HTTP status:400(client)
Problem. GET /api/auth/saml/metadata/ was called with an empty
slug. Cause. The metadata endpoint needs an org-scoped slug so it
can load the correct SP certificate and IdP metadata. Fix. Include
the slug — e.g. /api/auth/saml/metadata/acme. HTTP 400.