<?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: check-auth-on-forward</title>
	<atom:link href="http://monduke.com/2007/05/08/check-auth-on-forward/feed/" rel="self" type="application/rss+xml" />
	<link>http://monduke.com/2007/05/08/check-auth-on-forward/</link>
	<description>Covering J2EE Security and WebLogic Topics</description>
	<lastBuildDate>Tue, 13 Apr 2010 01:53:49 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ram</title>
		<link>http://monduke.com/2007/05/08/check-auth-on-forward/comment-page-1/#comment-5686</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Mon, 28 May 2007 08:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://monduke.com/?p=47#comment-5686</guid>
		<description>Thanks for the response.

Even though we are authenticating against DB, we can&#039;t access DB directly, we are doing it through an API.

I have prepared one Custom authenticator (Data from DB) and UUP from a different data source and it works now. Thanks for the response.</description>
		<content:encoded><![CDATA[<p>Thanks for the response.</p>
<p>Even though we are authenticating against DB, we can&#8217;t access DB directly, we are doing it through an API.</p>
<p>I have prepared one Custom authenticator (Data from DB) and UUP from a different data source and it works now. Thanks for the response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Fleming</title>
		<link>http://monduke.com/2007/05/08/check-auth-on-forward/comment-page-1/#comment-5669</link>
		<dc:creator>Mike Fleming</dc:creator>
		<pubDate>Mon, 28 May 2007 01:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://monduke.com/?p=47#comment-5669</guid>
		<description>Ram,

I don&#039;t do much work with the portal but I believe that the authenticator and UUP are unrelated. As a result, you should be able to handle two data sources (one for authentication and one for extra data) assuming that the user names are the same in each DB.

You may not need a custom authenticator, though. If you are using WLS 9.x or greater, RDBMS authenticators are available out-of-the-box. With WLS 8.1, you would need a custom authenticator to go against your Oracle database but there is an example on the BEA site.

Good luck!</description>
		<content:encoded><![CDATA[<p>Ram,</p>
<p>I don&#8217;t do much work with the portal but I believe that the authenticator and UUP are unrelated. As a result, you should be able to handle two data sources (one for authentication and one for extra data) assuming that the user names are the same in each DB.</p>
<p>You may not need a custom authenticator, though. If you are using WLS 9.x or greater, RDBMS authenticators are available out-of-the-box. With WLS 8.1, you would need a custom authenticator to go against your Oracle database but there is an example on the BEA site.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ram</title>
		<link>http://monduke.com/2007/05/08/check-auth-on-forward/comment-page-1/#comment-5551</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Sat, 26 May 2007 06:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://monduke.com/?p=47#comment-5551</guid>
		<description>Hi Mike,

Came across your blog and found it very useful. For 
our current project, we need user authentication from one data source(Oracle). And user profile(UUP) from another data source(MySQL).

My plan is to develop an Custom authenticator and UUP. Is it possible to do in my case as both of the sources are different?. Is there any relationship between Custom Authenticator and UUP?

Thanks for the blog.

Ram</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Came across your blog and found it very useful. For<br />
our current project, we need user authentication from one data source(Oracle). And user profile(UUP) from another data source(MySQL).</p>
<p>My plan is to develop an Custom authenticator and UUP. Is it possible to do in my case as both of the sources are different?. Is there any relationship between Custom Authenticator and UUP?</p>
<p>Thanks for the blog.</p>
<p>Ram</p>
]]></content:encoded>
	</item>
</channel>
</rss>
