Documentation Index
Fetch the complete documentation index at: https://docs.linquid.io/llms.txt
Use this file to discover all available pages before exploring further.
SAML SSO
Management endpoints
GET /api/saml/metadata/:workspaceIdPOST /api/saml/connectionsGET /api/saml/connectionsPATCH /api/saml/connections/:idDELETE /api/saml/connections/:idPATCH /api/saml/enforce
Runtime endpoints
GET /api/saml/authorize/:workspaceIdPOST /api/saml/callbackGET /api/saml/checkGET /api/saml/logout/:workspaceIdPOST /api/saml/logout/callbackGET /api/saml/logout/callback
Access and requirements
- Management APIs are session-only and reject API-key auth.
- Management requires workspace admin role.
- Enterprise entitlement required for SAML usage.
Connection configuration
Connections can be configured using:- metadata URL
- raw metadata
- manual IdP settings
Enforcement behavior
PATCH /api/saml/enforce updates workspace SSO policy.
When enforced, matching users must authenticate via SAML according to configured domain rules.
Common errors
400: invalid metadata/config payload403: missing admin role or entitlement404: connection/workspace not found

