<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: bbauth</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/bbauth.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2008-01-07T23:33:39+00:00</updated><author><name>Simon Willison</name></author><entry><title>Yahoo!, Flickr, OpenID and Identity Projection</title><link href="https://simonwillison.net/2008/Jan/7/projection/#atom-tag" rel="alternate"/><published>2008-01-07T23:33:39+00:00</published><updated>2008-01-07T23:33:39+00:00</updated><id>https://simonwillison.net/2008/Jan/7/projection/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;a href="http://www.readwriteweb.com/archives/flickr_to_authenticate_openid.php"&gt;Via ReadWriteWeb&lt;/a&gt;, view source on &lt;a href="http://www.flickr.com/photos/simon/"&gt;a Flickr photostream page&lt;/a&gt; and search for "openid" and you'll be rewarded with the following snippet:&lt;/p&gt;

&lt;pre&gt;&lt;code class="html"&gt;&amp;lt;link rel="openid2.provider"
  href="https://open.login.yahooapis.com/openid/op/auth" /&amp;gt;&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Which means that Flickr pages will very soon be able to act as &lt;a href="http://openid.net/"&gt;OpenIDs&lt;/a&gt;. The provider isn't up and running just yet though; try authenticating with your Flickr OpenID on &lt;a href="http://jyte.com/auth/login"&gt;Jyte.com&lt;/a&gt; and you'll get the following message:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;
Hey there! You have stopped by a bit sooner than we had expected. This feature is still being tested, so please check back in a few days.
&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;The URL of the server is interesting as well: it suggests that Yahoo!'s OpenID support is designed from the start to apply to more than just Flickr. I wouldn't be at all surprised to see similar links start to crop up on all kinds of other Yahoo! properties - anything that has a page which can be considered to represent a user account. This would make a lot of sense, because &lt;strong&gt;OpenID is good for more than just authentication&lt;/strong&gt;. The OpenID protocol allows a user to assert ownership of a URL. This can be used for SSO-style authentication, but it can also be used to prove ownership of a specific account to some other service, a concept I've been calling &lt;em&gt;identity projection&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;If users can easily project their Flickr, Upcoming or del.icio.us identities to other sites, developers can start to build all kinds of neat things. Mashups for one get a whole lot more interesting when new users can easily bring their existing profiles from other sites with them. With any luck we'll see Yahoo! start to adopt &lt;a href="http://oauth.net/"&gt;OAuth&lt;/a&gt; for authenticated API calls (which is itself based in part on the &lt;a href="http://www.flickr.com/services/api/auth.spec.html"&gt;Flickr auth API&lt;/a&gt;) in the not too distant future, opening up even more possibilities.&lt;/p&gt;

&lt;p&gt;A common misconception about OpenID is that it's only really useful if users stick to using one identity. I'd be happy to see every one of my online profiles acting as an OpenID, not for SSO authentication (I'll pick one "primary" OpenID to use for that) but so that I can selectively cross-pollinate some of my profiles to new services.&lt;/p&gt;

&lt;p&gt;Back to Yahoo!, another interesting new URL is &lt;a href="https://me.yahoo.com/"&gt;https://me.yahoo.com/&lt;/a&gt;. Again, there's not much to see at the moment but it looks to me like this will become an endpoint for OpenID 2 directed identity. James Henstridge &lt;a href="http://blogs.gnome.org/jamesh/2007/10/23/openid-20/"&gt;provides a useful explanation here&lt;/a&gt;, but the short version is that you'll be able to enter "me.yahoo.com" in to an OpenID field on a site and have Yahoo! pick an obfuscated, unique OpenID for your interactions with that site. This protects your privacy by preventing anyone from outside of Yahoo! from correlating your behaviour across multiple OpenID-enabled services, similar to how Yahoo!'s current &lt;a href="http://developer.yahoo.com/auth/"&gt;BBAuth API&lt;/a&gt; provides applications with an opaque hash rather than a user's Yahoo! screen name.&lt;/p&gt;

&lt;p&gt;It looks like Yahoo! will only be supporting OpenID 2 and won't provide a fallback for OpenID 1.x consumers. This means you won't be able to use your Flickr OpenID on many existing consumer sites (including this blog), at least until they get around to updating their libraries. I expect Yahoo!'s implementation to be a major influence in encouraging OpenID 2 adoption.&lt;/p&gt;

&lt;p&gt;It's three weeks short of a year since I &lt;a href="http://simonwillison.net/2007/Jan/27/idproxy/"&gt;launched idproxy.net&lt;/a&gt;, which provides Yahoo! account holders with a third-party OpenID via the BBAuth API. I couldn't be happier to see Yahoo! taking steps towards cutting out the middle man.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/bbauth"&gt;bbauth&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/flickr"&gt;flickr&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/identityprojection"&gt;identityprojection&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/oauth"&gt;oauth&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/openid"&gt;openid&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/openid2"&gt;openid2&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/yahoo"&gt;yahoo&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="bbauth"/><category term="flickr"/><category term="identityprojection"/><category term="oauth"/><category term="openid"/><category term="openid2"/><category term="yahoo"/></entry><entry><title>Menuism on Y! BBAuth</title><link href="https://simonwillison.net/2006/Oct/31/menuism/#atom-tag" rel="alternate"/><published>2006-10-31T16:51:17+00:00</published><updated>2006-10-31T16:51:17+00:00</updated><id>https://simonwillison.net/2006/Oct/31/menuism/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://menuism.wordpress.com/2006/10/31/use-the-yahoo-sign-in-to-join-its-easy-as-pie/"&gt;Menuism on Y! BBAuth&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
70% of new users chose to use their Yahoo! account rather than create a new one.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/bbauth"&gt;bbauth&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/menuism"&gt;menuism&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/yahoo"&gt;yahoo&lt;/a&gt;&lt;/p&gt;



</summary><category term="bbauth"/><category term="menuism"/><category term="yahoo"/></entry><entry><title>Yahoo! Browser-Based Authentication</title><link href="https://simonwillison.net/2006/Sep/29/yahoo/#atom-tag" rel="alternate"/><published>2006-09-29T19:21:12+00:00</published><updated>2006-09-29T19:21:12+00:00</updated><id>https://simonwillison.net/2006/Sep/29/yahoo/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://developer.yahoo.com/auth/"&gt;Yahoo! Browser-Based Authentication&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
This is a Really Big Deal. Yahoo! has over 200 million /active/ user accounts.

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="http://developer.yahoo.net/blog/archives/2006/09/our_users_can_b.html"&gt;Yahoo! Developer Network blog: Our Users Can Be Your Users Too&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/bbauth"&gt;bbauth&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/yahoo"&gt;yahoo&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ydn"&gt;ydn&lt;/a&gt;&lt;/p&gt;



</summary><category term="bbauth"/><category term="yahoo"/><category term="ydn"/></entry></feed>