<?xml version="1.0"?>

<rss version="2.0">
  <channel>
    <title>Johannes Ernst's Blog   </title>
    <link>http://netmesh.info/jernst</link>
    <description>The Rise of the Empowered Individual on the Network; Social Computing and the Inter-personal Enterprise; User-centric Digital Identity ; OpenID ; Situational Computing; Web 2.0; Business and Technology, and probably many other things.</description>
    <language>en-us</language>
    <copyright>Copyright 2003-2006, Johannes Ernst</copyright>
    <generator>blosxom/2.0</generator>
<!-- This makes some feed parsers choke, but is much better than e-mail!
    <managingEditor>http://netmesh.info/jernst</managingEditor>
  -->

   <item>
    <title>A Big OpenID Relying Party: Orange</title>
    <link>http://netmesh.info/jernst/Comments/orange-openid-rp.html?version=200807222036</link>
    <pubDate>Tue, 22 Jul 2008 20:36:00 PDT</pubDate>
    <guid>http://netmesh.info/jernst/Comments/orange-openid-rp.html</guid>
    <description>
&lt;p&gt;Ariel Gordon, in charge of everything identity at France Telecom / Orange, tells
   me that &lt;a href=&quot;http://orange.fr/&quot;&gt;Orange.fr&lt;/a&gt;, their portal, is now
   &lt;a href=&quot;http://openid.net/&quot;&gt;OpenID&lt;/a&gt;-enabled.&lt;/p&gt;
&lt;p&gt;This must be one of the largest OpenID Relying Parties so far. Congratulations,
   Ariel!&lt;/p&gt;
&lt;div class="towritebacks">
  [&lt;a href="http://netmesh.info/jernst/Comments/orange-openid-rp.html">permanent link&lt;/a>]</description>
   </item>
   <item>
    <title>MySpace and OpenID?</title>
    <link>http://netmesh.info/jernst/Digital_Identity/myspace-openid-techcrunch.html?version=200807211655</link>
    <pubDate>Mon, 21 Jul 2008 16:55:00 PDT</pubDate>
    <guid>http://netmesh.info/jernst/Digital_Identity/myspace-openid-techcrunch.html</guid>
    <description>
&lt;p&gt;Techcrunch: &lt;a href=&quot;http://www.techcrunch.com/2008/07/21/myspace-to-join-openid-bringing-total-enabled-accounts-to-over-a-half-billion/&quot;&gt;MySpace
To Join OpenID, Bringing Total Enabled Accounts to Over A Half Billion&lt;/a&gt;.&lt;/p&gt;

&lt;div class="towritebacks">
  [&lt;a href="http://netmesh.info/jernst/Digital_Identity/myspace-openid-techcrunch.html">permanent link&lt;/a>]</description>
   </item>
   <item>
    <title>What's Next For OpenID?</title>
    <link>http://netmesh.info/jernst/Digital_Identity/openid-whats-next-200807.html?version=200807171318</link>
    <pubDate>Thu, 17 Jul 2008 13:18:00 PDT</pubDate>
    <guid>http://netmesh.info/jernst/Digital_Identity/openid-whats-next-200807.html</guid>
    <description>
&lt;p&gt;While &lt;a href=&quot;http://openid.net/&quot;&gt;OpenID&lt;/a&gt; 2.0 has certainly been a big step forward, it's clear that
   much technical work remains to be done to make OpenID as useful and as
   broadly applicable as possible. (And don't get me started on how much marketing
   work needs to be done...)&lt;/p&gt;
&lt;p&gt;Here's my list of what I'd like to see us in the OpenID community work on
   from now through 2009. We don't need to do all of it at once of course.
   I'm blogging this so I can get some feedback ...
