Skip to main content

UnifiedViews Single Sign-On (SSO)

12/08/2025

UnifiedViews Single Sign-On (SSO) introduces comprehensive OpenID Connect (OIDC) authentication capabilities, enabling organizations to integrate their existing identity providers with the UnifiedViews platform. This enhancement delivers multiple strategic benefits, including heightened security through established OIDC protocols, streamlined user access management, and extensive compatibility with diverse identity providers while maintaining support for traditional RDF-based authentication methods.

The implementation process has been engineered for straightforward deployment across UnifiedViews instances version 10.1.0 and above. Organizations can transition to OIDC authentication by configuring essential parameters such as issuer URL, client identification, authentication secrets, and defined scopes. This architectural approach ensures a seamless integration between UnifiedViews and organizational identity management infrastructure, establishing a robust and efficient authentication framework.

The new fields in the properties file:

oidc.enabled=
oidc.client-id=
oidc.client-secret=
oidc.scope=openid,profile,email
oidc.authorization-uri=
oidc.token-uri=
oidc.user-info-uri=
oidc.jwk-set-uri=
oidc.user-name-attribute=
oidc.client-name=
oidc.redirect-uri=
oidc.logout-uri=
oidc.admin.roles=

Caution

With the setting oidc.enabled=true DPUs will not be automatically imported during fresh installation. Users can import these in UnifiedViews at any time.

This mostly relates to the output of GET /migrate/schedules/getAll. The only required change affect the owner field where you only need to replace "owner":"localUser" with "owner": "OIDCUser".