<?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: FV 3.0 Disable Secure Service Login in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685038#M20807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Heather - here are the files.&amp;nbsp; One other thing, which you may have guessed anyway, all access to our server is via SSL&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jul 2012 19:35:28 GMT</pubDate>
    <dc:creator>SimonRoss_User</dc:creator>
    <dc:date>2012-07-02T19:35:28Z</dc:date>
    <item>
      <title>FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685029#M20798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've already posted this to an existing post (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/54640-FV-3.0-and-Login" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/54640-FV-3.0-and-Login&lt;/A&gt;&lt;SPAN&gt;) but thought I'd open separately so there's no confusion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just started working with FV 3.0 and having some issues with the new login popup for secured services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our existing applications (FV 2.5) are secured via an ASP form control.&amp;nbsp; Credentials for the secure services are built into the proxy page.&amp;nbsp; Currently with the new secure services login this causes a separate challenge for authentication.&amp;nbsp; Ideally I'd just like to disable the new secure services challenge but can't seem to make this happen in the flexviewer source code.&amp;nbsp; I've tried removing the IdentityManager.instance.enabled = true but this makes no difference.&amp;nbsp; I still get the popup appear.&amp;nbsp; Any ideas on how to customize the viewer to remove this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2012 20:42:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685029#M20798</guid>
      <dc:creator>SimonRoss_User</dc:creator>
      <dc:date>2012-07-01T20:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685030#M20799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the proxy is adding a token and no security error is returned to the client, then the IdentityManager should not be showing the sign in dialog.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since creating an instance of the Portal also enables the IdentityManager, try adding this after line 45 of PortalBasemapAppender:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IdentityManager.instance.enabled = false;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 15:32:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685030#M20799</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-07-02T15:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685031#M20800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If the proxy is adding a token and no security error is returned to the client, then the IdentityManager should not be showing the sign in dialog.&lt;BR /&gt;&lt;BR /&gt;Since creating an instance of the Portal also enables the IdentityManager, try adding this after line 45 of PortalBasemapAppender:&lt;BR /&gt;&lt;BR /&gt;IdentityManager.instance.enabled = false;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dasa - thanks for the response.&amp;nbsp; I added this as directed and also set the instance of IdentityManager.instance.enabled to false in the ViewerContainer.mxml. Unfortunately this now causes a fault code 499 Unauthorized Access when the application launches and the layer cannot be accessed.&amp;nbsp; For reference our proxy configuration has user name and password credentials embedded to generate a token at runtime - could this be causing the issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;proxy.ashx, proxy.config&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrl url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://MYDOMAIN/ArcGIS/rest/services" rel="nofollow" target="_blank"&gt;https://MYDOMAIN/ArcGIS/rest/services&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&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; matchAll="true"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamicToken="true"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; userName="USER"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; password="PASSWORD"&lt;/SPAN&gt;&lt;BR /&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; host="SERVER_ID"&lt;/SPAN&gt;&lt;BR /&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;gt;&amp;lt;/serverUrl&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/serverUrls&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 15:49:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685031#M20800</guid>
      <dc:creator>SimonRoss_User</dc:creator>
      <dc:date>2012-07-02T15:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685032#M20801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you post your Viewer's config.xml?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 16:55:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685032#M20801</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-07-02T16:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685033#M20802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;File is attached&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 17:01:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685033#M20802</guid>
      <dc:creator>SimonRoss_User</dc:creator>
      <dc:date>2012-07-02T17:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685034#M20803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Simon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What you are trying to do is pretty common. Just to make sure that we have it correct:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) You are accessing your Flex Viewer app via a asp login, I'm assuming you are using IIS authentication to access this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) You then are trying to work with some secure services. You do NOT want your users prompted for credential info correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) You have a proxy page configured to point to these services with the servername and info passed in via the proxy config?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) If all this is correct, the info in the proxy should provide the credential info without having to be prompted by the Identify Manager.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This makes me wonder if there is something else going on with the proxy configuration. In order to try and narrow this down, let's take the Flex Viewer completely out of the equation as it just adds more variables when troubleshooting. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please try using something as basic as a sample web API sample and see if you can access your layers in that. I'm not sure exactly what type of layers you are working with but there are plenty of simple samples that you could copy/paste and change out the layer URL to that of yours. In addition to this, just make sure that you are also pointing to your proxy config file in the code. You would do this by setting the proxyURL property to the location of your proxy.ashx file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example&lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;esri:ArcGISDynamicMapServiceLayer url="https://ServerName/ArcGIS/rest/services/Secure/USASecured/MapServer" proxyURL="proxy.ashx" /&amp;gt;
