<?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: Edit public facing feature services on arcgis.com using web-tier auth - DOES NOT WORK in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/edit-public-facing-feature-services-on-arcgis-com/m-p/136843#M6668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/migrated-users/3052"&gt;Mike Minami&lt;/A&gt;‌ for the update.&amp;nbsp; I've started an ArcGIS Ideas post to see if we can get some headway on this limitation: &lt;A href="http://ideas.arcgis.com/ideaView?id=087E0000000Cv7dIAC" title="http://ideas.arcgis.com/ideaView?id=087E0000000Cv7dIAC"&gt;ArcGIS Idea - ArcGIS Server Web-Tier authentication: Enable editing in ArcGIS Online web maps, Portal web maps, and offl…&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2015 19:40:15 GMT</pubDate>
    <dc:creator>PF1</dc:creator>
    <dc:date>2015-01-21T19:40:15Z</dc:date>
    <item>
      <title>Edit public facing feature services on arcgis.com using web-tier auth - DOES NOT WORK</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-public-facing-feature-services-on-arcgis-com/m-p/136839#M6664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have public facing web-services with the 'feature access' capability enabled.&amp;nbsp; Operations include create, update, delete (and geometry updates).&amp;nbsp; We are also attempting various offline capabilities using the newly offered 'sync' operation.&amp;nbsp; We are unable to get any of this to work using web-tier authentication (NTLM, Kerberos,Http Basic, etc).&amp;nbsp; The public facing web-services are configured similar to the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/#/Firewalls_and_ArcGIS_Server/015400000431000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;Multiple firewalls with reverse proxy and Web Adaptor in a perimeter network&lt;/A&gt;&lt;SPAN&gt; on the ArcGIS server help documentation: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;web-tier authentication&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;User store: windows domain&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;role store: built-in&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;web-adaptor server sitting in our DMZ&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;GIS Site sitting in our internal network&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Reverse proxy communication from DMZ to internal network.&amp;nbsp; &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Web-app Firewalls (WAF) in front of and behind the web-adaptor server in the perimeter DMZ environment&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;on the web-adaptor server we have deployed two web adaptors to &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/#/Supporting_a_mix_of_public_and_private_services/01540000067v000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;Supporting a mix of public and private services&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; One web-adaptor is deployed over both port 80 and 443 but allows strictly anonymous access (for consuming and unauthenticated access).&amp;nbsp; The second web-adaptor we have anonymous access disabled and have enabled Integrated Windows Auth (IWA) using both kerberos and NTLM as providers.&amp;nbsp; We have also tested using HTTP Basic.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If we add feature service content to an arcgis online map, it tells us that its an internal only service and editing is disabled.&amp;nbsp; The services are accessible from the dirty internet.&amp;nbsp; It appears that arcgis.com map executes a request to the service info page (&lt;/SPAN&gt;&lt;A href="https://www.myserver.com/arcgisauth/rest/info?f=json" rel="nofollow noopener noreferrer" target="_blank"&gt;https://www.myserver.com/arcgisauth/rest/info?f=json&lt;/A&gt;&lt;SPAN&gt;) and also tries to proxy the request like so: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Request URL:https://www.arcgis.com/sharing/proxy?https://www.myserver.com/arcgisauth/rest/services/FeatureServices/MyService/FeatureServer/0?f=json