&lt;p&gt;Note: I do not know how to solve all of them, but then, that's what we have the
   brainy OpenID community for ;-)&lt;/p&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;b&gt;Sessions.&lt;/b&gt; If I'm authenticated at 1 OP and 5 RPs, all 6 of them are attempting
     to figure out independently from each other whether or not I'm still at my PC,
     and when they should expire their session cookies and challenge me again. It
     would be more user-friendly, and more secure, if they could somehow figure this
     out together. For example, RP 3 should be able to ask the OP &amp;quot;My user has not
     done anything in his session in the last 15 minutes, any indication that he's still
     at this PC?&amp;quot; and the OP should be able to answer &amp;quot;He's been continually
     using RP 5, with less than 10 seconds between page views ever since,
     so you can keep your session open.&amp;quot;
     Perhaps single-sign-out also falls into this category.&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;OP-initiated SSO&lt;/b&gt;. In &lt;http://lid.netmesh.org/&quot;&gt;LID&lt;/a&gt;, it's very easy to put
     a HREF together that, when clicked on,
     sends the user's browser to a site and authenticates them, zero user input and
     zero redirects required. In OpenID Authentication 1 and 2, that's much harder to do
     and might not work in the general case. Let's fix this: SSO-enabled bookmarks are
     really useful.&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;Browser functionality.&lt;/b&gt; The Mozilla guys always wanted to hear from us in the
     OpenID community how to best add native OpenID support into the browser. What
     about we show them, preferably with working code?&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;RP requests for particular credential types.&lt;/b&gt; A range of OPs now has more than
     one credential type they support, sometimes as multiple factors to be used
     together. It would be nice if not only the OP could tell the RP what credential
     type was used, but also let the RP ask the OP for a particular credential type.
     This is one of the use cases in the
     &lt;a href=&quot;http://openid.net/specs/openid-provider-authentication-policy-extension-1_0-02.html&quot;&gt;PAPE draft&lt;/a&gt;,
     so perhaps all we need to do is get it finished.&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;Distributed QA.&lt;/b&gt; We need much better processes for letting our users tell us
     that the combination of OP X and RP Y somewhere on the net does not work on Tuesday. And then we need
     a process that makes sure X and Y fix it within our lifetimes. Even better,
     a real interop setup that runs once a night or something like that and tests
     &amp;quot;everybody&amp;quot; on the net who does OpenID.&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;Yadis / XRDS-Simple harmonization.&lt;/b&gt; Why XRDS-Simple was never simply a
     revision 2 of the Yadis spec, I'll never understand. But regardless, going forward
     we need one document, not two.&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;Something interesting with Attribute Exchange.&lt;/b&gt; I don't know what it would
     be, but there must be some interesting application scenarios? Right now we have this
     largely unused spec on our books. What do we need to do to make it used more/more useful?&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;Security.&lt;/b&gt; We need to take a good look at whether we can turn some of the
     SHOULDs into MUSTs in the specs and thus get more secure.&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;Non-repudiation.&lt;/b&gt; As the secret is symmetric in OpenID Authentication, OP and
     RP cannot prove to a third party whether the OP or the RP pretended that an
     authentication transaction took place (or not). It would be good if that could
     be unambiguously decided. For example, in LID, a time-stamped GPG-signed transaction
     can only have been created by the IdP, as only it has access to the private key.
     Can we have similar functionality for OpenID? This would raise the comfort level of
     commercial implementors as they could prove liability much more easily in court.&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;Account recovery.&lt;/b&gt; If I create an account at some site S using OpenID X, but I later lose
     OpenID X (e.g. because I change jobs, because the provider went out of business,
     because I got kicked off the service, whatever), I can't access my account at site S
     any more. That's a non-starter and needs to be solved.&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;Mobile user experience.&lt;/b&gt; Need I say more?&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;Personal activity tracking.&lt;/b&gt; If I do 5 things at 5 different sites, but using
     the same OpenID, it should be possible for some piece of software to recognize that
     and give me some kind of aggregated view. (This use case is for me, as the owner of
     the identity, but one can come up with similar use cases for other people.) For example,
     that could give me the &amp;quot;year-end statement&amp;quot; of all the content I authored
     all over the web with the same OpenID.&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;Advertising preferences.&lt;/b&gt; Let's say I'm in the market for a new bicycle but
     not a new car. Is there some way I could express that preference on my OP, and
     all RPs where I use the identity could realize that they waste their money showing
     me car ads, but that I'd love to see bicycle ones instead?&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;Electronic vouchers.&lt;/b&gt; Why can't a site A give me an electronic voucher for
     something that I then can use at site B? Like the coupons that I get at the grocery-store
     checkout (in the US): &amp;quot;you just bought a flash light, here is a 10 percent off
     coupon for batteries.&amp;quot; It might be almost as easy as agreeing on a particular field
     in attribute exchange. These are the kinds of use cases that could unlock a lot of investment
     money into OpenID ...&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;Non-browser login.&lt;/b&gt; OpenID Authentication makes the assumption that the user's
     software is a web browser. It's hard to do OpenID from other types of software (e.g.
     RSS readers, word processors, ssh...) but it would be good if one could do it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What's your list?&lt;/p&gt;
