<?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: Application-level Authentication - Proxy is being used for an unsupported service in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104813#M9619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, you know what? The latest proxy resolved the problem (v1.1.0)! It was in plain sight, too - per the changelog, v1.1.0 added: &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;UL&gt;&lt;LI&gt;Support for 10.3 tokens.&lt;/LI&gt;&lt;/UL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/resource-proxy/releases" title="https://github.com/Esri/resource-proxy/releases"&gt;Releases · Esri/resource-proxy · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That must have been the issue - it wasn't able to generate the appropriate 10.3 token using the v 1.0 proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sigh... Thanks again for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jan 2016 18:55:00 GMT</pubDate>
    <dc:creator>ChrisSmith7</dc:creator>
    <dc:date>2016-01-12T18:55:00Z</dc:date>
    <item>
      <title>Application-level Authentication - Proxy is being used for an unsupported service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104803#M9609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the companion thread to &lt;A href="https://community.esri.com/thread/170602" target="_blank"&gt;Application-level token authentication&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, I was successful in creating secured services and authenticating at the application level - somewhat! There's a peculiar behavior I haven't quite nailed-down - maybe someone has experienced this before and has an answer...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use a cold session, e.g. after clearing cache and restarting the browser, and then load the secured service through the mapping app, I receive an authentication pop-up (which I am trying to avoid). If I enter the correct credentials, I receive the message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Unable to access the authentication service.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the console, the error is reported as a 403:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN&gt;code: Forbidden,message:"Proxy is being used for an unsupported service: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fmygisserver%2Farcgis%2Ftokens%2F" target="_blank"&gt;https://mygisserver/arcgis/tokens/&lt;/A&gt;&lt;SPAN&gt;"}}"&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I navigate to the REST service in the browser, I am prompted to enter credentials, which authenticates successfully. In the same browser, once the session is established, I can then refresh (ctrl-F5) and see the secured layer without receiving an authentication window. This is the behavior I'm seeking - any user can see the secured service in context of the mapping app, without having to manually enter credentials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas as to what would cause this? I am using the proxy from the Esri GitHub. I am also keeping the referrer open-ended for now, until I resolve this issue. I don't believe I'm doing anything crazy - right now, I'm just undergoing some POC testing. Here's the pertinent info on how the proxy config looks:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;ProxyConfig allowedReferers="*"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mustMatch="true"&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;serverUrls&amp;gt;
&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrl url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fmygisserver%2Farcgis%2Frest%2Fservices" target="_blank"&gt;https://mygisserver/arcgis/rest/services&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="true"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; username="user"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; password="password"/&amp;gt;
&amp;nbsp; &amp;lt;/serverUrls&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's how the quick test js looks:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN&gt;var flTest = new FeatureLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fmygisserver%2Farcgis%2Frest%2Fservices%2Fbase_services%2Ftest%2FMapServer%2F0" target="_blank"&gt;https://mygisserver/arcgis/rest/services/base_services/test/MapServer/0&lt;/A&gt;&lt;SPAN&gt;", {&lt;/SPAN&gt;
&amp;nbsp; id: "points",
&amp;nbsp; mode: FeatureLayer.MODE_ONDEMAND
});


var simpleJson = {
&amp;nbsp; "type": "simple",
&amp;nbsp; "label": "",
&amp;nbsp; "description": "",
&amp;nbsp; "symbol": {
&amp;nbsp; "color": [0, 0, 255, 191],
&amp;nbsp; "size": 6,
&amp;nbsp; "angle": 0,
&amp;nbsp; "xoffset": 0,
&amp;nbsp; "yoffset": 0,
&amp;nbsp; "type": "esriSMS",
&amp;nbsp; "style": "esriSMSCircle",
&amp;nbsp; "outline": {
&amp;nbsp; "color": [0, 0, 128, 255],
&amp;nbsp; "width": 0,
&amp;nbsp; "type": "esriSLS",
&amp;nbsp; "style": "esriSLSSolid"
&amp;nbsp; }
&amp;nbsp; }
}
var rend = new SimpleRenderer(simpleJson);


