Set single sign-on for OMI ViewApps
- Last UpdatedApr 01, 2025
- 1 minute read
Single sign-on for OMI ViewApps is configured by setting the values for three keys in the view.exe.config file (file location: C:\Program Files (x86)\ArchestrA\Framework\Bin\ViewAppFramework):
<add key="TokenServiceBase" value="https://your_token_server/IdentityManager" />
<add key="ClientId" value="your_client_id" />
<add key="Scope" value="openid profile system offline_access" />
These settings are commented out in the view.exe.config file, so you will need to uncomment them after setting the values.