Hello,
The thing is that if a user cannot read the MembersGuid and DirectMembersGuid properties of group objects, the Members section of groups will not function normally. Also, if a user cannot read the MemberOfGuid and DirectMemberOfGuid properties of user objects, the Member Of section of user objects will not function normally as well. This is a bug that will be fixed in our next version.
As a workaround for now, you can grant your users the permissions to read these properties. For this purpose you need to create a new Security Role that grants the necessary permissions or modify an existing Security Role and add the necessary permissions to it. To do this:
-
Launch Adaxes Administration Console.
-
Expand the service node that represents your service.
-
Right-click any object under the expanded service node, point to New, and then click Security Role.
or
Expand Configuration / Security Roles and select the Security Role you want to modify.
-
On the 2nd step of the Create Security Role wizard, click Add.
or
Click the Add button above the list of permissions.
-
In the Add Permissions dialog that appears, select the Group object type.
-
Select the Show all properties option.
-
Select the Read 'MembersGuid' Property and Read 'DirectMembersGuid' Property permissions in the Property-specific permissions section.
-
Click OK.
-
Click Add again.
-
In the Add Permissions dialog that appears, select the User object type.
-
Select the Show all properties option.
-
Select the Read 'MemberOfGuid' Property and Read 'DirectMemberOfGuid' Property permissions in the Property-specific permissions section.
-
Click OK.
-
Finish creation of the Security Role.
or
Save the modified Security Role.