<?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: How do I avoid extra ArcGIS Enterprise login prompt? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-avoid-extra-arcgis-enterprise-login/m-p/348226#M32179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Noah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. However, I don't think that it answers the original question. These resources answer the question of how to access secured resources anonymously. The original question was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why does the user get a login prompt to log in to ArcGIS Enterprise when they've already entered their AAD credentials and ArcGIS Enterprise is configured to use AAD as the identity provider?&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;Jon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2020 12:31:53 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2020-09-30T12:31:53Z</dc:date>
    <item>
      <title>How do I avoid extra ArcGIS Enterprise login prompt?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-avoid-extra-arcgis-enterprise-login/m-p/348222#M32175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an ArcGIS Enterprise environment configured for users to authenticate via SAML with AAD. I have a Javascript API app that accesses secured resources in ArcGIS Enterprise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user logs in, the user is directed to AAD to log in, where they enter their credentials. They're then redirected to another screen prompting them to log in with the AAD credentials.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How can this prompt to log in with AAD credentials be avoided? This is the only way that users will be able to authenticate in the app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2020 21:05:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-avoid-extra-arcgis-enterprise-login/m-p/348222#M32175</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-09-16T21:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I avoid extra ArcGIS Enterprise login prompt?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-avoid-extra-arcgis-enterprise-login/m-p/348223#M32176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think a service proxy could work for you. But there is a write-up of all the options here:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/guide/secure-resources/" title="https://developers.arcgis.com/javascript/latest/guide/secure-resources/"&gt;Access secure resources | ArcGIS API for JavaScript 4.16&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2020 17:27:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-avoid-extra-arcgis-enterprise-login/m-p/348223#M32176</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2020-09-18T17:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I avoid extra ArcGIS Enterprise login prompt?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-avoid-extra-arcgis-enterprise-login/m-p/348224#M32177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Noah,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;A service proxy would work if I needed application login, but I need user login.&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;Jon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2020 12:45:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-avoid-extra-arcgis-enterprise-login/m-p/348224#M32177</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-09-21T12:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I avoid extra ArcGIS Enterprise login prompt?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-avoid-extra-arcgis-enterprise-login/m-p/348225#M32178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I actually meant the resource proxy, which used to be linked to in that doc. Here is the repo if you haven't seen it before:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/resource-proxy" title="https://github.com/Esri/resource-proxy"&gt;GitHub - Esri/resource-proxy: Proxy files for DotNet, Java and PHP.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2020 15:01:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-avoid-extra-arcgis-enterprise-login/m-p/348225#M32178</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2020-09-21T15:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I avoid extra ArcGIS Enterprise login prompt?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-avoid-extra-arcgis-enterprise-login/m-p/348226#M32179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Noah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. However, I don't think that it answers the original question. These resources answer the question of how to access secured resources anonymously. The original question was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why does the user get a login prompt to log in to ArcGIS Enterprise when they've already entered their AAD credentials and ArcGIS Enterprise is configured to use AAD as the identity provider?&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;Jon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2020 12:31:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-avoid-extra-arcgis-enterprise-login/m-p/348226#M32179</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-09-30T12:31:53Z</dc:date>
    </item>
  </channel>
</rss>

