<?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 Unable to Generate Credentials for ArcGIS Online in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/unable-to-generate-credentials-for-arcgis-online/m-p/597026#M7318</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;I'm try to use token based authentication to get to my organisation portal on ArcGIS online using the ESRI ArcGISRuntime for .NET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When trying to run the below code I get the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;string&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; uri = &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&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%2Fqgsp.maps.arcgis.com%2Fsharing%2Frest" rel="nofollow" target="_blank"&gt;https://qgsp.maps.arcgis.com/sharing/rest&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"Starting credentials."&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; credentials = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;await&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2b91af; font-size: 10pt; font-family: Consolas;"&gt;IdentityManager&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;.Current.GenerateCredentialAsync(uri, username, password) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2b91af; font-size: 10pt; font-family: Consolas;"&gt;ArcGISTokenCredential&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;Error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;SPAN style="font-family: Consolas; font-size: 10pt;"&gt;Unhandled Exception: System.AggregateException: One or more errors occurred. ---&lt;BR /&gt;&amp;gt; System.Net.Http.HttpRequestException: An error occurred while sending the requ&lt;BR /&gt;est. ---&amp;gt; System.Net.WebException: Unable to connect to the remote server ---&amp;gt; S&lt;BR /&gt;ystem.Net.Sockets.SocketException: A connection attempt failed because the conne&lt;BR /&gt;cted party did not properly respond after a period of time, or established conne&lt;BR /&gt;ction failed because connected host has failed to respond 50.17.189.113:443&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Sock&lt;BR /&gt;et s4, Socket s6, Socket&amp;amp; socket, IPAddress&amp;amp; address, ConnectSocketState state,&lt;BR /&gt;IAsyncResult asyncResult, Exception&amp;amp; exception)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; --- End of inner exception stack trace ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, Tr&lt;BR /&gt;ansportContext&amp;amp; context)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar&lt;BR /&gt;)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; --- End of inner exception stack trace ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.Http.ArcGISHttpClientHandler.ArcGISClientHandlerInterna&lt;BR /&gt;l.&amp;lt;SendAsync&amp;gt;d__2.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot&lt;BR /&gt;ification(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.Security.ArcGISTokenWebRequest.&amp;lt;RequestTokenAsync&amp;gt;d__1.&lt;BR /&gt;MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot&lt;BR /&gt;ification(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.Security.ArcGISTokenCredential.&amp;lt;GetArcGISTokenAsync&amp;gt;d__&lt;BR /&gt;d.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot&lt;BR /&gt;ification(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.Security.ArcGISTokenCredential.&amp;lt;GenerateTokenImplAsync&amp;gt;&lt;BR /&gt;d__1.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot&lt;BR /&gt;ification(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.Security.TokenCredential.&amp;lt;GenerateTokenAsync&amp;gt;d__d.MoveN&lt;BR /&gt;ext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot&lt;BR /&gt;ification(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at DownloadSurvey.Program.&amp;lt;Login&amp;gt;d__3.MoveNext() in C:\Users\mccorkdm\documen&lt;BR /&gt;ts\visual studio 2015\Projects\DownloadSurvey\DownloadSurvey\Program.cs:line 39&lt;BR /&gt;&amp;nbsp;&amp;nbsp; --- End of inner exception stack trace ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceled&lt;BR /&gt;Exceptions)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotifica&lt;BR /&gt;tion)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.Tasks.Task`1.get_Result()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at DownloadSurvey.Program.Main(String[] args) in C:\Users\mccorkdm\documents\&lt;BR /&gt;visual studio 2015\Projects\DownloadSurvey\DownloadSurvey\Program.cs:line 22&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2016 04:48:58 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2016-06-22T04:48:58Z</dc:date>
    <item>
      <title>Unable to Generate Credentials for ArcGIS Online</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/unable-to-generate-credentials-for-arcgis-online/m-p/597026#M7318</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;I'm try to use token based authentication to get to my organisation portal on ArcGIS online using the ESRI ArcGISRuntime for .NET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When trying to run the below code I get the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;string&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; uri = &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&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%2Fqgsp.maps.arcgis.com%2Fsharing%2Frest" rel="nofollow" target="_blank"&gt;https://qgsp.maps.arcgis.com/sharing/rest&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"Starting credentials."&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; credentials = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;await&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2b91af; font-size: 10pt; font-family: Consolas;"&gt;IdentityManager&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;.Current.GenerateCredentialAsync(uri, username, password) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2b91af; font-size: 10pt; font-family: Consolas;"&gt;ArcGISTokenCredential&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;Error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;SPAN style="font-family: Consolas; font-size: 10pt;"&gt;Unhandled Exception: System.AggregateException: One or more errors occurred. ---&lt;BR /&gt;&amp;gt; System.Net.Http.HttpRequestException: An error occurred while sending the requ&lt;BR /&gt;est. ---&amp;gt; System.Net.WebException: Unable to connect to the remote server ---&amp;gt; S&lt;BR /&gt;ystem.Net.Sockets.SocketException: A connection attempt failed because the conne&lt;BR /&gt;cted party did not properly respond after a period of time, or established conne&lt;BR /&gt;ction failed because connected host has failed to respond 50.17.189.113:443&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Sock&lt;BR /&gt;et s4, Socket s6, Socket&amp;amp; socket, IPAddress&amp;amp; address, ConnectSocketState state,&lt;BR /&gt;IAsyncResult asyncResult, Exception&amp;amp; exception)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; --- End of inner exception stack trace ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, Tr&lt;BR /&gt;ansportContext&amp;amp; context)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar&lt;BR /&gt;)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; --- End of inner exception stack trace ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.Http.ArcGISHttpClientHandler.ArcGISClientHandlerInterna&lt;BR /&gt;l.&amp;lt;SendAsync&amp;gt;d__2.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot&lt;BR /&gt;ification(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.Security.ArcGISTokenWebRequest.&amp;lt;RequestTokenAsync&amp;gt;d__1.&lt;BR /&gt;MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot&lt;BR /&gt;ification(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.Security.ArcGISTokenCredential.&amp;lt;GetArcGISTokenAsync&amp;gt;d__&lt;BR /&gt;d.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot&lt;BR /&gt;ification(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.Security.ArcGISTokenCredential.&amp;lt;GenerateTokenImplAsync&amp;gt;&lt;BR /&gt;d__1.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot&lt;BR /&gt;ification(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.Security.TokenCredential.&amp;lt;GenerateTokenAsync&amp;gt;d__d.MoveN&lt;BR /&gt;ext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot&lt;BR /&gt;ification(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at DownloadSurvey.Program.&amp;lt;Login&amp;gt;d__3.MoveNext() in C:\Users\mccorkdm\documen&lt;BR /&gt;ts\visual studio 2015\Projects\DownloadSurvey\DownloadSurvey\Program.cs:line 39&lt;BR /&gt;&amp;nbsp;&amp;nbsp; --- End of inner exception stack trace ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceled&lt;BR /&gt;Exceptions)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotifica&lt;BR /&gt;tion)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Threading.Tasks.Task`1.get_Result()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at DownloadSurvey.Program.Main(String[] args) in C:\Users\mccorkdm\documents\&lt;BR /&gt;visual studio 2015\Projects\DownloadSurvey\DownloadSurvey\Program.cs:line 22&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 04:48:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/unable-to-generate-credentials-for-arcgis-online/m-p/597026#M7318</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-06-22T04:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Generate Credentials for ArcGIS Online</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/unable-to-generate-credentials-for-arcgis-online/m-p/597027#M7319</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;Can you add a simple app which shows the exact code you have (excluding your credentials obviously)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can try running against a Token secured Portal to ascertain what the problem might be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 15:05:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/unable-to-generate-credentials-for-arcgis-online/m-p/597027#M7319</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-06-22T15:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Generate Credentials for ArcGIS Online</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/unable-to-generate-credentials-for-arcgis-online/m-p/597028#M7320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached my app code to the original question.&amp;nbsp; You'll note that the app.config is configured to use a web proxy.&amp;nbsp; I'm not sure if this is having some of the effect.&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;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 22:43:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/unable-to-generate-credentials-for-arcgis-online/m-p/597028#M7320</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-06-22T22:43:32Z</dc:date>
    </item>
  </channel>
</rss>

