<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>D&#039;Arcy Norman dot net &#187; myopenid</title>
	<atom:link href="http://www.darcynorman.net/tag/myopenid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net</link>
	<description>just a lowly edtech geek, mumble mumble university of calgary</description>
	<lastBuildDate>Sat, 20 Mar 2010 17:47:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OpenID Server</title>
		<link>http://www.darcynorman.net/2007/05/19/openid-server/</link>
		<comments>http://www.darcynorman.net/2007/05/19/openid-server/#comments</comments>
		<pubDate>Sun, 20 May 2007 03:26:58 +0000</pubDate>
		<dc:creator>dnorman</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[myopenid]]></category>
		<category><![CDATA[openid]]></category>

		<guid isPermaLink="false">http://www.darcynorman.net/2007/05/19/openid-server/</guid>
		<description><![CDATA[
OpenID appears to be gaining some momentum. It feels like the right approach to identity management &#8211; let individuals control their identity in a trusted way, rather than relying on federation through central brokers. Sun Microsystems just rolled out OpenID support for all of their employees. Stephen&#8217;s been talking about this kind of decentralized identity [...]]]></description>
			<content:encoded><![CDATA[<p></p><div><a href="http://openid.net"><img src="http://www.darcynorman.net/wp-content/uploads/2007/05/openid.png" alt="OpenID Logo" /></a></div>
<p><a href="http://openid.net/">OpenID</a> appears to be gaining some momentum. It feels like the right approach to identity management &#8211; let individuals control their identity in a trusted way, rather than relying on federation through central brokers. <a href="http://www.sun.com">Sun Microsystems</a> just <a href="http://www.tbray.org/ongoing/When/200x/2007/05/07/OpenID-at-Sun">rolled out OpenID support</a> for all of their employees. <a href="http://www.downes.ca">Stephen</a>&#8217;s been talking about this kind of decentralized identity management for years (and most recently <a href="http://www.downes.ca/cgi-bin/page.cgi?post=40214">just yesterday</a>).</p>
<p>But, it&#8217;s been a bit strange in that it hasn&#8217;t been very easy to run your own OpenID server. I mean, you could go through <a href="https://www.myopenid.com/">myopenid.com</a> to get a free hosted OpenID, but that&#8217;s just a federated, centrally hosted identity. No different than a Yahoo! or Google account. The power of OpenID is that you can/should run your own OpenID server, so you control it. It&#8217;s not a decentralized, individual identity management system if we still hand control over it to central services. We need to be running our own OpenID servers. Which means it needs to be easy to set up. Ideally one-click easy. It&#8217;s not quite there yet, but it&#8217;s getting closer.</p>
<p>I&#8217;d tried to install an OpenID server yesterday, and failed because <a href="http://www.dreamhost.com">DreamHost</a> doesn&#8217;t support the big math libraries needed for encryption, and the server I was trying didn&#8217;t fall back to &#8220;dumb&#8221; mode. But, I just installed <a href="http://siege.org/projects/phpMyID/">phpMyID</a> on my DreamHost account, and it worked flawlessly. It took maybe 10 minutes, including RTFMing. Now, I have my own OpenID server, which I control, living at <a href="http://openid.darcynorman.net">openid.darcynorman.net</a></p>
<p>Now, what does that get me? Initially, not much. All I&#8217;ve been able to do is authenticate on <a href="http://www.zooomr.com">Zooomr.com</a> using my own OpenID server as credentials. That&#8217;s pretty cool as a &#8220;hello, world!&#8221; test. And when OpenID support gets rolled into more services, I&#8217;m ready.</p>
<p><a href="http://www.dreamhost.com">DreamHost</a>, if you&#8217;re listening, this would be a great opportunity for a <a href="http://wiki.dreamhost.com/One_Click_Installs">One-Click Install</a> package. Rolling out OpenID server support for all of the 46 bajillion DreamHost customers would go a long way toward kickstarting OpenID adoption. I&#8217;d say Google should roll it out for GMail account holders, but again that kind of defeats the point of a decentralized identity management system, if we all use a central broker anyway&#8230;</p>
<p><strong>Update</strong>: Even cleaner, now. I&#8217;ve just added the <code>openid.server</code> and <code>openid.delegate</code> elements to the head of my blog, meaning I can just provide the url &#8220;<code>http://darcynorman.net</code>&#8221; as my identity in any OpenID-enabled software.</p>
<p><strong>Update 2</strong>: Yikes! I just went to enable HTTPS and certificate support on the <code>openid.darcynorman.net</code> domain, and it&#8217;d cost almost $250CDN per year to do that ($48US per year for static IP, $189US per year for the certificate via GeoTrust). There&#8217;s a minor flaw in the whole OpenID system &#8211; if the distributed servers aren&#8217;t trustworthy and secure, the system kind of falls over. An unsecured OpenID server is a bit of a magnet for packet sniffing usernames and passwords&#8230;</p>
<p><strong>Update, 33 1/3</strong>: I got nervous about not having a secure OpenID server, so reverted back to using MyOpenID.com. Yes, it&#8217;s a centrally hosted distributed identity provider, but it&#8217;s secure, and by using my own URL as a delegate I retain control (so if MyOpenID.com turns evil, I&#8217;m able to very easily switch to another provider, or run my own).</p>
<p>I also added the handy <a href="http://eran.sandler.co.il/openid-delegate-wordpress-plugin/">OpenID WordPress Delegate Plugin</a> to this blog, so it will automatically add my OpenID information without my having to remember to tweak the theme&#8217;s header.php file every time I update the theme&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darcynorman.net/2007/05/19/openid-server/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
