Manual
Alarm
Burst Data
Dashboard
Data Source
Manual Inclinometer
Loadsensing
Ackcio
CSI
File Import
Geokon
SAA
Sigicom
Total Stations
Waste Management
Profound
Axilog
GSS
Webcam import
Displacement Graph
GIS
Historical Graphs
Real Time Display
Virtual Variables
SSO
Setup Azure AD for VDV
Setup Single Sign-On in VDV
Single Sign-On setup checklist
Manual provider setup
Analysis
API
Contacts
Contact Groups
Completeness
Data Export Task
Documents
Download Data
Localization
Notes
Month Overview
Reports
Site Setup
QA/QC
Project
Prism
Update Overview
Users in VDV
Manual Import
Setting up a webcam
Embed API
Webcam
User interface
License Overview
Graph Configuration
Site Map
Quick View
Videos
Guides
After install action list
Install VDV on-premise
Creating a new project
Installing scheduled tasks
Restarting the Vista Data Vision System
Exporting site and unit lists from db.robot.c
Exporting the settings from the File Converter
Muting sounds in VDV
Updating VDV with the store in offline mode
Migrate/Move Vista Data Vision to a new server
FAQ
Server Side
File Converter gets empty
Update header - new sensors added to the data file
Import modified or historical data
The VI Not Executable
Email subject contains information from the mail server
Webcam not importing pictures
How to configure Text Message Service
Run tasks minimized
Units
System Requirements
Backing up VDV
Front end
How to extend VDV Timeout
System validation after PHP 8 update
- All Categories
- Manual
- SSO
- Manual provider setup
Manual provider setup
Manual configuration requires knowledge about the IdP software being used and is out of the scope of this documentation. The parameters required to be set are:
- Client ID
- Client Secret
- Authorization endpoint
- Token endpoint
- UserInfo endpoint
- VDV Redirect URL
- Scopes
- Unique Id
- E-Mail field
It is also recommended to set:
- JWKS URI
- ID Token signing algorithms
Claims mapping
Name | Type | Default mapping | Description |
Unique ID | string | IDToken.oid | Unique user ID, this claim is used to check if the user exists in VDV |
Username | string | IDToken.preferred_username | Username, set to email if not found |
string | UserInfo.email | ||
Name | string | UserInfo.name | Name, set to email if not found |
Role | string[] | IDToken.roles | User role ID, the role must be assigned to the organization |
Owner | string[] | Array of project IDs to assign to the user, the projects must be owned by the organization | |
Admin | bool|int|string | User is set as admin if this field is not empty |