background color

Ory Polis Identity Federation and SAML-to-OIDC Bridge

The identity federation engine that bridges legacy SAML to modern OIDC and adds SCIM directory sync — so your B2B and B2B2C SaaS app speaks one protocol while accepting every enterprise IdP. Federate with any SAML 2.0 provider through a single API.

Identity federation is the protocol layer behind Enterprise SSO — and it's typically where B2B SaaS engineering teams lose months to SAML edge cases. Ory Polis handles the federation problem in days, not months.

Need support?

Ory Polis is available via Ory Enterprise License: self-hosted control + 24x7 support.

Need to move quickly?

Get the power of Ory Polis fast and easily via the Ory Network. Sign up for free!

Identity federation for B2B SaaS apps

Ory Polis handles the protocol layer behind every Enterprise SSO integration — SAML, OIDC, and SCIM — so your engineering team ships the federation features your enterprise customers contractually require without becoming SAML experts.

SAML-to-OIDC federation

Federate SAML identity providers through a single OIDC integration in your app. Polis translates SAML assertions, attribute mappings, and metadata into the OAuth 2.0 / OIDC tokens your existing auth stack already understands. From first line of code to production in days.

Self-service IdP onboarding

Enterprise IT admins configure their own identity provider connections through branded, secure self-service portals — no engineering ticket per customer, no per-partner SAML XML editing. New enterprise customers go from contract signing to production federation in minutes.

SCIM directory sync

SCIM 2.0 provisioning synchronizes accounts and groups from corporate directories automatically. When an admin adds a user in their IdP, that user appears in your B2B SaaS app without manual administration — through the same unified federation API.

Effortless solutions logo
Effortless Solutions Logo
Ahmed headshot black and white
Ahmed Elkaffas

Ahmed Elkaffas

Founder

Seamless Enterprise SSO integration with the customer's existing infrastructure, and minimal effort from the customer side, was very important for us.

Read the Effortless Solutions' identity federation case study

Ory Polis identity federation feature set

  • Multi-tenant organizations

    Group customer organizations within your B2B SaaS, manage their federation connections independently, and enforce domain-based authentication that routes users to their organization's IdP.

  • OIDC single sign-on

    Establish OpenID Connect (OIDC) federation connections per organization, configurable through Ory Console or API. Polis's OIDC federation is the same protocol your existing OAuth-based auth stack already speaks.

  • SAML identity provider support

    Federate with every major SAML-based identity provider — Microsoft Entra ID, Microsoft ADFS, Okta, Auth0, Google Workspace, Ping Identity, JumpCloud, and any SAML 2.0–compliant IdP. Polis handles the protocol differences so your app never has to.

  • SAML to OIDC bridge

    The SAML-to-OIDC bridge is Polis's structural differentiator — cross-protocol identity federation that translates legacy SAML into modern OIDC tokens. Your app uses one protocol (OIDC) while accepting connections from every enterprise IdP, regardless of what protocol they speak.

  • Identity provider discovery and routing

    Route users to their organization's federation IdP automatically based on email domain. Eliminates the 'choose your SSO provider' selection step that adds friction at the login UX layer.

  • Flexible federation deployment

    Deploy Polis where your data residency, compliance, or sovereignty requirements take you — self-hosted, private cloud, on-premises, air-gapped, or fully-managed on Ory Network. The deployment flexibility no SaaS-only federation vendor offers.

How to de-risk identity at scale with Ory

OSS is where most teams start. The question is whether it holds up as scale, compliance, and security requirements grow. Running identity infrastructure yourself means owning everything, from patches to incident response, compliance controls, and performance tuning. At enterprise scale, that overhead competes with product innovation. Ory's commercial offerings, OEL and Ory Network, trade that burden for SLA-backed support, managed CVE patching, and audit-ready controls.

OSS

Evaluate and prototype

OEL

Self-hosted, great for enterprises that require air-gapped or certified environments

Ory Network

Fully-managed, fastest path to production without operational overhead
Compliance and audit-ready (GDPR, PSD2, PCI-DSS, SOC 2, and others)
OSS: No
Compliance and audit-ready (GDPR, PSD2, PCI-DSS, SOC 2, and others)
Compliance-ready
Compliance and audit-ready (GDPR, PSD2, PCI-DSS, SOC 2, and others)
Ory Network: Yes
Global multi-region architecture
OSS: No
Global multi-region architecture
Multi-region capable
Global multi-region architecture
Ory Network: Yes
Purpose-based data retention
OSS: No
Purpose-based data retention
OEL: Yes
Purpose-based data retention
Ory Network: Yes
24/7 SLA support
OSS: No
24/7 SLA support
OEL: Yes
24/7 SLA support
Ory Network: Yes
CVE security patching
OSS: No
CVE security patching
OEL: Yes
CVE security patching
Ory Network: Yes
Unified control plane for ease of management
CLI
Unified control plane for ease of management
CLI & GUI
Unified control plane for ease of management
CLI & GUI
Production Helm Charts
OSS: No
Production Helm Charts
OEL: Yes
Production Helm Charts
n/a
Managed infrastructure
OSS: No
Managed infrastructure
n/a
Managed infrastructure
Ory Network: Yes
Custom Branding for Onboarding Portal
OSS: No
Custom Branding for Onboarding Portal
OEL: Yes
Custom Branding for Onboarding Portal
Ory Network: Yes
SAML & OIDC
OSS: No
SAML & OIDC
OEL: Yes
SAML & OIDC
Ory Network: Yes
Directory sync
OSS: No
Directory sync
OEL: Yes
Directory sync
Ory Network: Yes
Identity federation
OSS: No
Identity federation
OEL: Yes
Identity federation
Ory Network: Yes

Ory Polis FAQ

Integrations

Ready to try Ory Polis?

Get started with the guides and docs below

AuthProvider.tsx
...
  const signIn = async () => {
    // store the from url before redirecting ... we need this to correctly initialize the oauthClient after getting redirected back from SSO Provider.
    localStorage.setItem(APP_FROM_URL, from);
    // Initiate the login flow
    await authClient?.fetchAuthorizationCode({
      tenant,
      product,
    });
  };

  const signOut = async (callback: VoidFunction) => {
    authClient?.reset();
    setUser(null);
    callback();
  };

More on Ory Polis

Try Ory today Start for free