<?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: Using Windows Login Credentials for Single Sign On (NTLM authentication)</title>
	<atom:link href="http://www.inside-oracle-apex.com/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inside-oracle-apex.com/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/</link>
	<description>Inside Oracle APEX - a blog that helps to get more out of Oracle Application Express (APEX) for your daily development work!</description>
	<lastBuildDate>Mon, 19 Dec 2011 12:04:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Apexive</title>
		<link>http://www.inside-oracle-apex.com/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/comment-page-1/#comment-45223</link>
		<dc:creator>Apexive</dc:creator>
		<pubDate>Tue, 06 Jul 2010 18:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.test.inside-oracle-apex.com/blog/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/#comment-45223</guid>
		<description>never mind , it works now,,,NICE!!</description>
		<content:encoded><![CDATA[<p>never mind , it works now,,,NICE!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apexive</title>
		<link>http://www.inside-oracle-apex.com/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/comment-page-1/#comment-45222</link>
		<dc:creator>Apexive</dc:creator>
		<pubDate>Tue, 06 Jul 2010 18:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.test.inside-oracle-apex.com/blog/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/#comment-45222</guid>
		<description>jhonny,

The links you provided don&#039;t work, could you PLEASE update as I am working on the same exact thing for a client and would love to read your tutorial.....</description>
		<content:encoded><![CDATA[<p>jhonny,</p>
<p>The links you provided don&#8217;t work, could you PLEASE update as I am working on the same exact thing for a client and would love to read your tutorial&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ellamae Caves</title>
		<link>http://www.inside-oracle-apex.com/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/comment-page-1/#comment-30751</link>
		<dc:creator>Ellamae Caves</dc:creator>
		<pubDate>Mon, 05 Apr 2010 20:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.test.inside-oracle-apex.com/blog/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/#comment-30751</guid>
		<description>I&#039;ve just stumbled upon your site while searching for a tutorial on an related subject. Glad I did too. There&#039;s a lot I like. Anyway, you&#039;ve been bookmarked and I&#039;ll be back soon. :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just stumbled upon your site while searching for a tutorial on an related subject. Glad I did too. There&#8217;s a lot I like. Anyway, you&#8217;ve been bookmarked and I&#8217;ll be back soon. <img src='http://www.inside-oracle-apex.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wolf</title>
		<link>http://www.inside-oracle-apex.com/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/comment-page-1/#comment-2293</link>
		<dc:creator>Patrick Wolf</dc:creator>
		<pubDate>Sun, 01 Mar 2009 17:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.test.inside-oracle-apex.com/blog/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/#comment-2293</guid>
		<description>Hi,

you are right. BTW, really nice article explaining Active directory and what&#039;s going on with mod_plsql.

Patrick</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>you are right. BTW, really nice article explaining Active directory and what&#8217;s going on with mod_plsql.</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhonny</title>
		<link>http://www.inside-oracle-apex.com/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/comment-page-1/#comment-1892</link>
		<dc:creator>jhonny</dc:creator>
		<pubDate>Wed, 18 Feb 2009 18:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.test.inside-oracle-apex.com/blog/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/#comment-1892</guid>
		<description>Patrick you should be careful not to trick readers into thinking that the pl/sql solution actually works :) 
As I&#039;ve commented on jason&#039;s blog he doesn&#039;t authenticate against a domain controller. So mod_ntlm remains the solution. 
jason&#039;s solution is cool but as he says in response to my comment:
&quot;The example posted here was meant as a PL/SQL only solution for tricking the browser into providing an NTLM token, and the decoding that token and using that value as the user in an Application Express application. It was meant to be used in some Intranet scenarios, and is obviously not meant to be a security solution.&quot;
So if you really want ntlm + apex you should go the mod_ntlm way. That&#039;s what I did.
Martin Köb also has a really good tutorial but he doesn&#039;t include a way to have group membership checking against active directory.
I know I&#039;ve struggled enough with dbms_ldap to achieve it.
I&#039;ve written a tutorial that explains everything - from what active directory is - to how to have group membership.
For those interested: http://withasmiletomeltathousandhearts.wordpress.com/2009/01/29/apex-windows-integrated-authentication/</description>
		<content:encoded><![CDATA[<p>Patrick you should be careful not to trick readers into thinking that the pl/sql solution actually works <img src='http://www.inside-oracle-apex.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
As I&#8217;ve commented on jason&#8217;s blog he doesn&#8217;t authenticate against a domain controller. So mod_ntlm remains the solution.<br />
jason&#8217;s solution is cool but as he says in response to my comment:<br />
&#8220;The example posted here was meant as a PL/SQL only solution for tricking the browser into providing an NTLM token, and the decoding that token and using that value as the user in an Application Express application. It was meant to be used in some Intranet scenarios, and is obviously not meant to be a security solution.&#8221;<br />
So if you really want ntlm + apex you should go the mod_ntlm way. That&#8217;s what I did.<br />
Martin Köb also has a really good tutorial but he doesn&#8217;t include a way to have group membership checking against active directory.<br />
I know I&#8217;ve struggled enough with dbms_ldap to achieve it.<br />
I&#8217;ve written a tutorial that explains everything &#8211; from what active directory is &#8211; to how to have group membership.<br />
For those interested: <a href="http://withasmiletomeltathousandhearts.wordpress.com/2009/01/29/apex-windows-integrated-authentication/" rel="nofollow" target="_blank" class="liexternal">http://withasmiletomeltathousandhearts.wordpress.com/2009/01/29/apex-windows-integrated-authentication/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Straub</title>
		<link>http://www.inside-oracle-apex.com/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/comment-page-1/#comment-546</link>
		<dc:creator>Jason Straub</dc:creator>
		<pubDate>Mon, 24 Mar 2008 20:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.test.inside-oracle-apex.com/blog/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/#comment-546</guid>
		<description>Patrick:&lt;br/&gt;&lt;br/&gt;Thanks for the plug. I have incorporated your suggestions.&lt;br/&gt;&lt;br/&gt;Jason</description>
		<content:encoded><![CDATA[<p>Patrick:</p>
<p>Thanks for the plug. I have incorporated your suggestions.</p>
<p>Jason</p>
]]></content:encoded>
	</item>
</channel>
</rss>

