<?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: Occasional blank map when loading from Portal using single sign on with 100.3 in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/occasional-blank-map-when-loading-from-portal/m-p/663328#M8349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On sign-out, you may need to also clear authorization cookies.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in WPF&lt;/P&gt;&lt;PRE class="line-numbers language-csharp"&gt;&lt;CODE&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;ArcGISHttpClientHandler&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CookieContainer&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;GetCookies&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;requestInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ServiceUri&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;?&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Cast&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;Cookie&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;?&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ToList&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ForEach&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;c &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; c&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Expired &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;true&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in UWP&lt;/P&gt;&lt;PRE class="line-numbers language-csharp"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Web&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Http&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Filters&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;HttpBaseProtocolFilter&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ClearAuthenticationCache&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt; &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an issue logged for this and another to support invalidating OAuth login.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Dec 2018 21:05:28 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2018-12-26T21:05:28Z</dc:date>
    <item>
      <title>Occasional blank map when loading from Portal using IWA with 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/occasional-blank-map-when-loading-from-portal/m-p/663327#M8348</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;We occasionally experience an issue where the map is blank when loading from portal, using Integrated Windows Authentication.&amp;nbsp;I do not know if this is the actual culprit, but it is the best&amp;nbsp;lead I have. Unfortunately I do not have a lot of information to go on, and no direct access to production logs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Graphics in GraphicsOverlays are drawn, but the map itself is blank, and my layer list is empty. My map has spatial reference, however I am not not sure which one. I assume 4326, since that is the reference system of my graphics. I am unable to locate any exceptions related to loading maps in my client log.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem seems to occur when starting application immediately after&amp;nbsp;logon, but this is in no way consistent.&amp;nbsp;Restarting the application resolves the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the time this occurs, I can find the following in the web server logs (error 401), but&amp;nbsp;unfortunately I am not 100% sure if these messages actually relate to the user who experienced the issue, but it is the only&amp;nbsp;iffy thing that could be found at the actual time the problem occurred&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN&gt;2018-11-22 09:37:29 10.163.24.55 GET /portal/sharing/rest/portals/self f=json 443 - 10.11.12.13 ArcGISRuntime-NET/100.3+(Windows+6.3.9600;+Win64;+.NET+4.7.1) &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/myApplication.app" rel="nofollow" target="_blank"&gt;http://myApplication.app/&lt;/A&gt;&lt;SPAN&gt; 401 2 5 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2018-11-22 09:37:29 10.163.24.55 GET /portal/sharing/rest/community/users/ABC123@DOMAIN f=json 443 - 10.11.12.13 ArcGISRuntime-NET/100.3+(Windows+6.3.9600;+Win64;+.NET+4.7.1) &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/myApplication.app" rel="nofollow" target="_blank"&gt;http://myApplication.app/&lt;/A&gt;&lt;SPAN&gt; 401 2 5 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2018-11-22 09:37:30 10.163.24.55 GET /portal/sharing/rest/content/items/d79f5f97ce8d40c2994ebd4c7307edcc f=json 443 - 10.11.12.13 ArcGISRuntime-NET/100.3+(Windows+6.3.9600;+Win64;+.NET+4.7.1) &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/myApplication.app" rel="nofollow" target="_blank"&gt;http://myApplication.app/&lt;/A&gt;&lt;SPAN&gt; 401 2 5 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2018-11-22 09:37:30 10.163.24.55 GET /portal/sharing/rest/content/items/d4cc357bf7ae4063b9f605fc1bfb917c f=json 443 - 10.11.12.13 ArcGISRuntime-NET/100.3+(Windows+6.3.9600;+Win64;+.NET+4.7.1) &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/myApplication.app" rel="nofollow" target="_blank"&gt;http://myApplication.app/&lt;/A&gt;&lt;SPAN&gt; 401 2 5 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2018-11-22 09:37:30 10.163.24.55 GET /portal/sharing/rest/content/items/b561528f264b49d98a231db6502750ed f=json 443 - 10.11.12.13 ArcGISRuntime-NET/100.3+(Windows+6.3.9600;+Win64;+.NET+4.7.1) &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/myApplication.app" rel="nofollow" target="_blank"&gt;http://myApplication.app/&lt;/A&gt;&lt;SPAN&gt; 401 2 5 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2018-11-22 09:37:30 10.163.24.55 GET /portal/sharing/rest/content/items/5fe32ae4389f446d9a2c5737a191ccff f=json 443 - 10.11.12.13 ArcGISRuntime-NET/100.3+(Windows+6.3.9600;+Win64;+.NET+4.7.1) &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/myApplication.app" rel="nofollow" target="_blank"&gt;http://myApplication.app/&lt;/A&gt;&lt;SPAN&gt; 401 2 5 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2018-11-22 09:37:30 10.163.24.55 GET /portal/sharing/rest/content/items/d3bf554220c949ec858a8bc2f3834422 f=json 443 - 10.11.12.13 ArcGISRuntime-NET/100.3+(Windows+6.3.9600;+Win64;+.NET+4.7.1) &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/myApplication.app" rel="nofollow" target="_blank"&gt;http://myApplication.app/&lt;/A&gt;&lt;SPAN&gt; 401 2 5 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2018-11-22 09:37:30 10.163.24.55 GET /portal/sharing/rest/content/items/05b13feaee42419ba0302b77a02c4520 f=json 443 - 10.11.12.13 ArcGISRuntime-NET/100.3+(Windows+6.3.9600;+Win64;+.NET+4.7.1) &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/myApplication.app" rel="nofollow" target="_blank"&gt;http://myApplication.app/&lt;/A&gt;&lt;SPAN&gt; 401 2 5 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2018-11-22 09:37:30 10.163.24.55 GET /portal/sharing/rest/content/items/0d80403a114a40a1873ff31265fe553c f=json 443 - 10.11.12.13 ArcGISRuntime-NET/100.3+(Windows+6.3.9600;+Win64;+.NET+4.7.1) &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/myApplication.app" rel="nofollow" target="_blank"&gt;http://myApplication.app/&lt;/A&gt;&lt;SPAN&gt; 401 2 5 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2018-11-22 09:37:30 10.163.24.55 GET /portal/sharing/rest/content/items/b561528f264b49d98a231db6502750ed f=json 443 DOMAIN\ABC123 10.11.12.13 ArcGISRuntime-NET/100.3+(Windows+6.3.9600;+Win64;+.NET+4.7.1) &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/myApplication.app" rel="nofollow" target="_blank"&gt;http://myApplication.app/&lt;/A&gt;&lt;SPAN&gt; 200 0 0 134&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2018-11-22 09:37:31 10.163.24.55 GET /portal/sharing/rest/content/items/05b13feaee42419ba0302b77a02c4520 f=json 443 DOMAIN\ABC123 10.11.12.13 ArcGISRuntime-NET/100.3+(Windows+6.3.9600;+Win64;+.NET+4.7.1) &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/myApplication.app" rel="nofollow" target="_blank"&gt;http://myApplication.app/&lt;/A&gt;&lt;SPAN&gt; 200 0 0 151&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2018-11-22 09:37:31 10.163.24.55 GET /portal/sharing/rest/content/items/8691e1f36bfc413789f9585c94c5ebe0 f=json 443 DOMAIN\ABC123 10.11.12.13 ArcGISRuntime-NET/100.3+(Windows+6.3.9600;+Win64;+.NET+4.7.1) &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/myApplication.app" rel="nofollow" target="_blank"&gt;http://myApplication.app/&lt;/A&gt;&lt;SPAN&gt; 200 0 0 223&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2018-11-22 09:37:31 10.163.24.55 GET /portal/sharing/rest/content/items/7121939e6ee54730bdf3a44bd0c64fa4 f=json 443 DOMAIN\ABC123 10.11.12.13 ArcGISRuntime-NET/100.3+(Windows+6.3.9600;+Win64;+.NET+4.7.1) &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/myApplication.app" rel="nofollow" target="_blank"&gt;http://myApplication.app/&lt;/A&gt;&lt;SPAN&gt; 200 0 0 269&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have single sign on in my development environment, so I have tried to recreate the issue by changing permissions for a Web Map, or individual layers, but that result in exceptions in my logs, and example message from the server (HTTP status 200)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.5pt;"&gt;{"error":{"code":403,"messageCode":"GWM_0003","message":"You do not have permissions to access this resource or perform this operation.","details":[]}}&lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Does anyone have any suggestions on where to start investigating, or what this issue might be?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2018 15:57:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/occasional-blank-map-when-loading-from-portal/m-p/663327#M8348</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2018-12-20T15:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Occasional blank map when loading from Portal using single sign on with 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/occasional-blank-map-when-loading-from-portal/m-p/663328#M8349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On sign-out, you may need to also clear authorization cookies.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in WPF&lt;/P&gt;&lt;PRE class="line-numbers language-csharp"&gt;&lt;CODE&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;ArcGISHttpClientHandler&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CookieContainer&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;GetCookies&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;requestInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ServiceUri&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;?&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Cast&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;Cookie&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;?&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ToList&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ForEach&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;c &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; c&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Expired &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;true&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in UWP&lt;/P&gt;&lt;PRE class="line-numbers language-csharp"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Web&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Http&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Filters&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;HttpBaseProtocolFilter&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ClearAuthenticationCache&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt; &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an issue logged for this and another to support invalidating OAuth login.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2018 21:05:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/occasional-blank-map-when-loading-from-portal/m-p/663328#M8349</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2018-12-26T21:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Occasional blank map when loading from Portal using single sign on with 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/occasional-blank-map-when-loading-from-portal/m-p/663329#M8350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, &lt;A href="https://community.esri.com/migrated-users/3055"&gt;Jennifer Nery&lt;/A&gt; I will give that a go.&lt;/P&gt;&lt;P&gt;We don't have any sign-in logic in our application, as we leave it all to windows authentication etc. So clearing cookies should help make a difference?&lt;/P&gt;&lt;P&gt;With my symptoms with empty layer list and blank map, is it likely that what we experience a single-sign on issue? Is there a way that I can manually prove this is the case, such as modifying existing cookies somewhere in an attempt to recreate the issue, and be confident this is the issue we experience?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2018 21:20:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/occasional-blank-map-when-loading-from-portal/m-p/663329#M8350</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2018-12-26T21:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Occasional blank map when loading from Portal using single sign on with 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/occasional-blank-map-when-loading-from-portal/m-p/663330#M8351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When map fails to load, you will get a blank MapView.&lt;/P&gt;&lt;P&gt;For example this points to a secured webmap and invalid login or login that has no access to portal item is used.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;AuthenticationManager&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Current&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ChallengeHandler &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;ChallengeHandler&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;async&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;info&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;await&lt;/SPAN&gt; AuthenticationManager&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Current&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;GenerateCredentialAsync&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;info&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ServiceUri&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"&amp;lt;username&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"&amp;lt;password&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
