Identity provider (SSO)
- Exchange SAML metadata or OIDC discovery documents.
- Map directory groups -> platform roles (group-based, not user-based).
- Enforce SCIM provisioning where your IdP supports it, so deprovisioning is automatic.
- Test with a pilot group, then cut over.
Refer to the SSO + SAML setup article for the
step-by-step and IdP-specific notes (Okta, Azure AD / Entra ID, Keycloak).
Connectors & outbound integrations
When adding any integration:
- Create a dedicated service identity - never reuse a human account.
- Scope credentials to the minimum the integration needs (read-only where possible).
- Store secrets in the vault; reference, never inline.
- Set a rotation schedule and a kill switch.
- Log the integration in the asset and third-party registers.
Egress & data-flow rules
- Default-deny egress; allow only the hosts you have documented.
- Any flow touching personal data needs a PDPL review before go-live.
- Prefer signed webhooks; validate signatures and reject replays.
⚠️ Supply-chain risk: every connector is a trust boundary. Review the vendor, the scopes, and
the blast radius before you enable it.