Single Sign-On (SSO)
Voquill Enterprise supports OIDC-based Single Sign-On, allowing users to authenticate via their organization’s identity provider.
Supported Providers
Section titled “Supported Providers”Any OIDC-compliant identity provider should work. Tested providers include:
How It Works
Section titled “How It Works”- Admin configures an OIDC provider in the Voquill admin panel (Issuer URL, Client ID, Client Secret)
- Users see an SSO button on the Voquill login screen
- Clicking it opens their browser to the identity provider
- After authentication, they’re redirected back and logged into Voquill
- Users are automatically created on first login (JIT provisioning)
Adding a New Provider
Section titled “Adding a New Provider”In the Voquill admin panel:
- Go to Identity Providers
- Click Add Provider
- Fill in:
- Name: Display name for the login button
- Issuer URL: The OIDC issuer URL (usually ends with a path like
/v2.0or/realms/name) - Client ID: From your identity provider
- Client Secret: From your identity provider
- Enabled: Toggle on
- Save
Required OIDC Claims
Section titled “Required OIDC Claims”Voquill requires the following claims from the ID token:
| Claim | Required | Description |
|---|---|---|
sub | Yes | Unique user identifier |
email | Yes | User’s email address |
name | No | User’s display name |