<?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: Accessing secure web map services from a custom web mapping application in ArcGIS Online Developers Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-developers-questions/accessing-secure-web-map-services-from-a-custom/m-p/713225#M905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still curious about how you solve your issue, but I've figured out the proxy situation I was dealing with. GOOD LUCK!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Oct 2015 16:34:41 GMT</pubDate>
    <dc:creator>BrianO_keefe</dc:creator>
    <dc:date>2015-10-05T16:34:41Z</dc:date>
    <item>
      <title>Accessing secure web map services from a custom web mapping application</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/accessing-secure-web-map-services-from-a-custom/m-p/713221#M901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm building a custom web mapping application for a client. The application will be hosted externally to ArcGIS Online, but the application is registered with AGOL. The application will access the client's secured AGOL web map services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like for the user to be able to log in to AGOL, open the application, and not have to log in again. However, each request for a secured resource from AGOL results in a login challenge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've set up the web proxy to avoid this problem, but it seems that the web proxy allows &lt;EM&gt;anyone&lt;/EM&gt; access to the secured AGOL web map services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it seems that my options are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Allow all users access to the client's secured AGOL web map services (hint: not an option).&lt;/LI&gt;&lt;LI&gt;Require users to provide their login information each time a request is made to a secured AGOL service (hint: again, not an option).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something? Is it not possible to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 23:04:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/accessing-secure-web-map-services-from-a-custom/m-p/713221#M901</guid>
      <dc:creator>JonathanBailey</dc:creator>
      <dc:date>2015-09-11T23:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing secure web map services from a custom web mapping application</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/accessing-secure-web-map-services-from-a-custom/m-p/713222#M902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you currently handling authentication in your custom app? Are you using the OAuth approach outlined in this sample: &lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/portal_oauth_inline.html" style="line-height: 1.5;" title="https://developers.arcgis.com/javascript/jssamples/portal_oauth_inline.html"&gt;https://developers.arcgis.com/javascript/jssamples/portal_oauth_inline.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the user logging in to the app has permission to access the secure services then it should not prompt for each request.&amp;nbsp; However if the user doesn't have permission then it will prompt again. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 20:45:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/accessing-secure-web-map-services-from-a-custom/m-p/713222#M902</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-09-22T20:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing secure web map services from a custom web mapping application</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/accessing-secure-web-map-services-from-a-custom/m-p/713223#M903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you have configured a proxy to avoid having the user login to access AGOL secured services?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know how to do to this! Would you care to share how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 21:09:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/accessing-secure-web-map-services-from-a-custom/m-p/713223#M903</guid>
      <dc:creator>BrianO_keefe</dc:creator>
      <dc:date>2015-09-29T21:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing secure web map services from a custom web mapping application</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/accessing-secure-web-map-services-from-a-custom/m-p/713224#M904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It turns out that the proxy isn't the whole story ... there are other moving parts as well. I currently have a support incident opened with Esri in order to resolve this. I'll post the results when completed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 16:19:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/accessing-secure-web-map-services-from-a-custom/m-p/713224#M904</guid>
      <dc:creator>JonathanBailey</dc:creator>
      <dc:date>2015-10-05T16:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing secure web map services from a custom web mapping application</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/accessing-secure-web-map-services-from-a-custom/m-p/713225#M905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still curious about how you solve your issue, but I've figured out the proxy situation I was dealing with. GOOD LUCK!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 16:34:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/accessing-secure-web-map-services-from-a-custom/m-p/713225#M905</guid>
      <dc:creator>BrianO_keefe</dc:creator>
      <dc:date>2015-10-05T16:34:41Z</dc:date>
    </item>
  </channel>
</rss>

