<?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: OAuth2 problem in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/oauth2-problem/m-p/721927#M9101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to open the page in a web browser first for testing purposes. I'm trying to avoid the OAuth samples since they use a lot of async commands and I'm not using a version of Visual Studio which supports that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2016 23:00:28 GMT</pubDate>
    <dc:creator>AllanMills</dc:creator>
    <dc:date>2016-04-19T23:00:28Z</dc:date>
    <item>
      <title>OAuth2 problem</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/oauth2-problem/m-p/721925#M9099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm led to believe from this page: &lt;A href="https://developers.arcgis.com/authentication/mobile-and-native-user-logins/" title="https://developers.arcgis.com/authentication/mobile-and-native-user-logins/"&gt;Mobile and Native User Logins | ArcGIS for Developers&lt;/A&gt;&amp;nbsp; that I should be able to call up a URL like this: &lt;A href="https://www.arcgis.com/sharing/rest/oauth2/authorize?client_id=XXXXX&amp;amp;grant_type=code&amp;amp;redirect_uri=urn:ietf:wg:oauth:2.0:oob&amp;amp;expiration=-1" title="https://www.arcgis.com/sharing/rest/oauth2/authorize?client_id=XXXXX&amp;amp;grant_type=code&amp;amp;redirect_uri=urn:ietf:wg:oauth:2.0:oob&amp;amp;expiration=-1"&gt;https://www.arcgis.com/sharing/rest/oauth2/authorize?client_id=XXXXX&amp;amp;grant_type=code&amp;amp;redirect_uri=urn:ietf:wg:oauth:2.0:…&lt;/A&gt;&amp;nbsp; (after replacing XXXXX for the client ID of my application) and have it prompt the user to log in as part of the authentication process. Instead that page gives me an error saying "response_type not specified". Am I overlooking something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 05:59:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/oauth2-problem/m-p/721925#M9099</guid>
      <dc:creator>AllanMills</dc:creator>
      <dc:date>2016-04-18T05:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: OAuth2 problem</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/oauth2-problem/m-p/721926#M9100</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;How does your code compare to the OAuth sample: &lt;A href="https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/master/src/Desktop/ArcGISRuntimeSamplesDesktop/Samples/Security/OAuthAuthorization" title="https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/master/src/Desktop/ArcGISRuntimeSamplesDesktop/Samples/Security/OAuthAuthorization"&gt;arcgis-runtime-samples-dotnet/src/Desktop/ArcGISRuntimeSamplesDesktop/Samples/Security/OAuthAuthorization at master · Es…&lt;/A&gt;&amp;nbsp; ?&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>Mon, 18 Apr 2016 19:58:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/oauth2-problem/m-p/721926#M9100</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-04-18T19:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: OAuth2 problem</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/oauth2-problem/m-p/721927#M9101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to open the page in a web browser first for testing purposes. I'm trying to avoid the OAuth samples since they use a lot of async commands and I'm not using a version of Visual Studio which supports that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 23:00:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/oauth2-problem/m-p/721927#M9101</guid>
      <dc:creator>AllanMills</dc:creator>
      <dc:date>2016-04-19T23:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: OAuth2 problem</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/oauth2-problem/m-p/721928#M9102</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;If you're within a browser then looks like it should be response_type=code instead of grant_type=code: &lt;A href="https://developers.arcgis.com/authentication/browser-based-user-logins/#using-the-arcgis-api-for-javascript" title="https://developers.arcgis.com/authentication/browser-based-user-logins/#using-the-arcgis-api-for-javascript"&gt;Browser-based Named User Login | ArcGIS for Developers&lt;/A&gt;&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>Mon, 25 Apr 2016 19:10:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/oauth2-problem/m-p/721928#M9102</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-04-25T19:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: OAuth2 problem</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/oauth2-problem/m-p/721929#M9103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... what version of Visual Studio are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 19:14:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/oauth2-problem/m-p/721929#M9103</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-04-25T19:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: OAuth2 problem</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/oauth2-problem/m-p/721930#M9104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My main development environment is VS 2010 since, at work, we are using Arc 10.2. I've also got a copy of VS 2015 since most of the samples I've found using async commands which 2010 doesn't support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 23:46:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/oauth2-problem/m-p/721930#M9104</guid>
      <dc:creator>AllanMills</dc:creator>
      <dc:date>2016-04-25T23:46:25Z</dc:date>
    </item>
  </channel>
</rss>

