Consume Access Token from InTouch OMI App in AVEVA Work Tasks Controls
- Last UpdatedJun 06, 2024
- 1 minute read
You can pass the access token from InTouch OMI App to AVEVA Work Tasks Controls to consume it for AIM authentication.
To consume access token from InTouch OMI App, update the view.exe.config file located at <System Platform IDE Install path>\Framework\Bin\ViewAppFramework and
<System Platform IDE Install path>\Framework\Bin\ModernEditors\Preview\ViewAppFramework with the following tags:
<add key="TokenServiceBase" value="<URL of AVEVA Identity Manager>" />
<add key="ClientId" value="SE_WSP_NG" />
<add key="Scope" value="openid profile system offline_access" />