Sso Connections
- Written for
- + Written for
- Deprecated
- + Deprecated
- Applies to
- + Applies to
Sso Connections
Dashboard API — authenticated by an Atlas console (platform-instance) session, not a key.
12 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.
Method & path | Idem | Explanation |
|---|---|---|
| List enterprise SSO connections. The OIDC client secret is never returned. | |
| Create an enterprise SSO connection. The client secret is write-only. | |
| Read one SSO connection. Reports has_secret only, never the secret. | |
| Update an SSO connection. Omitting the secret leaves the stored one untouched. | |
| Delete an SSO connection and its domain routing. | |
| Whether "Sign in with Atlas" is enabled on this instance, and whether the deployment offers it. | |
| Enable "Sign in with Atlas" — provisions an Atlas-ID OP client + preset OIDC connection. Owner/admin. Idempotent. | |
| Disable "Sign in with Atlas" — removes the preset connection. Owner/admin. | |
| Validate discovery: issuer reachable and issuer-match (RFC 8414). Not the client. | |
| Begin an interactive OIDC test login (opened in a popup); the callback shows the returned claims and provisions nothing. | |
| Parse an IdP SAML EntityDescriptor and populate the entity id, SSO URL and signing certificate. | |
| SP metadata XML for a SAML connection, plus the ACS URL and SP entity id the operator registers with their IdP. |