The Single Sign-On (SSO) screen connects ActivoHQ to your company's identity provider. It has two independent parts:
Availability: both functions are part of the Enterprise plan. On another plan, the screen shows Single sign-on and SCIM provisioning are available on the Enterprise plan. with a View plans link.
Settings > Single Sign-On
Direct URL: /Settings/sso
| Term | Definition |
|---|---|
| Identity provider | The system that authenticates your Employees (Entra ID, Okta, Google Workspace and so on). |
| Authority | The OIDC provider's address, for example https://login.microsoftonline.com/{tenant-id}/v2.0. |
| Client ID / Client secret | The credentials your provider issues when you register ActivoHQ as an application. |
| Redirect URI | The address the provider returns the user to after authenticating. ActivoHQ shows it on screen so you can register it verbatim. |
| SCIM 2.0 | The user provisioning standard (RFC 7643/7644). |
| SCIM bearer token | The key your identity provider uses to call ActivoHQ. It is shown once only. |
https://yourcompany.activohq.cloud/signin-oidc. The screen states: The redirect URI to register with your identity provider is:When you edit it later, the Client secret field shows dots and the note unchanged - type to replace: only enter a new value if you want to replace it.
https://yourcompany.activohq.cloud/scim/v2With no token, the screen reads No SCIM token yet. Generate one to let your identity provider provision users.
The identity provider can list, read, create, update and deactivate ActivoHQ users through the SCIM 2.0 Users resource. Search supports filtering by username, and paging.
When a new user authenticates through SSO but does not exist in ActivoHQ, access is refused: creating accounts is SCIM provisioning's job, not sign-in's.
| Field | Type | Required | Description | Validation |
|---|---|---|---|---|
| Enable single sign-on | Checkbox | No | Switches OIDC access on for the company. | Requires the Enterprise plan. |
| Authority | Text | Yes (with SSO on) | The OIDC provider's address. | Must be a valid provider URL. |
| Client ID | Text | Yes (with SSO on) | The registered application's identifier. | None. |
| Client secret | Text | Yes (with SSO on) | The application's secret. It is stored protected and never shown again. | Leave it empty to keep the current one. |
| SCIM bearer token | Generated | No | The provisioning key. | Shown once only, when generated. |
This is an administration screen. Users with read-only access see the notice You have read-only access - Settings cannot be changed.
| Symptom | Likely cause | Resolution |
|---|---|---|
| The screen shows the Enterprise plan notice. | The plan you bought does not include SSO or SCIM. | Use View plans to upgrade the subscription. |
| The provider rejects the redirect after authenticating. | The registered redirect URI does not match the one ActivoHQ shows exactly. | Copy the URI verbatim from the screen and register it with the provider. |
| The user authenticates but cannot get in. | The account does not exist in ActivoHQ. | Provision it through SCIM, or create it under Settings > Users. |
| The provider returns an authentication error on SCIM. | The token was revoked or regenerated. | Generate a new token and update it in the provider. |
| The SCIM search filter returns an error. | The provider is sending an unsupported filter expression. | Only an exact username search is supported. |
Was this page helpful?