SAML or OIDC
Standards-based federation with bounded inputs, response validation, replay defenses, and issuer expectations.
The optional SSO path validates SAML or OIDC login, issues a short-lived client certificate, and requires that certificate on the PostgreSQL proxy connection.
Why this exists
Safe Boundary supports SAML and OIDC authorization-code connectors. After successful federation, its certificate authority issues a client certificate carrying the subject identity. The proxy validates the Safe Boundary CA, client-auth purpose, expiry, and revocation state.
Administrators can revoke a certificate and cancel active sessions by serial number. This path is optional and must be enabled with secure CA and identity-provider configuration.
What it does
Standards-based federation with bounded inputs, response validation, replay defenses, and issuer expectations.
The connection presents the issued certificate; its decoded subject attaches to the proxy session.
Revoke certificate serials and terminate matching active sessions.
Prerequisites
How it works
Configure a SAML or OIDC provider and claim mapping.
Complete the browser-based provider flow.
Receive a short-lived Safe Boundary client certificate.
Use mTLS to establish a proxy session bound to that identity.
Protected when
Important boundaries
Continue the story
Understand expiry and revocation without generic JIT claims.
Understand trust boundaries, credentials, identity, and bypass conditions.
Protect application, ORM, psql, and BI traffic on the PostgreSQL protocol.
Start in observe mode and validate the policy against representative traffic before you enforce it. That gives the team evidence for each decision, along with explicit bypass controls for the cases that need a deliberate exception.