Reputation: 866
I created a map in ArcGis desktop and published it to ArcGis for server 10.2. A service was created in arc server. Suppose i have two client A and B. A has high privilege and must see all layers in the map but B should only see some of layers. How can i manage privilege access for these client in Arc Server? I don't want to handle it in client side, i want to some how configure arc server so that it manages what layer in a service should be accessed by a specific client. any help is appreciated
Upvotes: 0
Views: 265
Reputation: 96
Rights are managed on a map service level only. Two options for you : - create a map service for each profile and grant it for the allowed users. (suitable for read-only operations) - or implement a server proxy that will filter the rights depending on user rights. (cost in time, because of dev)
Upvotes: 1