Configure Security in Standalone Application
- Last UpdatedSep 17, 2024
- 1 minute read
Configure security in standalone application:
-
In WindowMaker, under File > Configure > Security select None or 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 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:
-
CONNECT Group
-
Access Level
Script function for AddPermission() in Operations Control connected experience:
DiscreteTag=AddPermission("", "CONNECT group", AccessLevel);
If a runtime user is a member of multiple groups from CONNECT, the access level will be determined by the group with the highest access level.
-