Account & Authentication
Single Sign-On (SSO)
Configure and use enterprise SSO (OIDC) with Zelosify.
Overview
Enterprise SSO allows your team to sign in to Zelosify using your corporate identity provider (IdP), eliminating separate passwords and centralizing access control.
Supported Protocols
- OpenID Connect (OIDC)
Supported Identity Providers
| Provider | Protocol | Status |
|---|---|---|
| Okta | OIDC | Fully Supported |
| Azure AD (Entra ID) | OIDC | Fully Supported |
| Google Workspace | OIDC | Coming Soon |
How SSO Works
- User navigates to Zelosify sign-in page
- Enters their email address
- Zelosify detects the SSO configuration for their domain
- User is redirected to their corporate IdP
- User authenticates with the IdP (may include MFA)
- IdP sends an OIDC authorization code back to Zelosify's callback endpoint
/api/v1/auth/sso/callback - Zelosify validates the token and session setup
Configuration (Admin Only)
See Admin Guide → SSO Configuration for setup instructions.
User Experience
- Once SSO is configured, users are automatically redirected to the IdP
- No Zelosify-specific password is needed
- Signing out of Zelosify also signs out the SSO session (optional, configurable)