flTest.setRenderer(rend);
map.addLayer(flTest);&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have confirmed SSL is set-up correctly on the dev server where the mapping app is hosted, as well as on the GIS server. The map service is an xy feature event from an MS SQL Server db slice, if that matters at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104803#M9609</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2021-12-11T06:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Application-level Authentication - Proxy is being used for an unsupported service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104804#M9610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the chrome's Developer Tools go to Network tab and check if the call to feature layer is going through proxy or not? something lilke this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://appserver/proxy/proxy.ashx" title="https://appserver/proxy/proxy.ashx"&gt;https://appserver/proxy/proxy.ashx?&lt;SPAN style="color: #0000ff; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;https://mygisserver/arcgis/rest/services/base_services/test/MapServer/0&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, are you setting the proxy url in esriConfig &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #595959;"&gt;esriConfig&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #595959;"&gt;defaults&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #595959;"&gt;io&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #595959;"&gt;proxyUrl = "&lt;A href="https://appserver/proxy/proxy.ashx" title="https://appserver/proxy/proxy.ashx"&gt;https://appserver/proxy/proxy.ashx&lt;/A&gt; &lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 18:50:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104804#M9610</guid>
      <dc:creator>GirishYadav</dc:creator>
      <dc:date>2016-01-11T18:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Application-level Authentication - Proxy is being used for an unsupported service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104805#M9611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Girish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to Fiddler, it's not going through the proxy, which would explain why credentials aren't supplied. I have confirmed, though, the proxy does work, e.g. print. I can see the requests in fiddler through the proxy. I have the proxy URL set as a relative path in the app:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; esri.config.defaults.io.proxyUrl = "../MapApp/Proxy/proxy.ashx";
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; esri.config.defaults.io.alwaysUseProxy = false;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; esri.config.defaults.io.useCors = true;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other config values should already default to the values set - I set them this way for clarity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:24:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104805#M9611</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2021-12-11T06:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Application-level Authentication - Proxy is being used for an unsupported service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104806#M9612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;esri.config.defaults.io.useCors should be false or the default value "&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;with-credentials" . if its true it will prevent the AJAX calls through proxy.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-size: 12px; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;-Girish&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 21:06:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104806#M9612</guid>
      <dc:creator>GirishYadav</dc:creator>
      <dc:date>2016-01-11T21:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Application-level Authentication - Proxy is being used for an unsupported service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104807#M9613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Girish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried commenting-out those lines with no luck. I also tried setting it to false and to "with-credentials" - it's still not going through the proxy (I confirmed the JS cache was flushed, so it's using the updated file). Hrmmm...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 21:20:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104807#M9613</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2016-01-11T21:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Application-level Authentication - Proxy is being used for an unsupported service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104808#M9614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some more information...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried setting alwaysUseProxy to true - I see the requests come through in Fiddler with 200s for all map services, including the secured service; however, the map crashes due to the &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; background-color: #f6f6f6;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; background-color: #f6f6f6;"&gt;Pr&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; background-color: #f6f6f6;"&gt;oxy is being used for an unsupported service"&lt;/SPAN&gt; error on the base map/canvas. By virtue of this, it seems that the proxy is working, but for whatever reason (maybe config?), it's not properly proxying the secured service when alwaysUseProxy is set to default/false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regardless in either case, I can see console messages for&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;dojo.io.script error Error: Token Required&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;These go away when I comment-out the logic creating and adding the secured service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried creating a proxy rule - I see it now being proxied, but the authentication log-in still shows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 21:36:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104808#M9614</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2016-01-11T21:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Application-level Authentication - Proxy is being used for an unsupported service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104809#M9615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If alwaysUseProxy is set to false then set the proxyRules. Add your secured service url to the proxy rules:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;esri.urlUtils.addProxyRule({&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: bold; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;proxyUrl&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt; : "&lt;SPAN style="color: #0000ff; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fmygisserver%2Farcgis%2Frest%2Fservices" rel="nofollow" target="_blank"&gt;https://mygisserver/arcgis/rest/services&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: bold; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;urlPrefix&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;&lt;SPAN&gt; : "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fappserver%2Fproxy%2Fproxy.ashx" rel="nofollow" target="_blank"&gt;https://appserver/proxy/proxy.ashx&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;})&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 21:56:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104809#M9615</guid>
      <dc:creator>GirishYadav</dc:creator>
      <dc:date>2016-01-11T21:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Application-level Authentication - Proxy is being used for an unsupported service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104810#M9616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Girish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's what I tried, and I can see the service going through the proxy in Fiddler, but the log-in pop-up still shows. This is true whether or not I have credentials in the proxy config.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 22:03:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104810#M9616</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2016-01-11T22:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Application-level Authentication - Proxy is being used for an unsupported service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104811#M9617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought I had the latest proxy, but it's using 1.0. I'm going to upgrade the proxy and give it a go.If that doesn't work, I'll start debugging the proxy in VS to see if I can find anything and report my findings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping me!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 22:30:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104811#M9617</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2016-01-11T22:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Application-level Authentication - Proxy is being used for an unsupported service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104812#M9618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, Is there any useful message in the proxy log file?&lt;/P&gt;&lt;P&gt;If you haven't yet enabled it do it as follows:&lt;/P&gt;&lt;P&gt;&amp;lt;ProxyConfig allowedReferers="*"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mustMatch="true"&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt; logFile="proxylog.txt"&lt;/STRONG&gt;&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 22:31:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104812#M9618</guid>
      <dc:creator>GirishYadav</dc:creator>
      <dc:date>2016-01-11T22:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Application-level Authentication - Proxy is being used for an unsupported service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104813#M9619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, you know what? The latest proxy resolved the problem (v1.1.0)! It was in plain sight, too - per the changelog, v1.1.0 added: &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;UL&gt;&lt;LI&gt;Support for 10.3 tokens.&lt;/LI&gt;&lt;/UL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/resource-proxy/releases" title="https://github.com/Esri/resource-proxy/releases"&gt;Releases · Esri/resource-proxy · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That must have been the issue - it wasn't able to generate the appropriate 10.3 token using the v 1.0 proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sigh... Thanks again for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 18:55:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/application-level-authentication-proxy-is-being/m-p/104813#M9619</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2016-01-12T18:55:00Z</dc:date>
    </item>
  </channel>
</rss>

