Select to view content in your preferred language

Can permissions be set on map services?

1445
1
10-20-2014 10:57 AM
GeoffreyWest
Occasional Contributor III

My goal is to create an application where services can only be accessed by those with certain permissions, much akin to ArcGIS Online web-maps, however I would like it so that when a user pings the URL where the map services is being consumed, that a log-in box appears that references ArcGIS Server?

0 Kudos
1 Reply
ToddJackson2
New Contributor II

Hi Geoffrey,

In ArcGIS for Server you can secure services such that they are authorised to -

  • LDAP/Windows Domain Groups
  • Built-in Roles

The services can be configured to enable/disable the capabilities and operations they expose.

Users can be authenticated using token authentication, or integrated Windows authentication, if a Web Adaptor is being used in the site configuration.

If using token authentication APIs like the javascript API have an IdentityManager class that wlll provide a login dialog for users to provide their credentials, which in turn acquires a token from ArcGIS for Server, which is then supplied when accessing secured services.

See the following links for more information -

http://resources.arcgis.com/en/help/main/10.2/index.html#/Securing_your_ArcGIS_Server_site/015400000...

https://developers.arcgis.com/javascript/jsapi/identitymanager.html

Cheers,

Todd.

0 Kudos