Sso Connections
- Written for
- + Written for
- Deprecated
- + Deprecated
- Applies to
- + Applies to
Sso Connections
Backend API — secret key (Authorization: Bearer sk_…).
6 routes. Each row is one endpoint with its explanation, required scope, and whether it honours the Idempotency-Key header.
Method & path | Scope | Idem | Explanation |
|---|---|---|---|
|
| List enterprise SSO connections (OIDC / SAML / DiscourseConnect). Never the client secret. | |
|
| ✓ | Create an enterprise SSO connection. The IdP client secret is write-only. |
|
| Fetch one SSO connection. Another instance id is 404, never 403. Reports has_secret, never the secret. | |
|
| ✓ | Update an SSO connection. A secret is only re-encrypted when a new one is supplied. |
|
| ✓ | Delete an SSO connection and its domain routing. |
|
| The SP EntityDescriptor XML to hand a SAML IdP (entityID + ACS URL). Public; carries no secret. |