<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Securing a map service in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/securing-a-map-service/m-p/725509#M27645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Daniel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Is that all there is to it, or is there anything else that can be done to secure the map service? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on what you posted, you have restricted access to the web service. You can also implement some additional security measures, such as encrypting ArcGIS Server communication. Some resources:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Securing_ArcGIS_Server_communication/0154000005v2000000/" rel="nofollow" target="_blank"&gt;&lt;BR /&gt;Securing ArcGIS Server communication - help documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://video.arcgis.com/watch/1893/building-secure-applications" rel="nofollow" target="_blank"&gt;Building Secure Applications - Esri UC technical workshop video&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 May 2013 16:56:18 GMT</pubDate>
    <dc:creator>DerekLaw</dc:creator>
    <dc:date>2013-05-01T16:56:18Z</dc:date>
    <item>
      <title>Securing a map service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/securing-a-map-service/m-p/725508#M27644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a 10.1 map service that I want to make secure. These are the steps that I took to secure it in ArcGIS Server Manager:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Created a role "PrivateServiceRole"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Created a user "PrivateServiceUser"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Granted "PrivateServiceRole" to "PrivateServiceUser"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Created a folder "PrivateService", checked "Require Encrypted Web Access", selected "Private, available only to selected users", added the role "PrivateServiceRole" to the Allowed roles list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are the ArcGIS Server Security settings:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Configuration Settings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;User Store: ArcGIS Server Built-in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Role Store: ArcGIS Server Built-in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Authentication Tier GIS Server &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Authentication Mode: ArcGIS Tokens&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Token Settings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lifespan of Short-lived Tokens: 60 minutes &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lifespan of Long-lived Tokens: 1 day&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I then viewed the service by logging in as "PrivateServiceUser" on the arcgis/rest/services page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that all there is to it, or is there anything else that can be done to secure the map service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For instance, in ArcGIS Server 10, I was able to go into IIS and set IP Address and Domain Restrictions and control which computers were able to access the page to get a token. With the Web Adaptor, that doesn't seem to be possible any more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 15:53:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/securing-a-map-service/m-p/725508#M27644</guid>
      <dc:creator>DanielSanders</dc:creator>
      <dc:date>2013-04-29T15:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Securing a map service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/securing-a-map-service/m-p/725509#M27645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Daniel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Is that all there is to it, or is there anything else that can be done to secure the map service? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on what you posted, you have restricted access to the web service. You can also implement some additional security measures, such as encrypting ArcGIS Server communication. Some resources:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Securing_ArcGIS_Server_communication/0154000005v2000000/" rel="nofollow" target="_blank"&gt;&lt;BR /&gt;Securing ArcGIS Server communication - help documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://video.arcgis.com/watch/1893/building-secure-applications" rel="nofollow" target="_blank"&gt;Building Secure Applications - Esri UC technical workshop video&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 16:56:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/securing-a-map-service/m-p/725509#M27645</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2013-05-01T16:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Securing a map service</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/securing-a-map-service/m-p/725510#M27646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the reply and links...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 17:11:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/securing-a-map-service/m-p/725510#M27646</guid>
      <dc:creator>DanielSanders</dc:creator>
      <dc:date>2013-05-01T17:11:13Z</dc:date>
    </item>
  </channel>
</rss>

