Zelosify Logo
Security & Compliance

SSO & SCIM Configuration

Technical guide to configuring SSO and SCIM provisioning for enterprise security.

SSO Configuration (Admin Only)

Step 1: Prepare Your Identity Provider

  • Create a new OIDC application in your IdP (Okta, Azure AD, etc.)
  • Note the following credentials from your IdP:
    • Client ID
    • Client Secret
    • Discovery Endpoint / Issuer URL (e.g., https://example.com/oauth2/default)

Step 2: Configure in Zelosify

  1. Navigate to SettingsSecuritySingle Sign-On
  2. Click "Configure SSO"
  3. Enter your IdP details:
    • Discovery / Issuer URL
    • Client ID
    • Client Secret
  4. Copy Zelosify's Redirect URI back to your IdP:
    • Redirect / Callback URL: https://your-domain.zelosify.com/api/v1/auth/sso/callback

Step 3: Attribute Mapping

Map IdP claims/attributes to Zelosify fields:

IdP ClaimZelosify FieldRequired
emailUser emailYes
given_name / nameFirst nameYes
family_nameLast nameYes
groupsRole mappingRecommended
departmentDepartmentOptional

Step 4: Test & Enable

  1. Click "Test Connection" — performs a test OIDC sign-in flow
  2. Verify claims are mapping correctly
  3. Toggle "Enable SSO"
  4. Choose enforcement level:
    • Optional: Users can use SSO or email/password
    • Required: All users must use SSO (email/password disabled)

SCIM Configuration

See SCIM Provisioning for complete setup guide.