<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Credentials Screening: Windows Authentication without a Login Dialog Box</title>
	<atom:link href="http://glazkov.com/2004/06/06/credentials-screening/feed/" rel="self" type="application/rss+xml" />
	<link>http://glazkov.com/2004/06/06/credentials-screening/</link>
	<description>Web and About</description>
	<lastBuildDate>Sun, 29 Nov 2009 21:36:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Vladimir Kelman</title>
		<link>http://glazkov.com/2004/06/06/credentials-screening/#comment-75</link>
		<dc:creator>Vladimir Kelman</dc:creator>
		<pubDate>Sun, 17 May 2009 05:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://glazkov.com/blog/credentials-screening/#comment-75</guid>
		<description>Thank you Dimitri! Still, it was a nice way to check windows credentials without displaying automatic pop-up...
We implemented a dual login module (ASP.NET) which allows a user either submit username/password (standard &quot;Forms&quot; login) or to click on &quot;Use Windows credentials&quot; link which points to WinLogin.aspx file with windows authentication and disabled anonymous authentication. In case of a success WinLogin.aspx then uses windows username to perform Forms login. It all works nice with IIS (5.1, 6, 7), but I was thinking that your &quot;credentials screening&quot; (using XmlHttpRequest) would be a nice way to hide &quot;Use Windows credentials&quot; link from users who are outside of Windows domain. The only other way is just to check IP address of a user, which is less elegant.

