<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://www.majordojo.com/projects/FeedManager/atom.xsl" type="text/xsl" media="screen"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.majordojo.com/2007/02/preemptive-openid-authentication.php" />
  <link rel="self" type="application/atom+xml" href="http://www.majordojo.com/2007/02/preemptive-openid-authentication.php" />
  <id>tag:www.majordojo.com,2010://3/tag:www.majordojo.com,2007://3.2235-</id>
  <updated>2010-02-26T09:31:12Z</updated>
  <title>Comments for <![CDATA[Idea: &quot;Preemptive OpenID Authentication&quot;]]></title>
  <subtitle>A blog about Movable Type, technology, geek-dom, science-fiction and yes, sometimes my personal life.</subtitle>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.261</generator>
  <entry>
    <id>tag:www.majordojo.com,2007://3.2235</id>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2007/02/preemptive-openid-authentication.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.majordojo.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=2235" title="Idea: &quot;Preemptive OpenID Authentication&quot;" />
    <published>2007-02-25T17:05:13Z</published>
    <updated>2007-02-25T18:01:29Z</updated>
    <title>Idea: &quot;Preemptive OpenID Authentication&quot;</title>
    <summary>It is amazing how OpenID is really picking up steam. Just in the last 30 days Microsoft, AOL, and Digg have announced or deployed support for OpenID, a simple delegated authentication protocol invented by Six Apart. But my first reaction...</summary>
    <author>
      <name>Byrne</name>
      <uri>http://www.majordojo.com/</uri>
    </author>
    
    <category term="Technology" />
    
    <content type="html" xml:lang="en" xml:base="http://www.majordojo.com/">
      <![CDATA[<p>It is amazing how <a href="http://www.openid.net/">OpenID</a> is really <a href="http://www.sixapart.com/about/news/2006/12/openids_growing.html">picking up steam</a>. Just in the last 30 days <a href="http://www.majordojo.com/technology/microsoft_to_support_openid.php">Microsoft</a>, <a href="http://journals.aol.com/panzerjohn/abstractioneer/entries/2007/02/15/aol-and-openid-where-we-are/1406">AOL</a>, and <a href="http://news.google.com/news/url?sa=t&amp;ct=us/2-0&amp;fp=45e187363d5ae55b&amp;ei=qsjhRaDBJZLQqQOzrJEa&amp;url=http%3A//radar.oreilly.com/archives/2007/02/digg_will_suppo.html&amp;cid=0">Digg</a> have announced or deployed support for OpenID, a simple delegated authentication protocol invented by <a href="http://www.sixapart.com/">Six Apart</a>.</p>

<p>But my first reaction when AOL announced support for OpenID was, </p>

<blockquote>Awesome, that's 63 million users... that don't understand OpenID!</blockquote>

<p>I was being cynical of course, because in reality making OpenID ubiquitous is a major milestone in making it accessible to the market. </p>

<p>But adoption by service providers does not necessarily translate to adoption by consumers. I am constantly <a href="http://www.majordojo.com/technology/what_openid_needs.php">looking for ways to make OpenID easier to grok</a> by, for example, my mother. If she can use it without me having to explain anything to her, then we seriously have gotten somewhere.</p>

<p>One idea was <a href="http://www.majordojo.com/technology/spec_love_for_an_idea.php">using email addresses</a> as a mechanism for looking up an OpenID. I like the idea, but <a href="http://www.majordojo.com/technology/feedback_for_openidns.php">it is not without some problems</a>.</p>

<p>But what if I am going about OpenID the wrong way? Let's look at this from a user's perspective. What experience can I offer my Mom such that she could go through OpenID simply and <strong>without explanation</strong>? In my mind, here is the ideal experience for her:</p>

<ol>
<li>My mom visits <a href="http://www.majordojo.com">http://www.majordojo.com</a> to comment on <a href="http://www.majordojo.com/its_funny_laugh/middle_ages_tech_support.php">my latest post</a> to say how <a href="http://www.majordojo.com/archives/its_funny_laugh/">funny</a> it is.</li>
<li>She sees a prompt: "Login to Vox to comment on majordojo" (where she already has an account - because that is where I <a href="http://www.sixapart.com/vox/tour/privacy.html">post private photos to my family and friends</a>)</li>
<li>She clicks the link and is taken to <a href="http://www.vox.com/">Vox</a>.</li>
<li>Vox prompts her to enter her login (her email) and her password.</li>
<li>Vox validates the information she entered and redirects her back to majordojo.</li>
<li>My mom, now having authenticated, leaves a comment on majordojo.</li>
</ol>

<p>fin.</p>

<p>So is this experience possible? I think so. Here is how this would work on the back-end:</p>

<ol>
<li>The OpenID client is instructed to authenticate "preemptively" at a URL.</li>
<li>The client redirects the user to that URL/OpenID Server.</li>
<li>The user authenticates at the OpenID Server.</li>
<li>The server returns to the OpenID client the authenticated user's OpenID URL.</li>
<li><em>At this point the regular OpenID protocol takes over.</em></li>
<li>The OpenID client is redirected to the designated OpenID URL.</li>
<li>The OpenID client looks up the OpenID Server and redirects the user to that URL.</li>
<li>Because the user is already logged in to that URL (they logged in at step #3 above), the OpenID Server simply returns the user to the originated URL where all of this began.</li>
</ol>

<p>Granted this flow is optimal for hosted service providers like <a href="http://www.vox.com">Vox</a>, <a href="http://www.TypeKey.com">TypeKey</a>, <a href="http://www.LiveJournal.com">LiveJournal</a>, <a href="http://www.digg.com">Digg</a> and <a href="http://www.aol.com">AOL</a>, etc, because the URL to which the user authenticates is fixed. <a href="http://www.sixapart.com/movabletype/">Movable Type</a> blogs for example all live at different URLs, so this experience could not be replicated so easily, but it is possible in a slightly modified form.</p>

<p>In summary, it would be easy for us to proclaim victory with OpenID, but that would be premature. Until we can make OpenID an idea even laggards understand, then OpenID will remain a protocol for the technical elite and adoption by all the services in the world won't make a difference.</p>
]]>
      

    </content>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2007://3.2235-comment:55197</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2007://3.2235" type="text/html" href="http://www.majordojo.com/2007/02/preemptive-openid-authentication.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2007/02/preemptive-openid-authentication.php#c55197" />
    <title>Comment from Nei on 2007-02-27</title>
    <author>
        <name>Nei</name>
<!--        <uri>http://anti.teamidiot.de</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://anti.teamidiot.de">
	<![CDATA[<p>I don't think you need to invent another protocol for this to work. It is quite sufficient if the service in question allows you to log in immediately if you aren't already. TypeKey does this, LiveJournal doesn't.</p>
]]>
    </content>
    <published>2007-02-27T17:47:54Z</published>
    <updated>2007-02-27T17:47:54Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2007://3.2235-comment:55198</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2007://3.2235" type="text/html" href="http://www.majordojo.com/2007/02/preemptive-openid-authentication.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2007/02/preemptive-openid-authentication.php#c55198" />
    <title>Comment from Byrne Reese on 2007-02-27</title>
    <author>
        <name>Byrne Reese</name>
<!--         -->
    </author>
    <content type="html" xml:lang="en" xml:base="">
	<![CDATA[<p>I think you are missing the objective or problem that is being solved. That vast majority of people don't know what their OpenID is, or what it even looks like. Requiring them to enter their OpenID then presents a huge problem, because they don't know what to do.</p>

<p>Many technically minded folks say to this, "well educate them damn it!" But the reality is that this is far more difficult than that. People don't want to have to <em>think</em> when they are browsing and commenting.</p>

<p>So this model helps fit into a pre-existing mental model and removes the requirement for them to know what an OpenID is. OpenID is a great protocol, but it really is a less ideal user experience.</p>

<p>And <em>that</em> is what I am trying to address.</p>
]]>
    </content>
    <published>2007-02-27T20:24:42Z</published>
    <updated>2007-02-27T20:24:42Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2007://3.2235-comment:55204</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2007://3.2235" type="text/html" href="http://www.majordojo.com/2007/02/preemptive-openid-authentication.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2007/02/preemptive-openid-authentication.php#c55204" />
    <title>Comment from Nei on 2007-02-27</title>
    <author>
        <name>Nei</name>
<!--        <uri>http://anti.teamidiot.de</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://anti.teamidiot.de">
	<![CDATA[<p>There <i>are</i> ways to improve OpenID usuability that you can exercise on your own without having to change the protocol. I'm not sure if i is enough, but it is a start.
And I like to start at a point where I can start, rather than telling others to do something.
See my URL for an example of how it could be done.
(At the time of writing, unfortunately our application server is unreachable so you cannot actually try it live, but I think you'll get the idea how it works.)</p>
]]>
    </content>
    <published>2007-02-28T00:38:07Z</published>
    <updated>2007-02-28T00:38:07Z</updated>
  </entry>

</feed>

