diff options
| author | 2023-04-22 19:52:26 +0800 | |
|---|---|---|
| committer | 2023-04-22 19:52:26 +0800 | |
| commit | 4838df315931bb883f704ec3e1abe2685f296cdf (patch) | |
| tree | 57a8550c4cd5338f1126364bb518c6cde8d96e7d /docs/pages/blog/saml-sso-now-available.mdx | |
| parent | db74ade0234a40c2120ad5f2a41bee50ce13de02 (diff) | |
| download | HydroRoll-4838df315931bb883f704ec3e1abe2685f296cdf.tar.gz HydroRoll-4838df315931bb883f704ec3e1abe2685f296cdf.zip | |
😀
Diffstat (limited to 'docs/pages/blog/saml-sso-now-available.mdx')
| -rw-r--r-- | docs/pages/blog/saml-sso-now-available.mdx | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/docs/pages/blog/saml-sso-now-available.mdx b/docs/pages/blog/saml-sso-now-available.mdx new file mode 100644 index 0000000..0014cfc --- /dev/null +++ b/docs/pages/blog/saml-sso-now-available.mdx @@ -0,0 +1,52 @@ +--- +title: SAML SSO is now available +date: 2021/08/03 +description: SAML Single Sign-on (SSO) is now available to Enterprise customers thanks to our friends over at WorkOS. +tag: web development +ogImage: /images/blog/saml-sso-now-available/twitter-card.png +--- + +# SAML SSO is now available + +import { Authors } from "../../components/Authors"; + +<Authors authors={["jaredpalmer"]} /> + +Thanks to our friends over at [WorkOS](https://workos.com/), in addition to GitHub, Gitlab, and Passwordless auth, Turborepo now supports Single Sign-on (SSO) from the following SAML providers for enterprise customers: + +- AD FS SAML +- Auth0 SAML +- Azure AD SAML +- CyberArk SAML +- Generic SAML +- G Suite OAuth +- G Suite SAML +- JumpCloud SAML +- Microsoft OAuth +- Okta SAML +- OneLogin SAML +- OpenID Connect +- PingFederate SAML +- PingOne SAML +- Shibboleth +- VMWare SAML + +We also support SCIM (a.k.a. "Directory Sync") via: + +- Azure AD SCIM +- BambooHR +- G Suite +- Gusto +- Hibob +- Okta SCIM v1.1 +- Okta SCIM v2.0 +- Rippling +- SCIM v1.1 +- SCIM v2.0 +- Workday + +If you're team in interested in activating SAML SSO, please contact us [turborepo@vercel.com](mailto:turborepo@vercel.com). + +## What's next? + +We take security extremely seriously. And while SSO is certainly a must in 2021, we are also currently undergoing a third-party SOC 2 Type 2 examination as well. Last but not least, we are adding biometric/U2F access controls and audit logs this fall. Stay tuned for updates. |