Enterprise setup guide
Configure SSO, deploy to your environment, and verify your security posture.
Deployment options
Fully managed SaaS at www.getcertus.cloud. Zero infrastructure to maintain. Data residency in US or EU.
Best for: Teams wanting fastest time-to-value
Deploy the Certus platform in your own VPC. Docker image + Helm chart provided. Connect to your own database and KMS.
Best for: Regulated industries requiring full data control
CLI runs locally in your CI. Scan results sync to Certus Cloud for dashboard visibility. Source code never leaves your environment.
Best for: Most enterprise customers — security + convenience
SSO configuration
Certus supports SAML 2.0 and OIDC enterprise connections via Auth0.
- Auth0 tenant with enterprise connections enabled
- SAML 2.0 or OIDC identity provider configured at your organization
- Admin access to the Certus dashboard for your organization
- DNS access if using custom domain (optional)
Share your SAML metadata URL or OIDC issuer URL, client ID, and client secret with your Certus account manager. We configure the connection in Auth0.
Set the Assertion Consumer Service URL in your IdP to: https://www.getcertus.cloud/api/auth/callback. This is the Auth0 callback endpoint.
Your account manager will enable the connection for your organization. Test by signing in with your corporate email at /login. The domain router directs you to your IdP automatically.
Once verified, we can enforce SSO for your domain — all users with matching email domains must authenticate through your IdP. Password-based login is disabled for those accounts.
Environment variables
AUTH0_DOMAINrequiredAuth0 tenant domain (e.g. dev-xxxxx.us.auth0.com)
dev-xxxxx.us.auth0.comAUTH0_CLIENT_IDrequiredAuth0 application client ID
vika6Gry0...AUTH0_CLIENT_SECRETrequiredAuth0 application client secret
(from Auth0 dashboard)AUTH0_SECRETrequiredSession encryption key (min 32 chars)
openssl rand -hex 32AUTH0_BASE_URLoptionalCanonical app URL for callbacks
https://www.getcertus.cloudAPP_BASE_URLoptionalFallback base URL
https://www.getcertus.cloudGo-live security checklist
Verify these items before enabling production access for your organization.