Request Method:POST
Status Code:504 Gateway Timeout&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both of those fail because the public facing server returns an HTTP Error code 401 with the 'www-authenticate' headers as the options the client has available to authentication.&amp;nbsp; We have tried Kerberos, NTLM, and HTTP Basic.&amp;nbsp; It appears that the arcgis.com map ignores he 'www-authenticate' header and just disables the editing capabilities rather than attempting to obtain the user credentials.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We can successfully configure the public facing web-server to use GIS Token based authentication (anonymous enabled and IWA disabled on the web-adaptor server), but that security configuration is really not ideal for our customer base.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this a known limitation?&amp;nbsp; Is there something we are doing wrong?&amp;nbsp; I would have expected web-tier authenticated services to have editable capabilities if users supplied their credentials.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help/guidance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:36:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-public-facing-feature-services-on-arcgis-com/m-p/136839#M6664</guid>
      <dc:creator>PF1</dc:creator>
      <dc:date>2021-12-11T07:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Edit public facing feature services on arcgis.com using web-tier auth - DOES NOT</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-public-facing-feature-services-on-arcgis-com/m-p/136840#M6665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Only token based editing is supported.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jun 2014 00:11:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-public-facing-feature-services-on-arcgis-com/m-p/136840#M6665</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2014-06-21T00:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Edit public facing feature services on arcgis.com using web-tier auth - DOES NOT</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-public-facing-feature-services-on-arcgis-com/m-p/136841#M6666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike (or others), Do we know if this was addressed at the latest &lt;A href="http://doc.arcgis.com/en/arcgis-online/reference/whats-new.htm"&gt;December 2014&lt;/A&gt; release of arcgis.com?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically - is there a way to use the collector for arcgis applications to complete off-line data collection with web-tier protected web-services?&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 22:38:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-public-facing-feature-services-on-arcgis-com/m-p/136841#M6666</guid>
      <dc:creator>PF1</dc:creator>
      <dc:date>2015-01-12T22:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Edit public facing feature services on arcgis.com using web-tier auth - DOES NOT WORK</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-public-facing-feature-services-on-arcgis-com/m-p/136842#M6667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/16235"&gt;Patrick Foppe&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only token based editing is supported. As far as I know, there are no plans to support web tier authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 19:41:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-public-facing-feature-services-on-arcgis-com/m-p/136842#M6667</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2015-01-20T19:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Edit public facing feature services on arcgis.com using web-tier auth - DOES NOT WORK</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-public-facing-feature-services-on-arcgis-com/m-p/136843#M6668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/migrated-users/3052"&gt;Mike Minami&lt;/A&gt;‌ for the update.&amp;nbsp; I've started an ArcGIS Ideas post to see if we can get some headway on this limitation: &lt;A href="http://ideas.arcgis.com/ideaView?id=087E0000000Cv7dIAC" title="http://ideas.arcgis.com/ideaView?id=087E0000000Cv7dIAC"&gt;ArcGIS Idea - ArcGIS Server Web-Tier authentication: Enable editing in ArcGIS Online web maps, Portal web maps, and offl…&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 19:40:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-public-facing-feature-services-on-arcgis-com/m-p/136843#M6668</guid>
      <dc:creator>PF1</dc:creator>
      <dc:date>2015-01-21T19:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Edit public facing feature services on arcgis.com using web-tier auth - DOES NOT WORK</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-public-facing-feature-services-on-arcgis-com/m-p/136844#M6669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just updating this thread (marking as resolved). &amp;nbsp;We have successfully been able to take our internal 'web-tier' arcgis for server services offline with collector, collect some data, and sync that data with the web-tier feature service. &amp;nbsp;We have only been able to confirm this with windows 10 based devices and those devices are trusted in our Active Directory domain. &amp;nbsp;I think it would still be a challenge to get this working with Android and/or iOS. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we tested this with a Portal for ArcGIS running 10.4.1 setup with Integrated Windows Authentication (IWA) and an ArcGIS for Server environment v10.4.1 also running IWA. &amp;nbsp;ArcGIS Server user-store was set to windows domain, role-store set to 'built-in'. &amp;nbsp;Both servers running on different Windows 2008 R2 hosts with different Fully Qualified Domain Names (FQDN). &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 21:29:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-public-facing-feature-services-on-arcgis-com/m-p/136844#M6669</guid>
      <dc:creator>PF1</dc:creator>
      <dc:date>2017-08-11T21:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Edit public facing feature services on arcgis.com using web-tier auth - DOES NOT WORK</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-public-facing-feature-services-on-arcgis-com/m-p/136845#M6670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be reasonable to assume documentation about choosing arcgis server security model would advise on what does not work with each option:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://server.arcgis.com/en/server/latest/administer/windows/configuring-arcgis-server-s-authentication-tier.htm" title="http://server.arcgis.com/en/server/latest/administer/windows/configuring-arcgis-server-s-authentication-tier.htm"&gt;Configuring ArcGIS Server's authentication tier—ArcGIS Server Administration (Windows) | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been working up to having web tier with windows authentication only to find out later on in a totally unrelated documentation page that printing does not work and is not supported at all:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://server.arcgis.com/en/server/latest/create-web-apps/windows/printing-maps-that-contain-secured-services.htm" title="http://server.arcgis.com/en/server/latest/create-web-apps/windows/printing-maps-that-contain-secured-services.htm"&gt;Print maps that contain secured services—Documentation (10.5) | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's on the very last paragraph...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a discovery process with esri's "Enterprise" products. You may well find out that all your invested time was just wasted. At this point I don't know what else might not work with WIA...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 15:18:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-public-facing-feature-services-on-arcgis-com/m-p/136845#M6670</guid>
      <dc:creator>DuarteCarreira</dc:creator>
      <dc:date>2017-08-21T15:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Edit public facing feature services on arcgis.com using web-tier auth - DOES NOT WORK</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-public-facing-feature-services-on-arcgis-com/m-p/136846#M6671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Duarte,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Understand your frustrations...  we've had to run a duplicative stack with&lt;/P&gt;&lt;P&gt;both web tier and token support due to various limitations either by the&lt;/P&gt;&lt;P&gt;esri products or the nature of windows authentication.  We are striving to&lt;/P&gt;&lt;P&gt;only deploy to our token stack if there is a technology limitation&lt;/P&gt;&lt;P&gt;impacting a business need (ex: field data collection with collector and/or&lt;/P&gt;&lt;P&gt;access from devices/platforms that are not 'trusted' in our domain)...  so&lt;/P&gt;&lt;P&gt;most of ournservices are in the webtier stack. As for printing with&lt;/P&gt;&lt;P&gt;webtier... there is a known workaround and ideas post you may consider&lt;/P&gt;&lt;P&gt;voting up -&lt;/P&gt;&lt;P&gt;https://community.esri.com/ideas/13647-support-for-printing-web-maps-containing-web-tier-services&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 16:03:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-public-facing-feature-services-on-arcgis-com/m-p/136846#M6671</guid>
      <dc:creator>PF1</dc:creator>
      <dc:date>2017-08-21T16:03:43Z</dc:date>
    </item>
  </channel>
</rss>