Sorry for bothering you, I know you&#039;re working for Google now... I&#039;m writing this message using Chrome.</description>
		<content:encoded><![CDATA[<p>Thank you Dimitri! Still, it was a nice way to check windows credentials without displaying automatic pop-up&#8230;<br />
We implemented a dual login module (ASP.NET) which allows a user either submit username/password (standard &#8220;Forms&#8221; login) or to click on &#8220;Use Windows credentials&#8221; link which points to WinLogin.aspx file with windows authentication and disabled anonymous authentication. In case of a success WinLogin.aspx then uses windows username to perform Forms login. It all works nice with IIS (5.1, 6, 7), but I was thinking that your &#8220;credentials screening&#8221; (using XmlHttpRequest) would be a nice way to hide &#8220;Use Windows credentials&#8221; link from users who are outside of Windows domain. The only other way is just to check IP address of a user, which is less elegant.</p>
<p>Sorry for bothering you, I know you&#8217;re working for Google now&#8230; I&#8217;m writing this message using Chrome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dglazkov</title>
		<link>http://glazkov.com/2004/06/06/credentials-screening/#comment-74</link>
		<dc:creator>dglazkov</dc:creator>
		<pubDate>Sun, 17 May 2009 04:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://glazkov.com/blog/credentials-screening/#comment-74</guid>
		<description>Guys, this article was written in 2004. This was the time when IE6 was the latest browser available from Microsoft and Facebook was just a twinkle in Zuckerberg&#039;s eye. Lots of things have changed since then.

Please stop trying to make this old solution work :)</description>
		<content:encoded><![CDATA[<p>Guys, this article was written in 2004. This was the time when IE6 was the latest browser available from Microsoft and Facebook was just a twinkle in Zuckerberg&#8217;s eye. Lots of things have changed since then.</p>
<p>Please stop trying to make this old solution work <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Kelman</title>
		<link>http://glazkov.com/2004/06/06/credentials-screening/#comment-73</link>
		<dc:creator>Vladimir Kelman</dc:creator>
		<pubDate>Sun, 17 May 2009 03:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://glazkov.com/blog/credentials-screening/#comment-73</guid>
		<description>Unfortunately, the main promise of this article doesn&#039;t work: a browser still displays that automatic pop-up asking for Windows credentials, in case user is not authenticated [yet]. Your trick with ActiveXObject(&quot;Msxml2.DOMDocument&quot;) (and I tried XmlHttpRequest too – obviously, no difference) does not allow a browser to silently fail. Obviously, a negotiation between browser and IIS server still happens and causes that automatic pop-up...

I&#039;m currently using IIS7, but may be able to try it with IIS5.1. I doubt it matters, though.

Did you actually have it working in the past?</description>
		<content:encoded><![CDATA[<p>Unfortunately, the main promise of this article doesn&#8217;t work: a browser still displays that automatic pop-up asking for Windows credentials, in case user is not authenticated [yet]. Your trick with ActiveXObject(&#8220;Msxml2.DOMDocument&#8221;) (and I tried XmlHttpRequest too – obviously, no difference) does not allow a browser to silently fail. Obviously, a negotiation between browser and IIS server still happens and causes that automatic pop-up&#8230;</p>
<p>I&#8217;m currently using IIS7, but may be able to try it with IIS5.1. I doubt it matters, though.</p>
<p>Did you actually have it working in the past?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Kelman</title>
		<link>http://glazkov.com/2004/06/06/credentials-screening/#comment-72</link>
		<dc:creator>Vladimir Kelman</dc:creator>
		<pubDate>Thu, 14 May 2009 16:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://glazkov.com/blog/credentials-screening/#comment-72</guid>
		<description>Unfortunately, the main promise of this article doesn&#039;t work: a browser still displays that automatic pop-up asking for Windows credentials, in case user is not authenticated [yet]. That remote trick with ActiveXObject(&quot;Msxml2.DOMDocument&quot;) (and I tried XmlHttpRequest too - obviously, no difference) does not allow a browser to silently fail...

I&#039;m currently using IIS7, but may be able to try it with IIS5.1. I doubt it matters, though.

Did you actually has it working?</description>
		<content:encoded><![CDATA[<p>Unfortunately, the main promise of this article doesn&#8217;t work: a browser still displays that automatic pop-up asking for Windows credentials, in case user is not authenticated [yet]. That remote trick with ActiveXObject(&#8220;Msxml2.DOMDocument&#8221;) (and I tried XmlHttpRequest too &#8211; obviously, no difference) does not allow a browser to silently fail&#8230;</p>
<p>I&#8217;m currently using IIS7, but may be able to try it with IIS5.1. I doubt it matters, though.</p>
<p>Did you actually has it working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: salman</title>
		<link>http://glazkov.com/2004/06/06/credentials-screening/#comment-71</link>
		<dc:creator>salman</dc:creator>
		<pubDate>Fri, 01 May 2009 22:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://glazkov.com/blog/credentials-screening/#comment-71</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio</title>
		<link>http://glazkov.com/2004/06/06/credentials-screening/#comment-58</link>
		<dc:creator>Giorgio</dc:creator>
		<pubDate>Mon, 26 Jan 2009 08:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://glazkov.com/blog/credentials-screening/#comment-58</guid>
		<description>I try to download the example CredentialsScreening.zip, but the link is broken.


Kind Regards

Giorgio</description>
		<content:encoded><![CDATA[<p>I try to download the example CredentialsScreening.zip, but the link is broken.</p>
<p>Kind Regards</p>
<p>Giorgio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://glazkov.com/2004/06/06/credentials-screening/#comment-57</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 16 Jan 2009 16:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://glazkov.com/blog/credentials-screening/#comment-57</guid>
		<description>Thank you so much.  This is probably the cleanest solution to this problem I have seen yet.  This should hold us over till we can get IIS 7 available.</description>
		<content:encoded><![CDATA[<p>Thank you so much.  This is probably the cleanest solution to this problem I have seen yet.  This should hold us over till we can get IIS 7 available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nir Raviv</title>
		<link>http://glazkov.com/2004/06/06/credentials-screening/#comment-44</link>
		<dc:creator>Nir Raviv</dc:creator>
		<pubDate>Mon, 27 Oct 2008 12:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://glazkov.com/blog/credentials-screening/#comment-44</guid>
		<description>Wow! it&#039;s exactly what I was looking for.
I&#039;m involve in a project which require &quot;mix mode authentication&quot; and I did struggle a lot the find a solution the the NTLM pop up dialog.

Do you know if a solution exits also for Firefox/ other browsers?

Thanks,
Nir</description>
		<content:encoded><![CDATA[<p>Wow! it&#8217;s exactly what I was looking for.<br />
I&#8217;m involve in a project which require &#8220;mix mode authentication&#8221; and I did struggle a lot the find a solution the the NTLM pop up dialog.</p>
<p>Do you know if a solution exits also for Firefox/ other browsers?</p>
<p>Thanks,<br />
Nir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wendy</title>
		<link>http://glazkov.com/2004/06/06/credentials-screening/#comment-39</link>
		<dc:creator>Wendy</dc:creator>
		<pubDate>Mon, 13 Oct 2008 21:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://glazkov.com/blog/credentials-screening/#comment-39</guid>
		<description>I try to download the example CredentialsScreening.zip, but showit this error:
Not Found
Sorry, but you are looking for something that isn&#039;t here.

I would like to see it to learn more.

WMA.</description>
		<content:encoded><![CDATA[<p>I try to download the example CredentialsScreening.zip, but showit this error:<br />
Not Found<br />
Sorry, but you are looking for something that isn&#8217;t here.</p>
<p>I would like to see it to learn more.</p>
<p>WMA.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
