CHW-4712 SAMLSlugRequired

organization slug is required in the path; use /api/auth/saml/metadata/{slug}

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.