<?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: The Killer App for OpenID</title>
	<atom:link href="http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/</link>
	<description>Insight and Analysis from North of the Border</description>
	<lastBuildDate>Sat, 20 Mar 2010 13:09:29 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Killer App for OpenID &#171; OpenID with Strong Authentication</title>
		<link>http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/comment-page-1/#comment-46486</link>
		<dc:creator>Killer App for OpenID &#171; OpenID with Strong Authentication</dc:creator>
		<pubDate>Sun, 17 Feb 2008 23:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/#comment-46486</guid>
		<description>[...] social networking by stevepepple on February 17th, 2008   There&#8217;s an interesting discussion on Mark Evan&#8217;s blog about the potential of a killer application for OpenID:  One of the biggest challenges facing [...]</description>
		<content:encoded><![CDATA[<p>[...] social networking by stevepepple on February 17th, 2008   There&#8217;s an interesting discussion on Mark Evan&#8217;s blog about the potential of a killer application for OpenID:  One of the biggest challenges facing [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve pepple</title>
		<link>http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/comment-page-1/#comment-46483</link>
		<dc:creator>steve pepple</dc:creator>
		<pubDate>Sun, 17 Feb 2008 23:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/#comment-46483</guid>
		<description>Ken makes a good point that if a central OpenID username/password is compromised to an attacker, the attacker gain access to all of that user&#039;s accounts. 

The team I work with has been working to solve this problem. Our implementation of OpenID binds a users openID to a security device, like a smart card or USB token, &lt;a href=&quot;http://openid.trustbearer.com&quot; rel=&quot;nofollow&quot;&gt;TrustBearer OpenID&lt;/a&gt;. So this removes the need for username/password altogether and improves account security.</description>
		<content:encoded><![CDATA[<p>Ken makes a good point that if a central OpenID username/password is compromised to an attacker, the attacker gain access to all of that user&#8217;s accounts. </p>
<p>The team I work with has been working to solve this problem. Our implementation of OpenID binds a users openID to a security device, like a smart card or USB token, <a href="http://openid.trustbearer.com" rel="nofollow">TrustBearer OpenID</a>. So this removes the need for username/password altogether and improves account security.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Evans</title>
		<link>http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/comment-page-1/#comment-46187</link>
		<dc:creator>Mark Evans</dc:creator>
		<pubDate>Sat, 16 Feb 2008 11:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/#comment-46187</guid>
		<description>Aswath,

I&#039;ll check out OAuth. Thanks, Mark</description>
		<content:encoded><![CDATA[<p>Aswath,</p>
<p>I&#8217;ll check out OAuth. Thanks, Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ProjectX Blog &#187; Blog Archive &#187; Digest - Xlinks 16/2/08</title>
		<link>http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/comment-page-1/#comment-46098</link>
		<dc:creator>ProjectX Blog &#187; Blog Archive &#187; Digest - Xlinks 16/2/08</dc:creator>
		<pubDate>Sat, 16 Feb 2008 00:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/#comment-46098</guid>
		<description>[...] The Killer App for Open Id Added on 02/16/2008 at 12:48PM The Killer App for Open Id [...]</description>
		<content:encoded><![CDATA[<p>[...] The Killer App for Open Id Added on 02/16/2008 at 12:48PM The Killer App for Open Id [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aswath Rao</title>
		<link>http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/comment-page-1/#comment-46096</link>
		<dc:creator>Aswath Rao</dc:creator>
		<pubDate>Fri, 15 Feb 2008 23:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/#comment-46096</guid>
		<description>For the application you are thinking of, what we should consider is OAuth (oauth.net) and not OpenID. Even though OpenID allows one to have a single &quot;username&quot; and &quot;password&quot; across multiple sites, you end up sharing the credential information potentially compromising security. On the other hand OAuth allows a user to get a more restrictive permission token from the contributing site and pass it on to the consuming site. The restriction could be on the scope of access and/or duration of validity etc. Additionally, use of OAuth does not require use of OpenID and so can be used immediately. You can read an explanation of OAuth from users&#039; perspective at http://www.hueniverse.com/hueniverse/2007/10/oauth-end-user-.html</description>
		<content:encoded><![CDATA[<p>For the application you are thinking of, what we should consider is OAuth (oauth.net) and not OpenID. Even though OpenID allows one to have a single &#8220;username&#8221; and &#8220;password&#8221; across multiple sites, you end up sharing the credential information potentially compromising security. On the other hand OAuth allows a user to get a more restrictive permission token from the contributing site and pass it on to the consuming site. The restriction could be on the scope of access and/or duration of validity etc. Additionally, use of OAuth does not require use of OpenID and so can be used immediately. You can read an explanation of OAuth from users&#8217; perspective at <a href="http://www.hueniverse.com/hueniverse/2007/10/oauth-end-user-.html" rel="nofollow">http://www.hueniverse.com/hueniverse/2007/10/oauth-end-user-.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Evans</title>
		<link>http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/comment-page-1/#comment-46045</link>
		<dc:creator>Mark Evans</dc:creator>
		<pubDate>Fri, 15 Feb 2008 17:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/#comment-46045</guid>
		<description>Guy:

Glad you like the idea. :)

To be honest, OpenID continues to struggle partly because it&#039;s not even offered as an option many places, although that may be changing as companies such as Yahoo get on board. If people get exposed to it, try it and use it, then there will be a bigger community that can, hopefully, improve OpenID.</description>
		<content:encoded><![CDATA[<p>Guy:</p>
<p>Glad you like the idea. <img src='http://www.markevanstech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>To be honest, OpenID continues to struggle partly because it&#8217;s not even offered as an option many places, although that may be changing as companies such as Yahoo get on board. If people get exposed to it, try it and use it, then there will be a bigger community that can, hopefully, improve OpenID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Goldstein (PageOnce)</title>
		<link>http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/comment-page-1/#comment-46044</link>
		<dc:creator>Guy Goldstein (PageOnce)</dc:creator>
		<pubDate>Fri, 15 Feb 2008 17:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/#comment-46044</guid>
		<description>Integrating the OpenID to PageOnce is a great idea.
And adding a way to view your information for websites which support OpenID authentication instead of username and password is on our roadmap</description>
		<content:encoded><![CDATA[<p>Integrating the OpenID to PageOnce is a great idea.<br />
And adding a way to view your information for websites which support OpenID authentication instead of username and password is on our roadmap</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Evans</title>
		<link>http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/comment-page-1/#comment-46022</link>
		<dc:creator>Mark Evans</dc:creator>
		<pubDate>Fri, 15 Feb 2008 15:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/#comment-46022</guid>
		<description>Darren:

Guilty as charged! Good points on both fronts.

Mark</description>
		<content:encoded><![CDATA[<p>Darren:</p>
<p>Guilty as charged! Good points on both fronts.</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Barefoot</title>
		<link>http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/comment-page-1/#comment-46020</link>
		<dc:creator>Darren Barefoot</dc:creator>
		<pubDate>Fri, 15 Feb 2008 15:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/#comment-46020</guid>
		<description>You make an assumption in the first paragraph--&quot;most people don’t see it as a huge issue&quot;--that needs more attention. First, have you got any proof?

More importantly, even if people don&#039;t perceive it as a &#039;huge issue&#039;, that doesn&#039;t meant that it&#039;s not a problem worth solving.</description>
		<content:encoded><![CDATA[<p>You make an assumption in the first paragraph&#8211;&#8221;most people don’t see it as a huge issue&#8221;&#8211;that needs more attention. First, have you got any proof?</p>
<p>More importantly, even if people don&#8217;t perceive it as a &#8216;huge issue&#8217;, that doesn&#8217;t meant that it&#8217;s not a problem worth solving.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Dyck</title>
		<link>http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/comment-page-1/#comment-45994</link>
		<dc:creator>Ken Dyck</dc:creator>
		<pubDate>Fri, 15 Feb 2008 13:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.markevanstech.com/2008/02/15/the-killer-app-for-openid/#comment-45994</guid>
		<description>It seems to me that OpenID suffers from even greater security risks than PageOnce does. Once somebody cracks your OpenID password, they have access to every website that supports it, even ones that you might have never visited.</description>
		<content:encoded><![CDATA[<p>It seems to me that OpenID suffers from even greater security risks than PageOnce does. Once somebody cracks your OpenID password, they have access to every website that supports it, even ones that you might have never visited.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
