security
Intended Documentation
Identity Provider Operations
Check identity readiness state, execute SSO flows, and operate SCIM provisioning endpoints.
Identity Provider Operations#
Intended identity runtime includes:
- enterprise identity state endpoint
- portal/backoffice SSO endpoints (OIDC + SAML)
- SCIM v2 user/group provisioning routes
Inspect Tenant Identity State#
GET /admin/identity?tenantId=<tenant>
Response includes readiness and provider metadata (not_configured | partial | ready).
SSO Runtime Endpoints#
Portal SSO flow:
GET /amp/auth/sso/startGET /amp/auth/sso/callbackPOST /amp/auth/sso/saml/acs
Backoffice SSO flow:
GET /ebo/auth/sso/startGET /ebo/auth/sso/callback
Info
OIDC and SAML callback handling is active when tenant identity readiness is ready.
SCIM v2 Provisioning#
SCIM routes:
GET /scim/v2/UsersPOST /scim/v2/UsersPATCH /scim/v2/Users/:idGET /scim/v2/GroupsPOST /scim/v2/GroupsPATCH /scim/v2/Groups/:id
SCIM routes require verified tenant context and enforce fail-closed authorization.