<?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 for Hands On Identity</title>
	<atom:link href="http://blog.tumy-tech.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tumy-tech.com</link>
	<description>A Collection of Identity &#38; Access Management articles and posts</description>
	<lastBuildDate>Mon, 09 Jan 2012 13:17:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on claims-based authorizations conversation by Brad Tumy</title>
		<link>http://blog.tumy-tech.com/2011/04/07/claims-based-authorizations-conversation/#comment-948</link>
		<dc:creator><![CDATA[Brad Tumy]]></dc:creator>
		<pubDate>Mon, 09 Jan 2012 13:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tumy-tech.com/?p=469#comment-948</guid>
		<description><![CDATA[Mahendra -

Can you provide some additional details about the custom token?  Where is it coming from, what is it&#039;s format? Any additional information that you can provide would help me formulate an answer for you.

Thanks,
Brad]]></description>
		<content:encoded><![CDATA[<p>Mahendra -</p>
<p>Can you provide some additional details about the custom token?  Where is it coming from, what is it&#8217;s format? Any additional information that you can provide would help me formulate an answer for you.</p>
<p>Thanks,<br />
Brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on claims-based authorizations conversation by Mahendra</title>
		<link>http://blog.tumy-tech.com/2011/04/07/claims-based-authorizations-conversation/#comment-947</link>
		<dc:creator><![CDATA[Mahendra]]></dc:creator>
		<pubDate>Mon, 09 Jan 2012 12:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tumy-tech.com/?p=469#comment-947</guid>
		<description><![CDATA[Hi Brad,

This is Mahendra. I have the following requirement :

Authenticate a resource based on custom token if it is null or not. There is no need to map the token with an user record.
Environment is all 11g.

What is the best way to implement it? Is it possible to do it with just OAM 11g alone? Or does it require Oracle STS too? Please provide your inputs. 

Also would you be able to provide a sample custom token format? Thanks in advance for your help.

Regards
Mahendra.]]></description>
		<content:encoded><![CDATA[<p>Hi Brad,</p>
<p>This is Mahendra. I have the following requirement :</p>
<p>Authenticate a resource based on custom token if it is null or not. There is no need to map the token with an user record.<br />
Environment is all 11g.</p>
<p>What is the best way to implement it? Is it possible to do it with just OAM 11g alone? Or does it require Oracle STS too? Please provide your inputs. </p>
<p>Also would you be able to provide a sample custom token format? Thanks in advance for your help.</p>
<p>Regards<br />
Mahendra.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on #OpenSSO #Fedlet Integration with #Oracle #Identity #Federation 11g by Brad Tumy</title>
		<link>http://blog.tumy-tech.com/2010/12/28/opensso-fedlet-integration-with-oracle-identity-federation-11g/#comment-946</link>
		<dc:creator><![CDATA[Brad Tumy]]></dc:creator>
		<pubDate>Thu, 29 Dec 2011 00:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tumy-tech.com/?p=354#comment-946</guid>
		<description><![CDATA[Mitra,

Check to make sure that the URL on the initiate page and the URL on the return URL is the same. I have noticed that if the hostname changed that you can get a 404. Also, I noticed if the name that the war is deployed as doesnt match what is expected that you can get a 404 as well. 

Let me know if you need additional assistance. 

Brad]]></description>
		<content:encoded><![CDATA[<p>Mitra,</p>
<p>Check to make sure that the URL on the initiate page and the URL on the return URL is the same. I have noticed that if the hostname changed that you can get a 404. Also, I noticed if the name that the war is deployed as doesnt match what is expected that you can get a 404 as well. </p>
<p>Let me know if you need additional assistance. </p>
<p>Brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on #OpenSSO #Fedlet Integration with #Oracle #Identity #Federation 11g by mitra</title>
		<link>http://blog.tumy-tech.com/2010/12/28/opensso-fedlet-integration-with-oracle-identity-federation-11g/#comment-945</link>
		<dc:creator><![CDATA[mitra]]></dc:creator>
		<pubDate>Wed, 28 Dec 2011 23:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tumy-tech.com/?p=354#comment-945</guid>
		<description><![CDATA[I am getting a http error 404 (no such resource) AFTER a saml assertion is generated.

OIF 11.1.1.5 on linux hosted on weblogic 10.3.5
Fedlet 11.1.1.3 on windows on weblogic 10.3.5

I generated the fedletsample.war and deployed on the weblogic windows. I can go to fedletsample/index.jsp and then click on idp generated sso. I get OIF login prompt, provide credentials- but when the response is POST ed to the fedlet:7001/samplefedlet/fedletapplication, then it gets error 404.

Any clue?]]></description>
		<content:encoded><![CDATA[<p>I am getting a http error 404 (no such resource) AFTER a saml assertion is generated.</p>
<p>OIF 11.1.1.5 on linux hosted on weblogic 10.3.5<br />
Fedlet 11.1.1.3 on windows on weblogic 10.3.5</p>
<p>I generated the fedletsample.war and deployed on the weblogic windows. I can go to fedletsample/index.jsp and then click on idp generated sso. I get OIF login prompt, provide credentials- but when the response is POST ed to the fedlet:7001/samplefedlet/fedletapplication, then it gets error 404.</p>
<p>Any clue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Challenging Access Policy #Oracle #OAM #IdM by Sajeesh Bhaskar</title>
		<link>http://blog.tumy-tech.com/2010/02/15/a-challenging-access-policy-oracle-oam-idm/#comment-932</link>
		<dc:creator><![CDATA[Sajeesh Bhaskar]]></dc:creator>
		<pubDate>Wed, 07 Dec 2011 13:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://bradtumy.wordpress.com/?p=171#comment-932</guid>
		<description><![CDATA[Check 16.8.18 About Protected_JSessionId_Policy on http://www.orastudy.com/oradoc/selfstu/fusion/core.1111/e10043/osso_c_oam10g.htm

It is working for me.]]></description>
		<content:encoded><![CDATA[<p>Check 16.8.18 About Protected_JSessionId_Policy on <a href="http://www.orastudy.com/oradoc/selfstu/fusion/core.1111/e10043/osso_c_oam10g.htm" rel="nofollow">http://www.orastudy.com/oradoc/selfstu/fusion/core.1111/e10043/osso_c_oam10g.htm</a></p>
<p>It is working for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Troubleshooting a Forms Based AuthN Scheme #Oracle #IdM #OAM by Brad Tumy</title>
		<link>http://blog.tumy-tech.com/2010/03/01/troubleshooting-a-forms-based-authn-scheme-oracle-idm-oam/#comment-917</link>
		<dc:creator><![CDATA[Brad Tumy]]></dc:creator>
		<pubDate>Sat, 19 Nov 2011 18:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://bradtumy.wordpress.com/?p=185#comment-917</guid>
		<description><![CDATA[How will it breach the identity of the user?  You have to know the values of both the username and password.]]></description>
		<content:encoded><![CDATA[<p>How will it breach the identity of the user?  You have to know the values of both the username and password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Troubleshooting a Forms Based AuthN Scheme #Oracle #IdM #OAM by Ashrock Mohammed</title>
		<link>http://blog.tumy-tech.com/2010/03/01/troubleshooting-a-forms-based-authn-scheme-oracle-idm-oam/#comment-916</link>
		<dc:creator><![CDATA[Ashrock Mohammed]]></dc:creator>
		<pubDate>Sat, 19 Nov 2011 18:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://bradtumy.wordpress.com/?p=185#comment-916</guid>
		<description><![CDATA[Is there a way to hide this ?

This will breach the identity of the user.]]></description>
		<content:encoded><![CDATA[<p>Is there a way to hide this ?</p>
<p>This will breach the identity of the user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recover Weblogic server admin password (on Linux) by VJ</title>
		<link>http://blog.tumy-tech.com/2011/01/05/recover-weblogic-server-admin-password-on-linu/#comment-903</link>
		<dc:creator><![CDATA[VJ]]></dc:creator>
		<pubDate>Fri, 04 Nov 2011 18:56:55 +0000</pubDate>
		<guid isPermaLink="false">https://bradtumy.wordpress.com/?p=378#comment-903</guid>
		<description><![CDATA[Thank you, this saved my day !]]></description>
		<content:encoded><![CDATA[<p>Thank you, this saved my day !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exception java.lang.UnsatisfiedLinkError:  libawt.so libXp.so.6: cannot open shared object file: No such file or directory by MP</title>
		<link>http://blog.tumy-tech.com/2009/06/15/exception-java-lang-unsatisfiedlinkerror-libawt-so-libxp-so-6-cannot-open-shared-object-file-no-such-file-or-directory/#comment-901</link>
		<dc:creator><![CDATA[MP]]></dc:creator>
		<pubDate>Fri, 04 Nov 2011 10:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://bradtumy.wordpress.com/?p=14#comment-901</guid>
		<description><![CDATA[Hi,

Thanks for above solution.

I installed libXp rpm packages and its worked fine.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for above solution.</p>
<p>I installed libXp rpm packages and its worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upgrade #Oracle #OIF to 11.1.1.3 #IDM #Identity by Barry Ghotra</title>
		<link>http://blog.tumy-tech.com/2010/09/22/upgrade-oracle-oif-to-11-1-1-3-idm-identity/#comment-865</link>
		<dc:creator><![CDATA[Barry Ghotra]]></dc:creator>
		<pubDate>Fri, 21 Oct 2011 04:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tumy-tech.com/?p=289#comment-865</guid>
		<description><![CDATA[HI Brad, this is Barry Ghotra again! I finally got my OVD/OID upgraded to 11.1.1.5. Some points to share:
a) the ORACLE_HOME/bin/ua seems to work only if you had a prior 10g installation.
b) I simply did the WLS upgrade to 10.3.5 , the upgraded the OID/OVD SOFTWARE to 11.1.1.5 and then ran the PATCH SET ASSISTANT to upgrade the schema. 
c) Everything got upgraded and the versions indeed showed 11.1.1.5 in schema_version_registry as well as ODSM console. But EM still showed 11.1.1.2. I saw a note about registering the components using opmnctl in another blog:
/opmnctl updatecomponentregistration -componentName oid1 -Sport 3131 -Port 3060 , but that did not do anything. It&#039;s also mentioned in the PATCHING guide.

Opened a SR with Oracle and they are saying it&#039;s by design...go figure!!!]]></description>
		<content:encoded><![CDATA[<p>HI Brad, this is Barry Ghotra again! I finally got my OVD/OID upgraded to 11.1.1.5. Some points to share:<br />
a) the ORACLE_HOME/bin/ua seems to work only if you had a prior 10g installation.<br />
b) I simply did the WLS upgrade to 10.3.5 , the upgraded the OID/OVD SOFTWARE to 11.1.1.5 and then ran the PATCH SET ASSISTANT to upgrade the schema.<br />
c) Everything got upgraded and the versions indeed showed 11.1.1.5 in schema_version_registry as well as ODSM console. But EM still showed 11.1.1.2. I saw a note about registering the components using opmnctl in another blog:<br />
/opmnctl updatecomponentregistration -componentName oid1 -Sport 3131 -Port 3060 , but that did not do anything. It&#8217;s also mentioned in the PATCHING guide.</p>
<p>Opened a SR with Oracle and they are saying it&#8217;s by design&#8230;go figure!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

