Configure Security in Standalone Application
- Last UpdatedMar 18, 2024
- 3 minute read
To configure security in standalone application:
-
In WindowMaker, under File > Configure > Security select None or AVEVA Connect as the security option and click Save.

With Operations Control connected experience enabled and incompatible security type configured, if you open WindowViewer or WindowMaker you will be prompted with the message asking you to reconfigure the security in WindowMaker with any of the above supported security types. The WindowViewer will close on clicking OK and in the WindowMaker you will have option to edit the security type. InTouch and Operating System security types are not supported in Operation Control connected experience, and you cannot use the AVEVA Connect security type in non-connected experience.
-
To map access levels to groups in standalone InTouch:
Use the script function AddPermission().
The AddPermission() method accepts only two parameters in Operations Control connected experience:
-
AVEVA Connect Group
-
Access Level
Script function for AddPermission() in Operations Control connected experience:
DiscreteTag=AddPermission("", "AVEVA Connect group", AccessLevel);
If a runtime user is a member of multiple groups from AVEVA Connect, the access level will be determined by the group with the highest access level.
OR
-
In WindowMaker,on the File menu, go to Configure > Security and select AVEVA Connect.
-
In the Configure groups section select the Add button (plus icon).

The Select groups dialog box opens and in the Select from list drop-down, AVEVAConnect will be selected.
-
Under Available Authentication Provider Groups select the required authentication provider group and click the plus icon. Alternatively you can double-click the required group.
The groups that you have selected are displayed under Selected groups section.

-
Click OK.
The groups are added to the table under the Configure groups section.
-
Under Access level column, enter the access level for the respective security group.

-
Click Save to save the changes.
-
-
To delete a security group
-
In the WindowMaker, under File > Configure > Security > AVEVA Connect > Configure groups select the required security group that you want to delete and click the minus icon.
-
In the confirmation dialog, select Yes.
The selected security group is deleted.
-
Click Save to save the changes.