<?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>Mike Jones: self-issued &#187; JanRain</title>
	<atom:link href="http://self-issued.info/?feed=rss2&#038;cat=20" rel="self" type="application/rss+xml" />
	<link>http://self-issued.info</link>
	<description>Musings on Digital Identity</description>
	<lastBuildDate>Wed, 01 Sep 2010 00:29:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
	<url>http://self-issued.info/feed_header_image.png</url> 
	<title>Mike Jones: self-issued</title> 
	<link>http://self-issued.info</link> 
	<width>120</width> 
	<height>80</height> 
	</image>		<item>
		<title>An Experimental Identity Selector for OpenID</title>
		<link>http://self-issued.info/?p=235</link>
		<comments>http://self-issued.info/?p=235#comments</comments>
		<pubDate>Mon, 16 Nov 2009 11:10:11 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[JanRain]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Phishing Resistance]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=235</guid>
		<description><![CDATA[The OpenID community has been talking about the value that an optional active client could bring to OpenID for well over a year.  To concretely explore this possibility, as many of you know by now, a team at Microsoft built a prototype multi-protocol identity selector supporting OpenID, starting with CardSpace 2, which I and [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/images/openid-logo.png" alt="OpenID logo" /></span>The OpenID community has been talking about the value that an optional active client could bring to OpenID for well over a year.  To concretely explore this possibility, as many of you know by now, a team at Microsoft built a prototype multi-protocol identity selector supporting OpenID, starting with CardSpace 2, which I and others demonstrated at the <a href="http://openid.eventbrite.com/">OpenID Summit</a> and the <a href="http://www.internetidentityworkshop.com/">Internet Identity Workshop</a>.  We did this to stimulate discussion and engage the community about the value of adding active client support to OpenID.  And I’ll say up front that enormous thanks go to <a href="http://joseph.myplaxo.com/">Joseph Smarr at Plaxo</a>, the team at <a href="http://www.janrain.com/">JanRain</a>, and <a href="http://blog.nerdbank.net/">Andrew Arnott</a> for building demonstration relying parties that worked with the prototype, which made the demonstrations possible.</p>
<p>While you may have read about it <a href="http://www.identityblog.com/?p=1070">on Kim’s blog</a> and many of you were there in person, I wanted to capture screen shots from the demos to make them available, so those who weren’t there can join the discussion as well.  Plus, I’ve posted <a href="http://self-issued.info/presentations/An_Experimental_Active_Client_for_OpenID.pdf">the presentation that accompanied the demos</a>, rather than reproducing that content here.  Now, on to the demo, which closely follows the one actually given at the Summit…</p>
<p>&nbsp;</p>
<hr />
<strong><font size="4">Using a selector for the first time</font></strong></p>
<p>I start by demonstrating the user experience for a first-time selector user at a a selector-enabled OpenID relying party.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/Plaxo_signin.png" alt="Plaxo signin" /></span><br />
The first screen shot shows a standard Plaxo login screen, but augmented behind the covers to enable it to pass its OpenID authentication request parameters to an active client, if present.  I will click on the “Sign in with OpenID” button on the Plaxo signin page, invoking the selector.</p>
<p>In the prototype, selector-enabled relying parties use a variant of the Information Card object tag to communicate their request parameters to the selector.  The object tag parameters used on Plaxo’s RP page are:<br />
<code>&lt;object type="application/x-informationCard" id=infoCardObjectTag&gt;<br />
&lt;param name=protocol value="http://specs.openid.net/auth/2.0"/&gt;<br />
&lt;param name=tokenType value="http://specs.openid.net/auth/2.0"/&gt;<br />
&lt;param name=issuer value="Google.com/accounts/o8/id Yahoo.com myOpenID.com"/&gt;<br />
&lt;param name=issuerExclusive value=false/&gt;<br />
&lt;param name=OpenIDAuthParameters value=<br />
"openid.ns:http://specs.openid.net/auth/2.0<br />
openid.return_to:http://www.plaxo.com/openid?actionType=complete<br />
openid.realm:http://*.plaxo.com/<br />
openid.ns.sreg:http://openid.net/extensions/sreg/1.1<br />
openid.sreg.required:email<br />
openid.sreg.optional:fullname,nickname,dob,gender,postcode,country,language,timezone<br />
openid.sreg.policy_url:http://www.plaxo.com/about/privacy_policy<br />
"/&gt;<br />
&lt;/object&gt;<br />
</code></p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/Plaxo_empty_selector.png" alt="Plaxo empty selector" /></span><br />
Here I’ve clicked on the “Sign in with OpenID” button, invoking the selector.  (The “Google” and “Yahoo” buttons would have invoked the selector too.)  This shows the first-time selector user experience, where it isn’t yet remembering any OpenIDs for me.  The three OPs suggested by Plaxo – Google, Yahoo, and MyOpenID, are shown, as well as the option to type in a different OpenID.  I click on the Yahoo suggestion.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/Plaxo_Yahoo_first_time.png" alt="Plaxo Yahoo first time" /></span><br />
Clicking on Plaxo’s Yahoo suggestion resulted in a Yahoo OpenID card being made available for use.  Note that, by default, the selector will remember this card for me.  (Those of you who know OpenID well are probably thinking “Where did the selector get the Yahoo logo and friendly name string”?  For this prototype, they are baked into the selector.  Longer term, the right way is for the selector to retrieve these from the OP’s discovery document.  The OpenID UX working group is considering defining discovery syntax for doing just that.)</p>
<p>Once I’ve clicked “OK” to select the identity to use, the selector (not the RP) redirects the browser to the OP – in this case, to the Yahoo login page.  The selector’s work is done at this point.  The remainder of the protocol flow is standard OpenID 2.0.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/Yahoo_Plaxo_signin.png" alt="Yahoo Plaxo signin" /></span><br />
This is the standard Yahoo OpenID signin page, which the selector redirected the browser to after I choose to use the suggested Yahoo OpenID.  I sign into Yahoo.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/Yahoo_Plaxo_permission.png" alt="Yahoo Plaxo permission" /></span><br />
The signin page is followed by the standard Yahoo permissions page.  I click “Agree”.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/Plaxo_signed_in.png" alt="Plaxo signed in" /></span><br />
After logging with Yahoo, I’m redirected back to Plaxo.  Because I’d previously associated my Yahoo OpenID with my Plaxo account, I’m now logged into Plaxo.  My status “Michael is demonstrating an OpenID selector at the OpenID Summit”, which I updated live during the demo at the OpenID Summit, is shown.</p>
<p>&nbsp;</p>
<hr />
<strong><font size="4">Selector defaults to the OpenID last used at the site</font></strong></p>
<p>At this point in the demo, I’ve signed out of Plaxo and returned to the selector-enabled sign-in page.  After clicking “Sign in with OpenID” again, the selector reappears.</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/Plaxo_Yahoo_second_time.png" alt="Plaxo Yahoo second time" /></span><br />
This time, the selector has remembered the OpenID I last used at the site and tells me when I last used it there.  (This is one of the ways that a selector can help protect people from phishing.)  By default, the OpenID last used at a relying party is automatically selected – in this case, Yahoo.  I click “OK” to select it, with the rest of the flow again being the standard OpenID 2.0 flow.</p>
<p>&nbsp;</p>
<hr />
<strong><font size="4">Experience at a new RP plus a trusted OP experience</font></strong></p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/Interscope_homepage.png" alt="Interscope homepage" /></span><br />
<a href="http://www.janrain.com/">JanRain</a> selector-enabled several production sites, including interscope.com, uservoice.com, and pibb.com, which use JanRain’s hosted <a href="http://www.janrain.com/products/rpx">RPX service</a>.  This could be done with no impact on users without a selector by using JavaScript to detect whether a selector is present or not, and customizing the page accordingly.  The page above is the production Interscope Records page.  I click the OpenID button on the right under the “Join The Community” banner.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/Interscope_signon.png" alt="Interscope signon" /></span><br />
The OpenID button invokes the RPX “NASCAR” experience.  (Arguably, this page could be omitted from the experience if a selector is detected.)  I click the OpenID button on the “NASCAR” page.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/Interscope_Yahoo_never_used_here.png" alt="Interscope Yahoo never used here" /></span><br />
The selector is invoked by Interscope (really, by RPX) to let me choose an OpenID.  My Yahoo OpenID is shown and the “Never used here” tells me that I haven’t used it at this site before.  I could choose it by clicking OK or hitting Enter.  Instead, I click the “Other OpenIDs” button to explore other options.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/Interscope_other_OpenIDs.png" alt="Interscope other OpenIDs" /></span><br />
The “Other OpenIDs” tile shows me the OpenID providers suggested by Interscope – in this case, Flickr, Yahoo, and Google.  I click on the Google suggestion.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/Interscope_Google_first_time.png" alt="Interscope Google first time" /></span><br />
The selector has created a Google OpenID card for me to use.  It is marked “Verified” because it (like Yahoo) was on a whitelist in the selector and considered “safe” to use.  Of course, in production use, such a whitelist would have to be maintained by a neutral third party or parties and dynamically updated.  In the prototype, we hard-coded a few common providers so we could show a user experience that relies on a whitelist of OPs, to start the discussion about that possibility.  I hit Enter to use the new Google card at Interscope.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/Google_UniversalMusic_signin.png" alt="Google UniversalMusic signin" /></span><br />
Once I chose to use my Google card, the selector redirected me to Google’s signin page, with the actual RP for Interscope being signup.universalmusic.com.  I sign into Google.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/Google_UniversalMusic_permission.png" alt="Google UniversalMusic permission" /></span><br />
Following signin, Google asks me permission to release information to signup.universalmusic.com.  I allow it.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/Interscope_registration.png" alt="Interscope registration" /></span><br />
I’m redirected back to Interscope, which asked me to complete a sign-up process by supplying more information via a web form.</p>
<p>&nbsp;</p>
<hr />
<strong><font size="4">Selector remembering which OpenID&#8217;s you&#8217;ve used where</font></strong></p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/Interscope_Google_second_time.png" alt="Interscope Google second time" /></span><br />
When visiting Interscope again after having signed out, signing in with OpenID shows me that I last used my Google OpenID here.  For that reason, it’s selected as the default.  I can also see that I haven&#8217;t used my Yahoo OpenID here.</p>
<p>&nbsp;</p>
<hr />
<strong><font size="4">Trusted versus untrusted OpenIDs</font></strong></p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/test-id_signin.png" alt="test-id signin" /></span><br />
<a href="http://blog.nerdbank.net/">Andrew Arnott</a> created the first selector-enabled relying party site for us, which is shown above.  I click “Log in using your OpenID Selector”.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/test-id_Google_never_used_here.png" alt="test-id Google never used here" /></span><br />
Now I have both Yahoo and Google cards, but neither have been used at test-id.org.  I notice that I can get more details about my cards, and click “More details” on the Google card.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/test-id_Google_more_details.png" alt="test-id Google more details" /></span><br />
“More details” tells me where and when I used the card (signup.universalmusic.com), the discovered OpenID endpoint, and that this OpenID was on the selector’s whitelist.  I could now use either of these OpenIDs, but I select “Other OpenIDs” instead.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/test-id_other_OpenIDs.png" alt="test-id other OpenIDs" /></span><br />
The “Other OpenIDs” panel shows me OPs suggested by the site, as well as a dialog box to enter another OpenID.  I decide to enter my blog URL self-issued.info, which is also an OpenID.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/test-id_self-issued_being_entered.png" alt="test-id self-issued being entered" /></span><br />
Here I’m entering my blog URL self-issued.info into the selector.  I then click Verify or OK to have the selector perform discovery on the OpenID to add it as one of my choices.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/test-id_self-issued_not_verified.png" alt="test-id self-issued not verified" /></span><br />
Discovery has succeeded, but the OP my blog is delegated to, signon.com, is not on the selector’s whitelist.  Because it’s not, a warning shield is shown, rather than the OP logo.  I’ll also have to make an explicit decision to trust this OpenID provider before the selector will let me use it.  The same would have happened if I chose an OP suggested by the RP if the OP was not on the whitelist.  This is another aspect of the selector’s phishing protection.  I check the “Continue, I trust this provider” box.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/test-id_self-issued_trusted.png" alt="test-id self-issued trusted" /></span><br />
After checking the “Continue, I trust this provider” box, the warning shield is replaced by either the OP logo, if it can be discovered, or a generic OpenID logo, as in this case.  I click OK to use this OpenID.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/signon_test-id_signin.png" alt="signon test-id signin" /></span><br />
The selector follows my delegation link from self-issued.info and redirects me to signon.com.  (Ping, are you going to fix the signon.com UX issue above someday?)  I sign into signon.com.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/test-id_signed_in.png" alt="test-id signed in" /></span><br />
Having signed into my OpenID at signon.com, I’m redirected back to the test site, which received an authentication response from the OP.  I click “Reset test” to sign out, in preparation for another test.</p>
<p>&nbsp;</p>
<hr />
<strong><font size="4">More details</font></strong></p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/test-id_self-issued_second_time.png" alt="test-id self-issued second time" /></span><br />
Upon a second visit to test-id.org, the selector has remembered that I last used the OpenID self-issued.info, which is actually delegated to mbj.signon.com.  I click “More details” to learn more about this OpenID.</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/test-id_self-issued_more_details.png" alt="test-id self-issued more details" /></span><br />
“More details” tells me where and when I last used the OpenID and that the OpenID has been verified.  But unlike my Google OpenID, which was verified via the whitelist, I told the selector to trust this OpenID myself.</p>
<p>&nbsp;</p>
<hr />
<strong><font size="4">Delegation to a trusted OP</font></strong></p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/test-id_davidrecordon_being_entered.png" alt="test-id davidrecordon being entered" /></span><br />
At the OpenID Summit, people wanted to see the untrusted user experience again, so I entered an OpenID that I was sure wasn’t on our built-in whitelist – davidrecordon.com.  However, verifying the OpenID actually brought me and those in attendance a surprise…</p>
<p>&nbsp;</p>
<p><span class="plain"><img src="http://self-issued.info/images/OpenID_Selector/test-id_davidrecordon_verified.png" alt="test-id davidrecordon verified" /></span><br />
Because davidrecordon.com is delegated to myopenid.com, which is on the whitelist, it turns out that the prototype considered davidrecordon.com to be trusted as well.  Upon reflection, this is probably the right behavior, but I’d never seen it until giving the demo live.  (Great job, Oren!)  I tried factoryjoe.com next and got the same result.  Finally Will Norris helped me out by saying that willnorris.com isn’t delegated, so we got to see the untrusted user experience again.</p>
<p>&nbsp;</p>
<hr />
<strong><font size="4">Conclusion</font></strong></p>
<p>I’d like to thank Chuck Reeves and Oren Melzer for quickly building a killer prototype and to thank Ariel Gordon and Arun Nanda for helping design it, as well as others, both from Microsoft and other companies, who provided feedback that helped us fine-tune it as we built it.  See <a href="http://self-issued.info/presentations/An_Experimental_Active_Client_for_OpenID.pdf">the presentation</a> for a much more comprehensive list of thank-yous.</p>
<p>I’ll close by saying that in the OpenID v.Next planning meeting at IIW, there was an unopposed consensus that optional active client support should be included as a feature of v.Next.  Hopefully our demo, as well as those by others, including Markus Sabadello of <a href="http://www.eclipse.org/higgins/">Higgins</a>, helped the community decide that this is a good idea by enabling people to concretely experience the benefits that an active client can bring to OpenID.  If so, I’d call the experiment a success!</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=235</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>User-Centric Identity Interop at RSA in San Francisco</title>
		<link>http://self-issued.info/?p=68</link>
		<comments>http://self-issued.info/?p=68#comments</comments>
		<pubDate>Tue, 01 Apr 2008 16:25:32 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Bandit Project]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Higgins Project]]></category>
		<category><![CDATA[I-names]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[JanRain]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Pamela Project]]></category>
		<category><![CDATA[Phishing Resistance]]></category>
		<category><![CDATA[Shibboleth]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=68</guid>
		<description><![CDATA[33 Companies&#8230;
24 Projects&#8230;
57 Participants working together to build an interoperable user-centric identity layer for the Internet!
Come join us!
Tuesday and Wednesday, April 8 and 9 at RSA 2008, Moscone Center, San Francisco, California
Location:  Mezzanine Level Room 220
Interactive Working Sessions:  Tuesday and Wednesday, 11am &#8211; 4pm
Demonstrations: Tuesday and Wednesday, 4pm &#8211; 6pm
Reception: Wednesday, 4pm &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align:center"><strong>33 Companies&#8230;<br />
24 Projects&#8230;<br />
57 Participants working together to build an interoperable user-centric identity layer for the Internet!</strong></p>
<p style="text-align:center"><em><strong><a href="http://osis.idcommons.net/wiki/I3_User-Centric_Identity_Interop_through_RSA_2008">Come join us!</a></strong></em></p>
<p style="text-align:center">Tuesday and Wednesday, April 8 and 9 at RSA 2008, Moscone Center, San Francisco, California<br />
Location:  Mezzanine Level Room 220<br />
Interactive Working Sessions:  Tuesday and Wednesday, 11am &#8211; 4pm<br />
Demonstrations: Tuesday and Wednesday, 4pm &#8211; 6pm<br />
Reception: Wednesday, 4pm &#8211; 6pm</p>
<p style="text-align:center"><span class="plain"><img align="center" src="http://self-issued.info/images/RSA_2008_Interop_Participants.jpg" alt="Logos of RSA 2008 Interop Participants" /></span></p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=68</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Information Card Relying Party Software for Python</title>
		<link>http://self-issued.info/?p=56</link>
		<comments>http://self-issued.info/?p=56#comments</comments>
		<pubDate>Thu, 07 Feb 2008 09:40:21 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Bandit Project]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[JanRain]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=56</guid>
		<description><![CDATA[While you’ve seen posts about Information Card Relying Party code for lots of programming languages and environments here (ASP.Net, Ruby, Java, PHP, C) one language I haven’t posted about before is Python.  To make up for that, here’s information about two Python implementations.
Turns out that the Bandits, in their inimitable style, have been quietly [...]]]></description>
			<content:encoded><![CDATA[<p>While you’ve seen posts about Information Card Relying Party code for lots of programming languages and environments here (<a href="http://self-issued.info/?p=51">ASP.Net</a>, <a href="http://self-issued.info/?p=11">Ruby</a>, <a href="http://self-issued.info/?p=11">Java</a>, <a href="http://self-issued.info/?p=35">PHP</a>, <a href="http://self-issued.info/?p=35">C</a>) one language I haven’t posted about before is Python.  To make up for that, here’s information about two Python implementations.</p>
<p><span class="plain"><img align="right" src="http://self-issued.info/images/bandit_code.png" alt="Bandit Code logo" /></span>Turns out that <a href="http://www.bandit-project.org/">the Bandits</a>, in their inimitable style, have been quietly churning out useful code.  In this case, Duane Buss built <a href="http://code.bandit-project.org/trac/wiki/PythonInfoCard">Python relying party code</a> to use at the <a href="http://code.bandit-project.org/trac/">Bandit Project&#8217;s Code pages</a> (Bandit Trac) and also released it for general use.  After only minimal cajoling, he also created a <a href="https://code.bandit-project.org/demo/python/rp/">demo Python relying party</a>.</p>
<p><span class="plain"><img align="right" src="http://self-issued.info/images/janrain.png" alt="JanRain logo" /></span>Meanwhile <a href="http://janrain.com/">JanRain</a>, another group well-known for producing high-quality identity code, also built a <a href="http://code.google.com/p/py-self-issued-rp/">Python relying party implementation</a>, in their case to use at <a href="https://www.myopenid.com/">MyOpenID.com</a>.  As <a href="http://brianellin.com/">Brian Ellin</a> <a href="http://janrain.com/blog/2008/02/06/janrain-releases-code-for-accepting-self-issued-infocards/">just wrote</a>, JanRain has released their Python code for accepting self-issued Information Cards for all to use.  Have at it, Python hackers!</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=56</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Look ma!  No passwords!</title>
		<link>http://self-issued.info/?p=46</link>
		<comments>http://self-issued.info/?p=46#comments</comments>
		<pubDate>Sun, 02 Dec 2007 20:28:09 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[JanRain]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Phishing Resistance]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=46</guid>
		<description><![CDATA[As <a href="http://blogs.msdn.com/vbertocci/archive/2007/12/02/myopenid-supports-the-creation-of-passwordless-accounts.aspx">Vittorio excitedly pointed out</a>, you never have to enter a password to create or use an OpenID at <a href="https://www.myopenid.com/">MyOpenID.com</a>.  <a href="http://www.identityblog.com/?p=913">Kim’s excited</a> about this too.  So am I.]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://blogs.msdn.com/vbertocci/archive/2007/12/02/myopenid-supports-the-creation-of-passwordless-accounts.aspx">Vittorio excitedly pointed out</a>, you never have to enter a password to create or use an OpenID at <a href="https://www.myopenid.com/">MyOpenID.com</a>.  <a href="http://www.identityblog.com/?p=913">Kim’s excited</a> about this too.  So am I.  When <a href="http://self-issued.info/?p=37">I wrote</a>:</p>
<blockquote><p>
The JanRain team has done a fantastic job integrating account sign-up, sign-in, and recovery via Information Cards into their OpenID provider. I’m really impressed by how well this fits into the rest of their high-quality offering.
</p></blockquote>
<p>I should have expanded upon my point “fantastic job integrating account sign-up” to explicitly call out that no passwords are needed.  Notice the Information Card button on the sign-up page below.  Thanks Vittorio and Kim, for sharing your excitement about this.  I’m hoping that as other sites integrate Information Card sign-in to their user experience that they’ll also follow this example (and the guidance in <a href="http://self-issued.info/?p=6">the deployment guide</a>) and enable password-less sign-up with Information Cards.</p>
<p><span class="plain"><img src="http://self-issued.info/images/myopenid_signup.jpg" alt="MyOpenID.com signup with Information Card" /></span></p>
<p>Related to this is JanRain’s earlier announcement that they are including <a href="http://openid.net/specs/openid-provider-authentication-policy-extension-1_0-02.html">PAPE</a> support in their widely-used OpenID relying party libraries.  As <a href="http://janrain.com/blog/2007/10/24/pape-support-in-janrain-openid-20-libraries/">Kevin Fox wrote</a>:</p>
<blockquote><p>
Just a note to let everyone know that we are developing and will release relying party libraries supporting <a href="http://openid.net/specs/openid-provider-authentication-policy-extension-1_0-01.html">PAPE</a> once the specification is finalized.<br />
We have deployed an example relying party available here:<br />
<a href="http://openidenabled.com/python-openid/trunk/examples/consumer/">openidenabled.com/python-openid/trunk/examples/consumer/</a><br />
The example fully supports OpenID 2.0 draft 12, and can request phishing-resistant authentication using PAPE. Feel free to use it for testing.<br />
PAPE allows sites that use OpenID 2.0 authentication to get information about the way that the user authenticated to the provider. This is an important step on the way to getting the convenience needed of OpenID authentication for higher-valued transactions. It’s trivial to implement and will be included in <a href="http://openidenabled.com/">JanRain’s OpenID 2.0 libraries</a> as well as <a href="http://code.sxip.com/">Sxip’s libraries</a>.
</p></blockquote>
<p><a href="http://janrain.com/blog/2007/10/24/pape-support-in-janrain-openid-20-libraries/#comment-414">Gary Krall also added</a> that:</p>
<blockquote><p>
Verisign will also be releasing an update to the <a href="http://code.google.com/p/joid/">JOID library</a> which we use on the <a href="http://pip.verisignlabs.com/">PiP</a> for as you may know we have added PAPE support to the PiP.
</p></blockquote>
<p>And I’ll add that <a href="https://www.myopenid.com/">MyOpenID.com</a> and <a href="https://www.signon.com/">SignOn.com</a> both also support PAPE on their OpenID providers.</p>
<p>Why is this exciting?  Because it means that without use of without any use of passwords, people can create and use OpenIDs with their Information Cards.  And that sites accepting OpenIDs can ask for phishing-resistant authentication when you sign in – which these OpenIDs will do for you.  All more great steps towards building a convenient, secure, ubiquitous identity layer for the Internet!</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=46</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>User-Centric Identity Interop at Catalyst in Barcelona</title>
		<link>http://self-issued.info/?p=39</link>
		<comments>http://self-issued.info/?p=39#comments</comments>
		<pubDate>Wed, 24 Oct 2007 20:10:25 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Bandit Project]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Higgins Project]]></category>
		<category><![CDATA[I-names]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[JanRain]]></category>
		<category><![CDATA[LiveID]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Pamela Project]]></category>
		<category><![CDATA[Phishing Resistance]]></category>
		<category><![CDATA[Shibboleth]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=39</guid>
		<description><![CDATA[Last night <a href="http://osis.netmesh.org/wiki/Main_Page">OSIS</a> and the <a href="http://www.burtongroup.com/">Burton Group</a> held the third in a series of user-centric identity Interop events where companies and projects building user-centric identity software components came together and tested the interoperation of their software together.  Following on the Interops at <a href="http://self-issued.info/?p=12">IIW in May</a> and <a href="http://self-issued.info/?p=25">Catalyst in June</a>, the participants continued their joint work of ensuring that the identity software we’re all building works great together.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://self-issued.info/images/Barcelona_Interop_2007_Participants.jpg" alt="Logos of Barcelona Interop Participants 2007" /></p>
<p>Last night <a href="http://osis.netmesh.org/wiki/Main_Page">OSIS</a> and the <a href="http://www.burtongroup.com/">Burton Group</a> held the third in a series of user-centric identity Interop events where companies and projects building user-centric identity software components came together and tested the interoperation of their software together.  Following on the Interops at <a href="http://self-issued.info/?p=12">IIW in May</a> and <a href="http://self-issued.info/?p=25">Catalyst in June</a>, the participants continued their joint work of ensuring that the identity software we’re all building works great together.</p>
<p>This Interop had a broader scope along several dimensions than the previous ones:</p>
<ul>
<li>We welcomed <strong>new participants</strong> <a href="http://www.ate-software.net/ATEHome/ATE/ate.aspx">a.t.e Software</a>, <a href="http://www.fokus.fraunhofer.de/home/index.php?lang=en">Fraunhofer</a>, <a href="http://janrain.com/">JanRain</a>, <a href="http://linksafe.name/">LinkSafe</a>, <a href="http://ootao.com/">ooTao</a>, <a href="http://www.sun.com/">Sun Microsystems</a>, <a href="http://w1.siemens.com/en/entry.html">Siemens</a>, and <a href="http://www.thoughtworks.com/">ThoughtWorks</a>.</li>
<li>We tested interoperation of <strong>OpenID</strong> software (including <strong>i-name</strong> software) in addition to Information Card software.</li>
<li>Several kinds of <strong>interop between Information Card and OpenID software</strong> were demonstrated, including:
<ol>
<li>OpenID providers implementing the <a href="http://self-issued.info/?p=15">OpenID phishing-resistant authentication specification</a> using Information Cards to enable phishing-resistant sign-in to OpenIDs, and</li>
<li>using <a href="http://self-issued.info/?p=27">OpenID Information Cards</a> to supply OpenIDs to OpenID relying parties.</li>
</ol>
</li>
<li>Unlike previous Interops, the endpoints and testing results are all <a href="http://osis.netmesh.org/wiki/I2-Barcelona">publicly available</a> so that others can benefit from them.</li>
<li>Many of the participants have committed to keeping their sites up beyond Catalyst to allow for continued public interop testing.  For instance, Microsoft’s sites will remain up at <a href="http://www.federatedidentity.net/">http://www.federatedidentity.net/</a>.</li>
</ul>
<p>An excerpt from <a href="http://identityblog.burtongroup.com/bgidps/2007/10/osis-user-centr.html">Bob Blakley’s insightful-as-always commentary</a> on the Interop is:</p>
<blockquote><p>
The participants have <a href="http://osis.netmesh.org/wiki/I2_Results">posted their results on the wiki</a>, and a few words are in order about these results.  The first thing you’ll notice is that there are a significant number of “failure” and “issue” results.  This is very good news for two reasons.</p>
<p>The first reason it’s good news is that it means enough new test cases were designed for this interop to uncover new problems.  What you don’t see in the matrix is that when testing began, there were even more failures – which means that a lot of the new issues identified during the exercise have already been fixed.</p>
<p>The second reason the “failure” and “issue” results are good news is that they’re outnumbered by the successes.  When you consider that the things tested in Barcelona were all identified as problems at the previous interop, you’ll get an idea of how much work has been done by the OSIS community in only 4 months to improve interoperability and agree on standards of component behavior.
</p></blockquote>
<p>Be sure to read his full post for more details on what the participants accomplished together.  And of course, this isn’t the end of the story.   An even wider and deeper Interop event is planned for the <a href="http://www.rsaconference.com/2008/US/">RSA Conference in April 2008</a>.  Great progress on building the Internet identity layer together!</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=39</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>MyOpenID adds Information Card Support</title>
		<link>http://self-issued.info/?p=37</link>
		<comments>http://self-issued.info/?p=37#comments</comments>
		<pubDate>Thu, 18 Oct 2007 11:06:49 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[JanRain]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Phishing Resistance]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=37</guid>
		<description><![CDATA[Kevin Fox just announced that JanRain has added Information Card support to MyOpenID.com.]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/images/janrain.png" alt="JanRain logo" /></span><a href="http://jyte.com/profile/kfox.myopenid.com">Kevin Fox</a> <a href="http://janrain.com/blog/2007/10/17/myopenid-adds-information-card-support/">just announced</a> that <a href="http://janrain.com/">JanRain</a> has added Information Card support to <a href="https://www.myopenid.com/">MyOpenID.com</a>.  As <a href="http://janrain.com/blog/2007/10/17/myopenid-adds-information-card-support/">he wrote</a>:</p>
<blockquote><p>
The <a href="http://openidenabled.com/">JanRain OpenID team</a> is pleased to announce <a href="http://msdn2.microsoft.com/en-us/library/aa480189.aspx">Information Card</a> support has been added to <a href="https://www.myopenid.com/">MyOpenID.com</a>.</p>
<p>What is an <a href="http://visitmix.com/Blogs/Joshua/introduction-to-information-cards/">Information Card</a>?</p>
<p>What can I do with it? With a self-issued Information Card you can sign-in to MyOpenID, as well as sign-up and recover your account, without ever having to enter your password. Anywhere on MyOpenID that you can enter a password will now allow you to use an Information Card instead. With the addition of Information Card support MyOpenID is able to offer another solid option for people wanting to protect their OpenID account from phishing attacks and remember fewer passwords.</p>
<p>We were able to work with Microsoft’s <a href="http://self-issued.info/?cat=14">Mike Jones</a> and <a href="http://identityblog.com/">Kim Cameron</a> who have both been long time proponents of <a href="http://www.identityblog.com/?p=659">OpenID</a> + <a href="http://self-issued.info/?p=27">Information Card support</a>.</p>
<p>As <a href="http://www.identityblog.com/?p=659">noted by Kim Cameron</a> “Cardspace is used at the identity provider to keep credentials from being stolen. So the best aspects of OpenID are retained.” While one of the less desirable aspects (confusing user experience) has been improved for someone using an Information Card to login to their OpenID provider.</p>
<p><a href="http://self-issued.info/?cat=3">Support for Information Cards</a> has <a href="http://www.identityblog.com/?p=869">been growing</a> as more <a href="http://self-issued.info/?p=35">software projects implement the technology</a>. It is important to note that this technology is being supported by many other organizations besides Microsoft. Information Card support is available for Windows platforms (Vista / XP) as well as <a href="http://self-issued.info/?p=29">Mac OS X and Linux</a>.
</p></blockquote>
<p>The JanRain team has done a fantastic job integrating account sign-up, sign-in, and recovery via Information Cards into their OpenID provider.  I’m really impressed by how well this fits into the rest of their high-quality offering.</p>
<p>There’s another kind of integration they also did that makes this even more impressive in my mind:  connecting their new Information Card support with their existing support for the draft <a href="http://self-issued.info/?p=15">OpenID phishing-resistant authentication specification</a>.  This is another significant step in fulfilling the promise of the JanRain/Microsoft/Sxip Identity/VeriSign <a href="http://kveton.com/blog/?p=221">OpenID/Windows CardSpace collaboration announcement</a> <a href="http://www.microsoft.com/Presspass/exec/billg/speeches/2007/02-06RSA.mspx">introduced by Bill Gates and Craig Mundie</a> at the RSA Security Conference this year.  Because of this work, this sequence is now possible:</p>
<ol>
<li>A person goes to an OpenID relying party and uses an OpenID from MyOpenID.com.</li>
<li>The OpenID relying party requests that MyOpenID.com use a phishing-resistant authentication method to sign the user in.</li>
<li>The person signs into his MyOpenID.com OpenID with an Information Card.</li>
<li>MyOpenID.com informs the relying party that the user utilized a phishing-resistant authentication method.</li>
</ol>
<p>This means that MyOpenID users will be able to get both the convenience and anti-phishing benefits of Information Cards at OpenID-enabled sites they visit and those sites can have higher confidence that the user is in control of the OpenID used at the site.  That’s truly useful identity convergence if you ask me!</p>
<div align="center">&#8211; Mike (<a href="http://self-issued.myopenid.com/">http://self-issued.myopenid.com/</a>)</div>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=37</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
