<?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 Cannot create ArcGIS Portal against IWA-enabled endpoint on Android in 100.9? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/cannot-create-arcgis-portal-against-iwa-enabled/m-p/279950#M3290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We recently upgraded to ArcGISRuntime 100.9 (we were using 100.8 before) and now our Android application can no longer connect to an IWA-enabled endpoint. The code is simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Portal = await ArcGISPortal.CreateAsync(new Uri(_serviceUri));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This&amp;nbsp;worked in 100.8 but now it throws the following exception:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any insight into what changes we need to make to get this to work again? Or perhaps point us in the direction of what may have changed to cause this to no longer work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Oct 2020 01:05:54 GMT</pubDate>
    <dc:creator>JonathanRuland</dc:creator>
    <dc:date>2020-10-27T01:05:54Z</dc:date>
    <item>
      <title>Cannot create ArcGIS Portal against IWA-enabled endpoint on Android in 100.9?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/cannot-create-arcgis-portal-against-iwa-enabled/m-p/279950#M3290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We recently upgraded to ArcGISRuntime 100.9 (we were using 100.8 before) and now our Android application can no longer connect to an IWA-enabled endpoint. The code is simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Portal = await ArcGISPortal.CreateAsync(new Uri(_serviceUri));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This&amp;nbsp;worked in 100.8 but now it throws the following exception:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any insight into what changes we need to make to get this to work again? Or perhaps point us in the direction of what may have changed to cause this to no longer work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2020 01:05:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/cannot-create-arcgis-portal-against-iwa-enabled/m-p/279950#M3290</guid>
      <dc:creator>JonathanRuland</dc:creator>
      <dc:date>2020-10-27T01:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create ArcGIS Portal against IWA-enabled endpoint on Android in 100.9?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/cannot-create-arcgis-portal-against-iwa-enabled/m-p/279951#M3291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we managed to fix this problem by setting&amp;nbsp;PreAuthenticateBehavior to Disabled whenever we instantiate an&amp;nbsp;ArcGISNetworkCredential.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2020 18:27:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/cannot-create-arcgis-portal-against-iwa-enabled/m-p/279951#M3291</guid>
      <dc:creator>JonathanRuland</dc:creator>
      <dc:date>2020-10-27T18:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create ArcGIS Portal against IWA-enabled endpoint on Android in 100.9?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/cannot-create-arcgis-portal-against-iwa-enabled/m-p/279952#M3292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the update - we'll&amp;nbsp;investigate to determine if there were any changes in ArcGIS Runtime that could have affected this.&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&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2020 19:07:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/cannot-create-arcgis-portal-against-iwa-enabled/m-p/279952#M3292</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-10-27T19:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create ArcGIS Portal against IWA-enabled endpoint on Android in 100.9?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/cannot-create-arcgis-portal-against-iwa-enabled/m-p/279953#M3293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this new at 100.9?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2020 18:03:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/cannot-create-arcgis-portal-against-iwa-enabled/m-p/279953#M3293</guid>
      <dc:creator>EricBader2</dc:creator>
      <dc:date>2020-10-30T18:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create ArcGIS Portal against IWA-enabled endpoint on Android in 100.9?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/cannot-create-arcgis-portal-against-iwa-enabled/m-p/1274579#M11762</link>
      <description>&lt;P&gt;Hello Jonathan,&lt;BR /&gt;&lt;BR /&gt;I'm now facing the same issue than you... But I'm in 100.15.&lt;BR /&gt;&lt;BR /&gt;The solution above didn't work for me.&lt;BR /&gt;&lt;BR /&gt;Do you managed to make it working like that or do you changes something else ?&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 09:33:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/cannot-create-arcgis-portal-against-iwa-enabled/m-p/1274579#M11762</guid>
      <dc:creator>StephM</dc:creator>
      <dc:date>2023-04-03T09:33:09Z</dc:date>
    </item>
  </channel>
</rss>

