<?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: ECM Design Patterns</title>
	<atom:link href="http://wordofpie.com/2008/04/06/ecm-design-patterns/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordofpie.com/2008/04/06/ecm-design-patterns/</link>
	<description>Ponderings on Life, the Universe, and Information</description>
	<lastBuildDate>Fri, 10 Feb 2012 22:28:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Brinda</title>
		<link>http://wordofpie.com/2008/04/06/ecm-design-patterns/#comment-4802</link>
		<dc:creator><![CDATA[Brinda]]></dc:creator>
		<pubDate>Fri, 19 Jun 2009 00:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://wordofpie.wordpress.com/2008/04/06/ecm-design-patterns/#comment-4802</guid>
		<description><![CDATA[Hi Pie, 

I have been looking for a way to enable &quot;Named Authentication with Shared Authentication (Single Sign-On)&quot;, unfortunately, i do not know of a dfs api that takes in the username and a sso token as its authentication arguments nor do I see a way to fetch the sso token from within form adaptors or bpm event hooks to call an internal login to the external system with the username and the already generated sso token. Do you know of any way?

Also if the above is not possible, I would like to explore the &quot;Named Authentication with Generated Credential Authentication&quot;. I understand from another doc of yours where you spoke about ticketed authentication. Can we do the ticketed authentication through DFS?]]></description>
		<content:encoded><![CDATA[<p>Hi Pie, </p>
<p>I have been looking for a way to enable &#8220;Named Authentication with Shared Authentication (Single Sign-On)&#8221;, unfortunately, i do not know of a dfs api that takes in the username and a sso token as its authentication arguments nor do I see a way to fetch the sso token from within form adaptors or bpm event hooks to call an internal login to the external system with the username and the already generated sso token. Do you know of any way?</p>
<p>Also if the above is not possible, I would like to explore the &#8220;Named Authentication with Generated Credential Authentication&#8221;. I understand from another doc of yours where you spoke about ticketed authentication. Can we do the ticketed authentication through DFS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alec</title>
		<link>http://wordofpie.com/2008/04/06/ecm-design-patterns/#comment-3752</link>
		<dc:creator><![CDATA[Alec]]></dc:creator>
		<pubDate>Tue, 24 Feb 2009 23:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://wordofpie.wordpress.com/2008/04/06/ecm-design-patterns/#comment-3752</guid>
		<description><![CDATA[I wasn&#039;t able to find any technical documentation explaining how to implement &quot;Generated Credential Authentication&quot; pattern. Could you provide any hints on how to acquire the session as a &quot;superuser&quot; and how to transfer that session to be used by the actual named user? Are there any minimum requirements for the privileges that the &quot;superuser&quot; should have?

Thanks.

Ale]]></description>
		<content:encoded><![CDATA[<p>I wasn&#8217;t able to find any technical documentation explaining how to implement &#8220;Generated Credential Authentication&#8221; pattern. Could you provide any hints on how to acquire the session as a &#8220;superuser&#8221; and how to transfer that session to be used by the actual named user? Are there any minimum requirements for the privileges that the &#8220;superuser&#8221; should have?</p>
<p>Thanks.</p>
<p>Ale</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pie</title>
		<link>http://wordofpie.com/2008/04/06/ecm-design-patterns/#comment-3394</link>
		<dc:creator><![CDATA[Pie]]></dc:creator>
		<pubDate>Thu, 31 Jul 2008 16:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://wordofpie.wordpress.com/2008/04/06/ecm-design-patterns/#comment-3394</guid>
		<description><![CDATA[Niall, to my knowledge, there aren&#039;t any other options coming in D6.5.

I do like your approach with dm_checkpassword, though speed may be a concern.  The Generated Credential Authentication works well, especially when you properly configure session pooling.

Good luck.

-Pie]]></description>
		<content:encoded><![CDATA[<p>Niall, to my knowledge, there aren&#8217;t any other options coming in D6.5.</p>
<p>I do like your approach with dm_checkpassword, though speed may be a concern.  The Generated Credential Authentication works well, especially when you properly configure session pooling.</p>
<p>Good luck.</p>
<p>-Pie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niall</title>
		<link>http://wordofpie.com/2008/04/06/ecm-design-patterns/#comment-3393</link>
		<dc:creator><![CDATA[Niall]]></dc:creator>
		<pubDate>Thu, 31 Jul 2008 13:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://wordofpie.wordpress.com/2008/04/06/ecm-design-patterns/#comment-3393</guid>
		<description><![CDATA[I&#039;m feeling adventurous and need to integrate Pega with Documentum using DFS.  I quite fancy using Generated Credential Authentication as my pattern.  I suppose I could use the same method as the WDK uses for it&#039;s TrustedAuthenticator.

The other approach I was considering was a custom dm_checkpassword with a secure time-boxed key in the password that can be generated by Pega and decrypted and validated by Documentum.

All sounds a bit painful.  Are there any better options - I wonder - coming in 6.5 (hopefully released today).  I will have a delve later and see.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m feeling adventurous and need to integrate Pega with Documentum using DFS.  I quite fancy using Generated Credential Authentication as my pattern.  I suppose I could use the same method as the WDK uses for it&#8217;s TrustedAuthenticator.</p>
<p>The other approach I was considering was a custom dm_checkpassword with a secure time-boxed key in the password that can be generated by Pega and decrypted and validated by Documentum.</p>
<p>All sounds a bit painful.  Are there any better options &#8211; I wonder &#8211; coming in 6.5 (hopefully released today).  I will have a delve later and see.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