&amp;nbsp; &lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:49:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685034#M20803</guid>
      <dc:creator>HeatherGonzago</dc:creator>
      <dc:date>2021-12-12T04:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685035#M20804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Simon, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After looking at this further, I remembered others having issues (not just in the Flex API) using the proxy page with dynamic tokens. The actual proxy.ashx file needed to be updated to allow this. Could you try using this updated proxy page instead? See if it makes any difference. Let us know how this goes as this should be updated as well in any documentation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Heather&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 17:53:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685035#M20804</guid>
      <dc:creator>HeatherGonzago</dc:creator>
      <dc:date>2012-07-02T17:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685036#M20805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Heather,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response.&amp;nbsp; We're already using the updated proxy.ashx page and been using it without issue with Flex Viewer 2.5.&amp;nbsp; As you suggested I created a basic sample app and this accessed the secure service via the proxy credentials without issue.&amp;nbsp; In answer to the detailed questions in your first post&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1/ Yes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2/ Yes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3/ Yes - see previous post for setup of proxy.config&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4/ I wish this were true!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 19:12:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685036#M20805</guid>
      <dc:creator>SimonRoss_User</dc:creator>
      <dc:date>2012-07-02T19:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685037#M20806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Heather,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response.&amp;nbsp; We're already using the updated proxy.ashx page and been using it without issue with Flex Viewer 2.5.&amp;nbsp; As you suggested I created a basic sample app and this accessed the secure service via the proxy credentials without issue.&amp;nbsp; In answer to the detailed questions in your first post&lt;BR /&gt;1/ Yes&lt;BR /&gt;2/ Yes&lt;BR /&gt;3/ Yes - see previous post for setup of proxy.config&lt;BR /&gt;4/ I wish this were true!&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Simon, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the update. This helps narrow things down. So it does sound like the proxy is working as it should using the updated proxy file since you can do it without any problems directly in an API sample. Let me see if we can try and repro it on our end here. If possible, could you attach the proxy.zip you are using (including the ashx and config files)?&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, 02 Jul 2012 19:26:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685037#M20806</guid>
      <dc:creator>HeatherGonzago</dc:creator>
      <dc:date>2012-07-02T19:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685038#M20807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Heather - here are the files.&amp;nbsp; One other thing, which you may have guessed anyway, all access to our server is via SSL&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 19:35:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685038#M20807</guid>
      <dc:creator>SimonRoss_User</dc:creator>
      <dc:date>2012-07-02T19:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685039#M20808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Heather - here are the files.&amp;nbsp; One other thing, which you may have guessed anyway, all access to our server is via SSL&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Simon, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks. Let me get something set up on this end and see what I can figure out. I'll be in touch.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Heather&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 20:04:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685039#M20808</guid>
      <dc:creator>HeatherGonzago</dc:creator>
      <dc:date>2012-07-02T20:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685040#M20809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Simon, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just wanted to keep you updated. I'm still looking into this. Hopefully should have something soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 19:44:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685040#M20809</guid>
      <dc:creator>HeatherGonzago</dc:creator>
      <dc:date>2012-07-03T19:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685041#M20810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Heather - Happy 4th of July&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 19:46:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685041#M20810</guid>
      <dc:creator>SimonRoss_User</dc:creator>
      <dc:date>2012-07-03T19:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685042#M20811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Simon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you try one thing for me please? It looks like there may be a slight typo in the source that may be causing the issue with proxies not being honored for layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Go to line 495 of MapManager.mxml and change&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;layerObject.proxy&lt;/SPAN&gt;&lt;STRONG&gt;URL&lt;/STRONG&gt;&lt;SPAN&gt; = m_configData.proxyUrl;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;layerObject.proxy&lt;/SPAN&gt;&lt;STRONG&gt;Url&lt;/STRONG&gt;&lt;SPAN&gt; = m_configData.proxyUrl;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please try this out and let me know if this takes care of the problem? If not, then there may be something more that we are missing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Heather&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 13:12:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685042#M20811</guid>
      <dc:creator>HeatherGonzago</dc:creator>
      <dc:date>2012-07-05T13:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685043#M20812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Heather - that did the job!&amp;nbsp; A couple of queries around that though - I ran that change on a version of the viewer code where I'd already made the additional references to IdentityManager.instance.enabled = false as documented previously in this discussion.&amp;nbsp; If I understand correctly those modifications should no longer be required if it's picking up the proxy info correctly.&amp;nbsp; Is that right?&amp;nbsp; Secondly presumably this will be corrected in a future release of the compiled viewer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for all your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Simon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 13:27:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685043#M20812</guid>
      <dc:creator>SimonRoss_User</dc:creator>
      <dc:date>2012-07-05T13:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685044#M20813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Heather - that did the job!&amp;nbsp; A couple of queries around that though - I ran that change on a version of the viewer code where I'd already made the additional references to IdentityManager.instance.enabled = false as documented previously in this discussion.&amp;nbsp; If I understand correctly those modifications should no longer be required if it's picking up the proxy info correctly.&amp;nbsp; Is that right?&amp;nbsp; Secondly presumably this will be corrected in a future release of the compiled viewer?&lt;BR /&gt;&lt;BR /&gt;Thanks for all your help&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Simon&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Excellent, I'm glad to hear it. As for your questions...You should not need those previous modifications you made. Go ahead and remove it and see how it goes. And for the second question, yes this has been marked as a bug and should be fixed shortly. I would keep an eye on GitHub where we keep the source and you can check for any recent check-ins. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for helping us troubleshoot this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 13:39:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685044#M20813</guid>
      <dc:creator>HeatherGonzago</dc:creator>
      <dc:date>2012-07-05T13:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685045#M20814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Simon,&lt;BR /&gt;What you are trying to do is pretty common. Just to make sure that we have it correct:&lt;BR /&gt;&lt;BR /&gt;1) You are accessing your Flex Viewer app via a asp login, I'm assuming you are using IIS authentication to access this?&lt;BR /&gt;2) You then are trying to work with some secure services. You do NOT want your users prompted for credential info correct?&lt;BR /&gt;3) You have a proxy page configured to point to these services with the servername and info passed in via the proxy config?&lt;BR /&gt;4) If all this is correct, the info in the proxy should provide the credential info without having to be prompted by the Identify Manager.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also using IIS basic/windows authentication to secure my FV 3.0 application. I do not have any security on my services because I'm also trying to avoid my external users from having to supply their credentials for every secured service in the web application. At the same time, I need the services to be secure without having the credentials prompt pop-up. I am not working with a proxy page so my scenario is only #1 and #2 from the list above. Is there a way to disable the prompt with secured services without using a proxy page? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 12:15:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685045#M20814</guid>
      <dc:creator>JosephAccardi</dc:creator>
      <dc:date>2012-07-06T12:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685046#M20815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am also using IIS basic/windows authentication to secure my FV 3.0 application. I do not have any security on my services because I'm also trying to avoid my external users from having to supply their credentials for every secured service in the web application. At the same time, I need the services to be secure without having the credentials prompt pop-up. I am not working with a proxy page so my scenario is only #1 and #2 from the list above. Is there a way to disable the prompt with secured services without using a proxy page? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joseph,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any particular reason you cannot set up a proxy page - it's a very straightforward process to do and the best way to keep the user credentials for the services hidden.&amp;nbsp; The help files give a great walkthrough of the setup process - takes about 10 minutes!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 12:32:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685046#M20815</guid>
      <dc:creator>SimonRoss_User</dc:creator>
      <dc:date>2012-07-06T12:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685047#M20816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am also using IIS basic/windows authentication to secure my FV 3.0 application. I do not have any security on my services because I'm also trying to avoid my external users from having to supply their credentials for every secured service in the web application. At the same time, I need the services to be secure without having the credentials prompt pop-up. I am not working with a proxy page so my scenario is only #1 and #2 from the list above. Is there a way to disable the prompt with secured services without using a proxy page? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Normally you are prompted for the credential which generate the token needed to unlock the services. The user/pass information is &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;configured and stored by the administrator via Manager.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you do not want your users to have to log in to access specific services, you may be able to&amp;nbsp; control which users/roles have access&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to what services through other means like Integrated Windows Authentication or even using a custom Security provider.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first option works with the user/roles that are managed directly in MS Windows Active Directory server. This way you can take advantage&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;of the accounts already on your network. You would need to set up the permissions to your services based on these accounts. There is a &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tutorial on this at &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Securing_web_services_with_Integrated_Windows_Authentication/015400000517000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/Securing_web_services_with_Integrated_Windows_Authentication/015400000517000000&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would suggest taking a look at the 10.1 security section on the online resources Help section. They have a pretty good description of the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;different options you can choose.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may also want to ask some of these security-type questions on the main ArcGIS Server 10.1 -Windows or General discussion forum as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 13:28:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685047#M20816</guid>
      <dc:creator>HeatherGonzago</dc:creator>
      <dc:date>2012-07-06T13:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: FV 3.0 Disable Secure Service Login</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685048#M20817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also, the IdentityManager will not prompt the user for credentials if the server is not configured to use token based security.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 15:30:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/fv-3-0-disable-secure-service-login/m-p/685048#M20817</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-07-06T15:30:29Z</dc:date>
    </item>
  </channel>
</rss>

