Select to view content in your preferred language

How to Limit Feature Service Access

1003
1
05-07-2013 11:03 AM
ScottCarte
Occasional Contributor
Is it possible to make a Web Map publicly available but limit access to the Feature Services included within that Web Map?  For example, I may want to share a Web Map with the public that includes data acquired from a third party.  Sharing the Feature Service that contains the third party data with everyone (Public) makes that third party data consumable by any other AGOL user.  Under this scenario aren't you essentially redistributing that third party source data for consumption by any other AGOL subscriber for use within their Web Maps and Apps?  This could violate the data sharing agreement with that third party. 

Unless I am mistaken, in order to make the data within a Web Map publicly accessible, you must make the source Feature Service publicly available.  Has anyone come up with a  solution for this issue?
Tags (2)
0 Kudos
1 Reply
MikeMinami
Esri Notable Contributor
Feature services, by design, provide access to the geometry of the underlying features. Is your feature service a hosted feature service or running on ArcGIS Server? If it's hosted on ArcGIS Online, you can publish a hosted tiled map service of it. Go to the feature service item and you will see a publish button. Tiled map services consist of a set of tiled images that are used to display the data. No geometry is available as the display is just a static image.

If you're running on arcgis server, you can create a map service and, I believe, disable the "data" capability. Or also create a tiled service.

THanks,

Mike
0 Kudos