Enterprise SSO
in your app

Support any SAML or OIDC identity provider with a single integration. Implement in minutes instead of months. Unlimited users.
Sign in to Your App
Continue with SSO
or
Google Sign-InApple Sign-InMicrosoft Sign-InGitHub Sign-InSlack Sign-In

AuthBox

ENTERPRISE SSO
OktaAzure ADAuth0Google WorkspaceDuoPingIdentityOneLoginJumpCloudKeycloakShibbolethCustom OIDCCustom SAML

AuthBox is a gateway that connects your app to any identity provider (IdP) including: Okta, Azure AD, Auth0, Google Workspace, Duo, PingIdentity, OneLogin, JumpCloud, Keycloak, Shibboleth, OpenID Connect, and SAML.

Add Enterprise SSO via SAML and OIDC to your app in minutes. Plus, the same integration includes social logins such as Google, Apple, Microsoft, GitHub, and more.


Become Enterprise Ready

Save months of development time integrating and debugging SAML and OpenID Connect.

Easy Integration in Minutes

Simply drop in one of our backend libraries, or make two easy API calls. One to get a secure session URL. The other to exchange the success code for the user profile.

Increase Revenue

SAML and OIDC Single Sign-On is essential to sell your solution to enterprise customers. On average, you can charge 30% more for plans that include enterprise SSO.

Your Existing Flow

Keep your existing registration and sign-in methods. AuthBox is a gateway for your app to connect with dozens of enterprise SSO and social logins.

Secure by Default

We manage all of the complex SAML certificate management, encryption and signature validations. Plus, OIDC best practices such as PKCE.


Integrate in
3 Simple Steps

Make an API Call from your Backend with the requested SSO domain of the User. AuthBox will create and return a secure Session URL. This session is short-lived and can only be initiated once.

Create Session Request

curl -X 'POST' 'https://sso.authbox.com/session/create'
-H 'content-type: application/json'
-H 'x-api-key: [YOUR_API_KEY]'
-H 'x-project-id: [YOUR_PROJECT_ID]'
-d '{ "domain": "example.com" }'

Create Session Request

curl -X 'POST' 'https://sso.authbox.com/session/create'
-H 'content-type: application/json'
-H 'x-api-key: [YOUR_API_KEY]'
-H 'x-project-id: [YOUR_PROJECT_ID]'
-d '{ "domain": "example.com" }'

Create Session Response

{
"session": "[SESSION_ID]",
"url": "https://sso.authbox.com/session/start/[SESSION_ID]"
}

Create Session Response

{
"session": "[SESSION_ID]",
"url": "https://sso.authbox.com/session/start/[SESSION_ID]"
}

Onboard your first
Enterprise customer today

Unlimited users. Lots of Enterprise connections. Free to get started - no credit card required.