&lt;p&gt;&lt;i&gt;Update 13:18:&lt;/i&gt; &lt;tt&gt;http://mylid.net/mglcel&lt;/tt&gt; suggests: &amp;quot;What about social networks
   storage on OpenID?&amp;quot; Sounds like a good idea, but perhaps a bit difficult
   politically. That shouldn't keep us from working on it, though.&lt;/p&gt;
&lt;div class="towritebacks">
  [&lt;a href="http://netmesh.info/jernst/Digital_Identity/openid-whats-next-200807.html">permanent link&lt;/a>]</description>
   </item>
   <item>
    <title>Congrats Marc</title>
    <link>http://netmesh.info/jernst/Comments/congrats-marc-canter-bell-canada.html?version=200805211712</link>
    <pubDate>Wed, 21 May 2008 17:12:00 PDT</pubDate>
    <guid>http://netmesh.info/jernst/Comments/congrats-marc-canter-bell-canada.html</guid>
    <description>
&lt;p&gt;... for landing and
   &lt;a href=&quot;http://blog.broadbandmechanics.com/2008/05/bell-video-store-bring-social-to-canadians&quot;&gt;deploying&lt;/a&gt;
   Bell Canada as a customer for his social networking software.&lt;/p&gt;
&lt;p&gt;Instead of just competing with &lt;a href=&quot;http://ning.com/&quot;&gt;Ning&lt;/a&gt;, it looks
   like he's setting his sights higher on Google, Facebook and the like. Takes guts.
   Congratulations!&lt;/p&gt;
   
&lt;div class="towritebacks">
  [&lt;a href="http://netmesh.info/jernst/Comments/congrats-marc-canter-bell-canada.html">permanent link&lt;/a>]</description>
   </item>
   <item>
    <title>Brad Templeton / EFF: &quot;OpenID Is Evil&quot;</title>
    <link>http://netmesh.info/jernst/Comments/brad-templeton-openid-evil.html?version=200805131611</link>
    <pubDate>Tue, 13 May 2008 16:11:00 PDT</pubDate>
    <guid>http://netmesh.info/jernst/Comments/brad-templeton-openid-evil.html</guid>
    <description>
&lt;p&gt;Caught your attention? ;-) I think that's why he chose this title.&lt;/p&gt;
&lt;p&gt;I just attentended a talk with that title at &lt;a href=&quot;http://iiw.idcommons.net/&quot;&gt;IIW&lt;/a&gt;
   by &lt;a href=&quot;http://www.templetons.com/brad/&quot;&gt;Brad Templeton&lt;/a&gt;, who is
   the chair of the board of the &lt;a href=&quot;http://www.eff.org/&quot;&gt;Electronic
   Frontier Foundation&lt;/a&gt; and as such pretty influential. He wasn't actually talking about
   &lt;a href=&quot;http://openid.net/&quot;&gt;OpenID&lt;/a&gt; itself, but about pretty much all
   technologies that make it easier for users to share identity information
   on-line. I think his core points are as follows:&lt;/p&gt;
&lt;ul&gt;
 &lt;li&gt;The easier it is for individuals to share identity information on-line,
     the more often it will done, and the more often sites will require it.
     As a result, more personal information will be shared, which is worrisome
     from a privacy perspective.&lt;/li&gt;
 &lt;li&gt;On one hand, user-centric idea is a great idea. On the other hand, it
     removes the ability of the users to negotiate with a similar clout as the
     service providers, and as a result we might actually get less privacy than
     in case of a more centralized system such Microsoft Passport, with could have
     benefited from the negotiation clout of a Microsoft. (He was clear that he
     was not advocating that, of course.)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;He was clear (after he had stated the title ... ;-)) that he wanted to be a
   contrarian with this talk, and that he consciously overstated his case. Primarily to
   make sure that we technologists building these technologies understand the
   unintended consequences.&lt;/p&gt;
&lt;p&gt;I think he's right about both points, but I also think that there are many
   counter-trends to that. For example, the easier it is to share information
   on-line, the less need there is for service providers to store the information,
   which leads to a net increase in data security (e.g. no backup tapes of my
   address can be stolen if the service provider does not store it because they
   know that I can very easily provide it again and thus they have the option not
   to store it.)&lt;/p&gt;
&lt;p&gt;Worth blogging and thinking about though ...&lt;/p&gt;
&lt;div class="towritebacks">
  [&lt;a href="http://netmesh.info/jernst/Comments/brad-templeton-openid-evil.html">permanent link&lt;/a>]</description>
   </item>
  </channel>
</rss>
