Configure a token
- Last UpdatedFeb 12, 2024
- 1 minute read
You need to update a config file to use the AVEVA Identity Manager granted token for AVEVA OMI to allow Single Sign-On (SSO). You also need to update two view.exe.config files; one for the Preview Mode and another for Runtime:
-
Preview mode config file location: C:\Program Files (x86)\ArchestrA\Framework\Bin\ModernEditors\Preview\ViewAppFramework\
-
Runtime mode config file location: C:\Program Files (x86)\ArchestrA\Framework\Bin\ViewAppFramework
To configure a token
-
Navigate to the config file location.
-
Use Notepad to open view.exe.config.
-
Scroll to the bottom of the file and uncomment the section for AVEVA Identity Manager Service configuration.
-
Change the following values:
-
The 'your_token_server' value for the 'TokenServiceBase' key to '<System Management Server URL>':
-
To identify the URL, launch the Configurator.
-
For a local System Management server, use the local computer's name. For example, https://localhost.
-
For a remote System Management server, use the remote computer's name as the base address to access of AVEVA Identity Manager. For example, https://AIMServer1/IdentityManager
-
-
The 'your_client_id' value to 'SE_WSP_NG'

-
Your config file should look similar to this:
