<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Authentication Using Facebook In ASP.NET Core 2.0	</title>
	<atom:link href="https://ankitsharmablogs.com/authentication-using-facebook-in-asp-net-core-2-0/feed/" rel="self" type="application/rss+xml" />
	<link>https://ankitsharmablogs.com/authentication-using-facebook-in-asp-net-core-2-0/</link>
	<description>A .Net hub</description>
	<lastBuildDate>Sat, 03 Nov 2018 15:57:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Ankit Sharma		</title>
		<link>https://ankitsharmablogs.com/authentication-using-facebook-in-asp-net-core-2-0/#comment-766</link>

		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Fri, 27 Apr 2018 08:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=791#comment-766</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ankitsharmablogs.com/authentication-using-facebook-in-asp-net-core-2-0/#comment-765&quot;&gt;Philippfx&lt;/a&gt;.

Great!!!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ankitsharmablogs.com/authentication-using-facebook-in-asp-net-core-2-0/#comment-765">Philippfx</a>.</p>
<p>Great!!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Philippfx		</title>
		<link>https://ankitsharmablogs.com/authentication-using-facebook-in-asp-net-core-2-0/#comment-765</link>

		<dc:creator><![CDATA[Philippfx]]></dc:creator>
		<pubDate>Fri, 27 Apr 2018 07:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=791#comment-765</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ankitsharmablogs.com/authentication-using-facebook-in-asp-net-core-2-0/#comment-761&quot;&gt;Philippfx&lt;/a&gt;.

Nevermind :-) It actually worked. I was doing tests from my company network and there I communicate via a proxy to the outerworld. I tried it from home and there were no problems.

Great article, it worked!

Best regards,
Philippfx]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ankitsharmablogs.com/authentication-using-facebook-in-asp-net-core-2-0/#comment-761">Philippfx</a>.</p>
<p>Nevermind 🙂 It actually worked. I was doing tests from my company network and there I communicate via a proxy to the outerworld. I tried it from home and there were no problems.</p>
<p>Great article, it worked!</p>
<p>Best regards,<br />
Philippfx</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ankit Sharma		</title>
		<link>https://ankitsharmablogs.com/authentication-using-facebook-in-asp-net-core-2-0/#comment-762</link>

		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Thu, 26 Apr 2018 13:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=791#comment-762</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ankitsharmablogs.com/authentication-using-facebook-in-asp-net-core-2-0/#comment-761&quot;&gt;Philippfx&lt;/a&gt;.

Thanks for reading my article. Please make sure that your user secret and key have the correct value.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ankitsharmablogs.com/authentication-using-facebook-in-asp-net-core-2-0/#comment-761">Philippfx</a>.</p>
<p>Thanks for reading my article. Please make sure that your user secret and key have the correct value.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Philippfx		</title>
		<link>https://ankitsharmablogs.com/authentication-using-facebook-in-asp-net-core-2-0/#comment-761</link>

		<dc:creator><![CDATA[Philippfx]]></dc:creator>
		<pubDate>Thu, 26 Apr 2018 13:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=791#comment-761</guid>

					<description><![CDATA[Hi,

I followed your tutorial and created a new app from scratch. Https enabled. After having authenticated on facebook giving my consent (&quot;Continue as &quot;), I get the following exception developer page:

An unhandled exception occurred while processing the request.

Exception: OAuth token endpoint failure: Status: ProxyAuthenticationRequired;Headers: Connection: close
 Date: Thu, 26 Apr 2018 13:02:10 GMT
 Via: 1.1 172.21.45.11 (squid)
 Proxy-Authenticate: Negotiate, Basic realm=&quot;Squid proxy-caching web server&quot;
 Server: squid
 Mime-Version: 1.0
 X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
 X-Cache: MISS from 172.21.45.11
 ;Body: ;

I cloned your project from github, turned on https in the project, and get the same exception after having authenticated on facebook giving my consent (&quot;Continue as &quot;).

Any idea what is badly configured or missing?

Best regards,
philippfx]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I followed your tutorial and created a new app from scratch. Https enabled. After having authenticated on facebook giving my consent (&#8220;Continue as &#8220;), I get the following exception developer page:</p>
<p>An unhandled exception occurred while processing the request.</p>
<p>Exception: OAuth token endpoint failure: Status: ProxyAuthenticationRequired;Headers: Connection: close<br />
 Date: Thu, 26 Apr 2018 13:02:10 GMT<br />
 Via: 1.1 172.21.45.11 (squid)<br />
 Proxy-Authenticate: Negotiate, Basic realm=&#8221;Squid proxy-caching web server&#8221;<br />
 Server: squid<br />
 Mime-Version: 1.0<br />
 X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0<br />
 X-Cache: MISS from 172.21.45.11<br />
 ;Body: ;</p>
<p>I cloned your project from github, turned on https in the project, and get the same exception after having authenticated on facebook giving my consent (&#8220;Continue as &#8220;).</p>
<p>Any idea what is badly configured or missing?</p>
<p>Best regards,<br />
philippfx</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk
Database Caching 1/17 queries in 0.150 seconds using Disk (Request-wide modification query)

Served from: ankitsharmablogs.com @ 2026-07-13 17:08:50 by W3 Total Cache
-->