Authorize groups with various access permission to same node

Questions regarding the use of the C++ SDK for Server or Client development or integration into customer products ...

Moderator: uasdkcpp

Post Reply
huazhang
Hero Member
Hero Member
Posts: 24
Joined: 09 Sep 2016, 04:39

Authorize groups with various access permission to same node

Post by huazhang »

Hi support team,
Suppose there's a node named NodeA on server and there're 4 groups(Group1-Group4).
I want to configure these groups with various access permissions to NodeA.
For instance, Group1 has Browse and Read-Only permissions, Group2 has Observe and Write permissions,
Group3 has Observe,Write and History Read permissions, Group4 has full access permissions.
How to do this authorization?

Thanks!

User avatar
Support Team
Hero Member
Hero Member
Posts: 3071
Joined: 18 Mar 2011, 15:09

Re: Authorize groups with various access permission to same

Post by Support Team »

Hello huazhanq,

we have an example for this in the DemoServer see:
http://documentation.unified-automation ... moServer_1

However the AccessInfo in V1.5 is limited to 3 Roles (Role1, Role2, Other). We currently do revise the topic authentication and authorization. This revised feature will be available in the upcoming version of the SDK (V1.6).
Best regards
Unified Automation Support Team

huazhang
Hero Member
Hero Member
Posts: 24
Joined: 09 Sep 2016, 04:39

Re: Authorize groups with various access permission to same

Post by huazhang »

Hi support team,

Thanks a lot!

Post Reply