Authentication configuration script for SEM Web with SAM - Intergraph Smart Engineering Manager - 3.0 - Installation & Upgrade - Hexagon

Intergraph Smart Engineering Manager Web Installation and Configuration

Language
English
Product
Intergraph Smart Engineering Manager
Subproduct
Web
Search by Category
Installation & Upgrade
Smart Engineering Manager Web Version
3.0

The script below registers a Smart API for the Client Backend API and registers the Smart Client for the Client. The script also updates the application configuration files with a new Service ID and Client ID.

Values shown in italics should be replaced by your own values.

powershell.exe -file "[path]\PostInstallation\AuthenticationConfiguration.ps1" -installationType "SEM_Client" -oauthIssuerUrl "https://samadmin.MyDomain.com/sam/oauth/" -username "SemAdmin" -password "MyAdmin123" -client_id "10AABBCC-1234-5678-9ABC-DEF123456789" -client_secret "MyClientSecret123" -serviceDescriptionUrl "https://MyServerDomain/Mywebapibe3.0/sem/v3/description" -clientUrl "https://MyServerDomain/Mysem3.0" -Verbose