MyMapView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Map &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;Map&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;Uri&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.arcgis.com%2Fhome%2Fitem.html%3Fid%3Debda00bd24264cfabe2a269cae28e309" target="_blank"&gt;http://www.arcgis.com/home/item.html?id=ebda00bd24264cfabe2a269cae28e309&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Could the token-secured credentials have expired?I suspected clearing cookies since new session works for you again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can subscribe to Map.Loaded/LoadStatusChanged or MapView.LayerViewStateChanged to see whether map or any of its layers failed to load; perhaps, you'll get more information if it's credential issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:02:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/occasional-blank-map-when-loading-from-portal/m-p/663330#M8351</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-12T04:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Occasional blank map when loading from Portal using IWA on with 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/occasional-blank-map-when-loading-from-portal/m-p/663331#M8352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3055"&gt;Jennifer Nery&lt;/A&gt;‌ I will review error handling tomorrow&amp;nbsp;to see if I can get more details. However, as I only experience the blank map rarely, and only in production, I'm trying to gather more details in regards to possible causes.&lt;/P&gt;&lt;P&gt;- I use Integrated Windows Authentication (I've clarified in the original post)&lt;/P&gt;&lt;P&gt;- Are&amp;nbsp;cookies involved with IWA (I imagine they are)?&lt;/P&gt;&lt;P&gt;- What is their default duration?&lt;/P&gt;&lt;P&gt;- When clearing cookies, do i&amp;nbsp;clear the cookies for individual layer URI or the Portal URI?&amp;nbsp;&lt;/P&gt;&lt;P&gt;- I do not have IWA in development environment, and test environment where IWA is enabled&amp;nbsp;I am not able to develop.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2019 19:49:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/occasional-blank-map-when-loading-from-portal/m-p/663331#M8352</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2019-01-02T19:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Occasional blank map when loading from Portal using single sign on with 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/occasional-blank-map-when-loading-from-portal/m-p/1184257#M11088</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1020"&gt;@JenniferNery&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;one customer is experiencing this behaviour in Portal for ArcGIS 10.8.1. May I ask you what is the status of the issue mentioned in your original post? Is there a BUG number or anything I can follow?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Prokop&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 08:22:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/occasional-blank-map-when-loading-from-portal/m-p/1184257#M11088</guid>
      <dc:creator>Prokop_Kuranda</dc:creator>
      <dc:date>2022-06-20T08:22:34Z</dc:date>
    </item>
  </channel>
</rss>

