Skip to content

Single Sign-On (SSO)

Voquill Enterprise supports OIDC-based Single Sign-On, allowing users to authenticate via their organization’s identity provider.

Any OIDC-compliant identity provider should work. Tested providers include:

  1. Admin configures an OIDC provider in the Voquill admin panel (Issuer URL, Client ID, Client Secret)
  2. Users see an SSO button on the Voquill login screen
  3. Clicking it opens their browser to the identity provider
  4. After authentication, they’re redirected back and logged into Voquill
  5. Users are automatically created on first login (JIT provisioning)

In the Voquill admin panel:

  1. Go to Identity Providers
  2. Click Add Provider
  3. Fill in:
    • Name: Display name for the login button
    • Issuer URL: The OIDC issuer URL (usually ends with a path like /v2.0 or /realms/name)
    • Client ID: From your identity provider
    • Client Secret: From your identity provider
    • Enabled: Toggle on
  4. Save

Voquill requires the following claims from the ID token:

ClaimRequiredDescription
subYesUnique user identifier
emailYesUser’s email address
nameNoUser’s display name