ArcServer 10.2 secured services

3821
2
Jump to solution
02-24-2015 07:48 AM
Hernando_CountyProperty_Apprai
New Contributor III

Is there any way using REST or the JavaScript API to determine if a service is secured and if so what groups have access to them? I'm using windows authentication to secure the map service.

0 Kudos
1 Solution

Accepted Solutions
ErinBrimhall
Occasional Contributor II

You can query for a folder or service's Permissions using the ArcGIS Server REST API.

The resulting JSON will define any principals (i.e. in your case a Windows groups) and the type of permissions each principal has on the folder or service.

View solution in original post

2 Replies
ErinBrimhall
Occasional Contributor II

You can query for a folder or service's Permissions using the ArcGIS Server REST API.

The resulting JSON will define any principals (i.e. in your case a Windows groups) and the type of permissions each principal has on the folder or service.

Hernando_CountyProperty_Apprai
New Contributor III

Thank you Erin.  That's just what I was looking for.

0 Kudos