IF Security Levels
There are 2 levels of security in Integration Framework:
- Connection: The 'Connection' security level allows only those users or groups configured in this security part, to connect to the Integration Framework Server. Basically, this means that while IF allows all users to connect to its end-points (Windows Communication Foundation communication channels), only authorized user’s packets are managed.
- Object: The 'Object' security levels allows each IF object (Channel, DataServer, Dataset, Trigger...etc ) to have a specific security descriptor. Child objects inherit their parent security descriptor, though security can be changed object by object, thereby restricting the access according to specific needs.
IF Security Access Criteria
The following table lists the IF Security criteria:
| Access | Description |
|---|---|
Read | View and read object properties |
Add | Add new element/child object |
Modify | Edit Element and its properties |
Delete | Element deletion |
Execute | Run actions |
Full | Object's owner: all the access rights above edit security attributes |
ScriptEdit | View script source code and compile it |
ChannelConfiguration | Modify communication channel security |