# Enterprise Connections for Custom OAuth Providers

We're excited to announce that in addition to EASIE and SAML, you can now enable enterprise single sign-on through any OpenID Connect (OIDC) compliant provider.

## Authenticate with Enterprise SSO

To support this, we have added a new authentication strategy to our SDKs, `enterprise_sso`. This strategy lets you start an enterprise sso flow with a single method, regardles if the users will be signing in through OIDC, SAML, or EASIE.

## Get started

To learn how to configure a provider, visit our [setup guide](https://clerk.com/docs/authentication/enterprise-connections/oidc/custom-provider.md) or explore our [enterprise connections documentation](https://clerk.com/docs/authentication/enterprise-connections/overview.md) to discover how enterprise SSO works in Clerk.
