Single Sign On
The Authentication tab provides Single Sign-On (SSO) configuration options for your DataStream organization. This interface allows administrators to enhance security by integrating with Azure AD/Entra ID authentication systems, enabling users to access DataStream using their existing organizational credentials.
To access Single Sign-On settings:
- Click the hamburger menu on the top left
- Select Organization > Settings
- Click the Authentication tab
The Authentication interface displays:
- Single Sign-On section with setup options
- Set up Single Sign-On link for configuration access
- Learn more link for additional SSO information
- Description: "Enhance your organization's security by requiring users to use Single Sign-On to sign in to VirtualMetric"
Single Sign-On Configuration
VirtualMetric DataStream single sign-on integration allows users with existing Azure AD/Entra ID accounts to access DataStream without creating separate credentials. Users authenticate through their organization's Azure AD system and gain access to DataStream based on their assigned roles and permissions.
Enable SSO for Tenant
-
Navigate to Organization Settings
- Access the Organization menu from the cloud interface
- Select Tenant Settings
-
Configure Authentication Type
- Locate the Authentication section
- Set Auth Type to OAuth
- Enable the SSO Enabled toggle
-
Azure AD Configuration
- OAuth Config: Enter your Azure AD application configuration
client_id
: Azure AD application client IDclient_secret
: Azure AD application client secrettenant_id
: Azure AD tenant identifierredirect_uri
: VirtualMetric callback URL
- OAuth Scope: Specify required permissions (e.g.,
openid profile email
)
- OAuth Config: Enter your Azure AD application configuration
Azure AD Application Setup
Prerequisites: Azure AD administrator access required.
-
Register Application
- Navigate to Azure Portal → Azure Active Directory → App registrations
- Create new registration with appropriate redirect URI
- Note the Application (client) ID and Directory (tenant) ID
-
Configure Authentication
- Add platform configuration for web application
- Set redirect URI to your VirtualMetric tenant URL
- Enable ID tokens and access tokens
-
Create Client Secret
- Navigate to Certificates & secrets
- Create new client secret
- Copy the secret value immediately
User Access Management
When SSO is enabled, users with Azure AD accounts can access DataStream directly without requiring separate VirtualMetric user accounts. Azure AD handles both authentication and provides user identity information to DataStream for access control.
When SSO is disabled, users must have dedicated VirtualMetric DataStream user accounts with username/password authentication to access the system.
Disable SSO
- Navigate to Tenant Settings
- Disable the SSO Enabled toggle
- Users will revert to VirtualMetric username/password authentication