<?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; Windows CardSpace</title>
	<atom:link href="http://self-issued.info/?feed=rss2&#038;cat=6" 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>Card Issuance CTP for AD FS 2.0</title>
		<link>http://self-issued.info/?p=305</link>
		<comments>http://self-issued.info/?p=305#comments</comments>
		<pubDate>Fri, 21 May 2010 16:16:09 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=305</guid>
		<description><![CDATA[Today Microsoft released a Community Technology Preview (CTP) of software for issuing Information Cards that works with the recently released Active Directory Federation Services (AD FS) 2.0 server software.  This means that as well as supporting identities using WS-Federation and SAML 2.0, people can try out scenarios where their identities are based on Active [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/infocard_icon/images/infocard_114x80.png" hspace="2" alt="Information Card Icon" />Today Microsoft released a Community Technology Preview (CTP) of <a href="http://blogs.technet.com/b/identity/archive/2010/05/24/availability-of-the-information-card-issuance-preview.aspx">software for issuing Information Cards</a> that works with the recently released Active Directory Federation Services <a href="http://self-issued.info/?p=297">(AD FS) 2.0</a> server software.  This means that as well as supporting identities using WS-Federation and SAML 2.0, people can try out scenarios where their identities are based on Active Directory, AD FS 2.0 provides the claims for them using WS-Trust, and cards using the AD FS 2.0 WS-Trust endpoints are issued using the CTP.</p>
<p>As well as working with the current CardSpace 2.0 beta, these cards work with CardSpace 1, which shipped with Windows 7 and Windows Vista and is available for download on Windows XP.  They should also work with other identity selectors, both on Windows and on other platforms.</p>
<p>You can ask questions about this at <a href="mailto:ici-ctp@microsoft.com">ici-ctp@microsoft.com</a> or by participating in the <a href="http://social.msdn.microsoft.com/Forums/en-US/windowscardspace">CardSpace forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=305</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Update to Identity Selector Detection Script for IE8</title>
		<link>http://self-issued.info/?p=290</link>
		<comments>http://self-issued.info/?p=290#comments</comments>
		<pubDate>Wed, 05 May 2010 04:24:55 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=290</guid>
		<description><![CDATA[In December, 2006 Garrett Serack (Fear the Cowboy!) wrote about Detecting CardSpace support, including FireFox.  His detection script since made its way onto numerous sites and into relying party software releases.
Unfortunately, this script didn’t detect selectors on Internet Explorer 8 due to changes between IE7 and IE8.  Andrew Arnot asked the question Why [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/infocard_icon/images/infocard_114x80.png" hspace="2" alt="Information Card Icon" />In December, 2006 Garrett Serack (<a href="http://www.fearthecowboy.com/">Fear the Cowboy!</a>) wrote about <a href="http://www.fearthecowboy.com/post/Detecting-CardSpace-support-including-FireFox.aspx">Detecting CardSpace support, including FireFox</a>.  His detection script since made its way onto numerous sites and into <a href="http://self-issued.info/?p=18">relying party software releases</a>.</p>
<p>Unfortunately, this script didn’t detect selectors on Internet Explorer 8 due to changes between IE7 and IE8.  <a href="http://blog.nerdbank.net/">Andrew Arnot</a> asked the question <a href="http://stackoverflow.com/questions/682624/why-dont-infocards-work-in-ie8">Why don’t InfoCards work in IE8?</a> on StackOverflow.com, and then subsequently answered his own question, with help from the IE8 team.  Given I’ve referred people to this answer numerous times since, I decided to re-post it here, both for others, and for my own ease of reference.</p>
<p>Here’s the fix&#8230;  If you’re using Garrett’s original JavaScript, replace the line:<br />
<code>&nbsp;&nbsp;&nbsp;&nbsp;embed.setAttribute("type", "application/x-informationcard");</code><br />
with<br />
<code>&nbsp;&nbsp;&nbsp;&nbsp;embed.type = "application/x-informationcard";</code><br />
Then your relying party will work with IE7, IE8, and Firefox.</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=290</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>U-Prove Specifications Licensed and Sample Code Released</title>
		<link>http://self-issued.info/?p=272</link>
		<comments>http://self-issued.info/?p=272#comments</comments>
		<pubDate>Tue, 02 Mar 2010 19:17:04 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Claims]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[U-Prove]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=272</guid>
		<description><![CDATA[This morning at the RSA conference, Scott Charney announced that Microsoft has licensed the U-Prove technology under the Open Specification Promise and released sample implementations in C# and Java under the BSD license.  Implementers will be interested in two specifications:  the “U-Prove Cryptographic Specification V1.0”, which documents U-Prove’s cryptographic operations, and “U-Prove Technology [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/images/U_Prove_RGB.png" alt="U-Prove logo" border="0" hspace="4" /></span>This morning at the RSA conference, Scott Charney announced that Microsoft <a href="https://connect.microsoft.com/content/content.aspx?contentid=12505&#038;siteid=642">has licensed the U-Prove technology</a> under the <a href="http://www.microsoft.com/interop/osp/">Open Specification Promise</a> and released sample implementations in <a href="http://code.msdn.microsoft.com/uprovesdkcsharp">C#</a> and <a href="http://code.msdn.microsoft.com/uprovesdkjava">Java</a> under the BSD license.  Implementers will be interested in <a href="https://connect.microsoft.com/site642/Downloads/DownloadDetails.aspx?DownloadID=26953">two specifications</a>:  the “U-Prove Cryptographic Specification V1.0”, which documents U-Prove’s cryptographic operations, and “U-Prove Technology Integration into the Identity Metasystem V1.0”, which documents how to use U-Prove tokens with WS-Trust.  These specifications are intended to enable interoperable implementations.</p>
<p>The U-Prove technologies enable two key properties:  minimal disclosure and unlinkability.  For more about U-Prove and today’s Community Technology Preview (CTP) release, see the <a href="http://www.microsoft.com/u-prove">Microsoft U-Prove site</a>, the <a href="http://blogs.technet.com/identity/archive/2010/03/02/microsoft-releases-u-prove-technology.aspx">post announcing the release</a>, and <a href="http://blogs.msdn.com/vbertocci/archive/2010/03/02/u-prove-community-technical-preview.aspx">Vittorio’s post</a> (with links to videos).</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=272</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Federated Identity Product Releases</title>
		<link>http://self-issued.info/?p=263</link>
		<comments>http://self-issued.info/?p=263#comments</comments>
		<pubDate>Fri, 18 Dec 2009 21:14:06 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Claims]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Federation]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=263</guid>
		<description><![CDATA[Today Microsoft announced the availability of new releases of several identity products:  Active Directory Federation Services (AD FS) 2.0, the Windows Identity Foundation, and CardSpace 2 (which collectively were formerly referred to as “Geneva”), as well as Federation Extensions for SharePoint.  See Announcing the AD FS 2.0 Release Candidate and More and Announcing [...]]]></description>
			<content:encoded><![CDATA[<p>Today Microsoft announced the availability of new releases of several identity products:  Active Directory Federation Services (AD FS) 2.0, the Windows Identity Foundation, and CardSpace 2 (which collectively were formerly referred to as “<a href="http://self-issued.info/?p=151">Geneva</a>”), as well as Federation Extensions for SharePoint.  See <a href="http://blogs.msdn.com/card/archive/2009/12/18/announcing-the-ad-fs-2-0-release-candidate-and-more.aspx">Announcing the AD FS 2.0 Release Candidate and More</a> and <a href="http://blogs.msdn.com/card/archive/2009/12/18/announcing-wif-support-for-windows-server-2003.aspx">Announcing WIF support for Windows Server 2003</a> for the release announcements as well as links to numerous step-by-step guides, samples, docs, and video.  Thanks to all those who did interop work with us (including at <a href="http://self-issued.info/?p=174">Catalyst</a>, <a href="http://self-issued.info/?p=226">Liberty</a>, and <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&#038;FamilyID=9eb1f3c7-84da-40eb-b9aa-44724c98e026">pair-wise</a>) to help ensure that these releases will work well with other’s implementations.</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=263</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>“Geneva” Beta 2 is Here</title>
		<link>http://self-issued.info/?p=151</link>
		<comments>http://self-issued.info/?p=151#comments</comments>
		<pubDate>Tue, 12 May 2009 03:46:43 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Claims]]></category>
		<category><![CDATA[Federation]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=151</guid>
		<description><![CDATA[Microsoft announced the availability of the second beta of its forthcoming “Geneva” claims-based identity software today during Tech•Ed.  This is a significant milestone for the team along the path to releasing production versions of the “Geneva” software family, which includes the server, framework, and CardSpace.  I’m personally particularly proud of all the interop [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.technet.com/forefront/archive/2009/05/11/microsoft-code-name-geneva-beta-2-now-available.aspx">Microsoft announced</a> the availability of the second beta of its forthcoming “Geneva” claims-based identity software today during <a href="http://www.msteched.com/">Tech•Ed</a>.  This is a significant milestone for the team along the path to releasing production versions of the “Geneva” software family, which includes the server, framework, and CardSpace.  I’m personally particularly proud of all the interop work that has been done in preparation for this release.  I believe that you’ll find it to be high-quality and interoperable with others’ identity software using WS-*, SAML 2.0, and Information Cards.</p>
<p>For more details, see <a href="http://blogs.msdn.com/card/archive/2009/05/12/what-s-new-in-geneva-beta-2.aspx">What’s New in Beta 2</a> on the “Geneva” Team Blog.  Visit the <a href="http://microsoft.com/geneva">“Geneva” information page</a>.  Check out the <a href="http://blogs.msdn.com/vbertocci/archive/2009/05/11/announcing-the-identity-developer-training-kit.aspx">Identity Developer Training Kit</a>.  Learn from team experts on the <a href="http://blogs.msdn.com/vbertocci/archive/2009/05/11/geneva-beta-2-week-on-the-id-element-show.aspx">ID Element show</a>.  <a href="http://msdn.microsoft.com/evalcenter/dd440951.aspx">Download the beta</a>.  And <a href="http://social.msdn.microsoft.com/Forums/en-US/Geneva/threads/">let us know how it works for you</a>, so the final versions can be even better.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=151</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Document Signing and Access Control with Avoco Secure Information Cards</title>
		<link>http://self-issued.info/?p=120</link>
		<comments>http://self-issued.info/?p=120#comments</comments>
		<pubDate>Fri, 13 Mar 2009 04:32:52 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=120</guid>
		<description><![CDATA[Sandy Porter of Avoco Secure recently let me know that their secure2trust document security product now supports both document signing and document access control using managed Information Cards.  The cards and the Avoco software enable perimeterless, secured access to documents and online web form signing.
Avoco has hosted an instance of their Identity Provider and [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/images/Avoco_card.png" hspace="2" alt="Avoco Secure Card" /></span>Sandy Porter of <a href="http://www.avocosecure.com/">Avoco Secure</a> recently let me know that their <a href="http://www.avocosecure.com/htmlpages/products/secureDocuments.html">secure2trust</a> document security product now supports both <a href="http://www.avocosecure.com/htmlpages/products/cardSpace.html">document signing and document access control using managed Information Cards</a>.  The cards and the Avoco software enable perimeterless, secured access to documents and online web form signing.</p>
<p>Avoco has hosted an instance of their Identity Provider and sample document signing and document access control scenarios online, so people can give it a try now.  Using the “<a href="https://www.secure2cardspace.com/index.php">Create an ID</a>” tab at <a href="https://www.secure2cardspace.com/">https://www.secure2cardspace.com/</a> to create a card, and then following the instructions at the “<a href="https://www.secure2cardspace.com/secid.htm">Securing with Identity</a>” tab, I was able to obtain a document a document that can only be opened by using the card I created.</p>
<p>When I open this doc (in my case, “Mike Jones.docx”), CardSpace is launched.  When I submit my card, access control is granted and the document shown below is opened.</p>
<p><span class="plain"><img src="http://self-issued.info/images/Avoco_protected_document.png" alt="Document protected by Avoco Secure Information Card" /></span></p>
<p>For more information, see the page “<a href="http://www.avocosecure.com/htmlpages/products/cardSpace.html">Create and Manage your own Digital Identities with Avoco Secure’s Identity Provider</a>”, their <a href="https://www.secure2cardspace.com/">https://www.secure2cardspace.com/</a> demo site, and also try document signing using your Avoco Secure managed card at <a href="http://www.secure2signonline.com/">http://www.secure2signonline.com/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=120</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Orange, eBay, and Microsoft Demonstrate New CardSpace User Experience</title>
		<link>http://self-issued.info/?p=102</link>
		<comments>http://self-issued.info/?p=102#comments</comments>
		<pubDate>Wed, 28 Jan 2009 22:42:44 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=102</guid>
		<description><![CDATA[Orange, eBay, and Microsoft teamed up to demonstrate the CardSpace “Geneva” experience at TechEd in Barcelona.  In the demo, an Orange-issued Information Card was used to sign into eBay with an early version of CardSpace “Geneva”.  This post shows you the user experience we jointly developed.  (And yes, this was running code [...]]]></description>
			<content:encoded><![CDATA[<p>Orange, eBay, and Microsoft teamed up to demonstrate the CardSpace “Geneva” experience at <a href="http://www.microsoft.com/emea/teched2008/">TechEd in Barcelona</a>.  In the demo, an Orange-issued Information Card was used to sign into eBay with an early version of <a href="http://self-issued.info/?p=92">CardSpace “Geneva”</a>.  This post shows you the user experience we jointly developed.  (And yes, this was running code – not a mockup.)</p>
<p><span class="plain"><img src="http://self-issued.info/images/Orange-eBay/eBay_login_with_Card.png" alt="eBay login page accepting Information Cards" /></span><br />
The user can sign into eBay either with a username and password or with an Information Card.</p>
<p><span class="plain"><img src="http://self-issued.info/images/Orange-eBay/Orange_card.png" alt="Using an Orange Information Card to sign into eBay" /></span><br />
After clicking the <a href="http://self-issued.info/?p=17">Information Card icon</a> in the first screen (the purple “i&#8221; symbol) to sign in with a card, CardSpace shows Alex that his Orange Information Card can be used to sign into eBay.</p>
<p><span class="plain"><img src="http://self-issued.info/images/Orange-eBay/Always_use_this_card.png" alt="Always use this card at this site" /></span><br />
Alex decides that he always wants to sign into eBay with his Orange card, and so checks the “Always use this card at this site” box for the card.</p>
<p><span class="plain"><img src="http://self-issued.info/images/Orange-eBay/Logged_in.png" alt="Logged into eBay" /></span><br />
After clicking “OK” to submit his card, Alex is logged into eBay.</p>
<p><span class="plain"><img src="http://self-issued.info/images/Orange-eBay/Login_details.png" alt="Login details" /></span><br />
eBay lets Alex see details about his login.</p>
<p><span class="plain"><img src="http://self-issued.info/images/Orange-eBay/eBay_login_with_CardTile.png" alt="eBay login page using a CardTile" /></span><br />
Alex has logged out, but is ready to log into eBay again.  This time, rather than showing the Information Card icon, Alex’s Orange card is shown and is ready to use, courtesy of the <a href="http://self-issued.info/?p=94">CardSpace CardTile</a>.  Now a single click will submit his card, logging him in again.</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=102</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Try the CardSpace CardTile Yourself</title>
		<link>http://self-issued.info/?p=94</link>
		<comments>http://self-issued.info/?p=94#comments</comments>
		<pubDate>Tue, 18 Nov 2008 05:24:47 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=94</guid>
		<description><![CDATA[The directions we’ve taken CardSpace “Geneva” are strongly shaped by feedback we received about the first version of CardSpace.  One of the most frequently heard feedback points was to make the user experience less disruptive.  For instance, Ashish Jain wrote about “Too many clicks”.
The new “CardTile” feature, where the image of the last [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/images/infocardcpl_77x94.bmp" alt="CardSpace Icon" /></span>The directions we’ve taken CardSpace “Geneva” are strongly shaped by feedback we received about the first version of CardSpace.  One of the most frequently heard feedback points was to make the user experience less disruptive.  For instance, <a href="http://itickr.com/?p=82">Ashish Jain wrote</a> about “Too many clicks”.</p>
<p>The new “<a href="http://blogs.msdn.com/card/archive/2008/11/05/new-in-cardspace-geneva-the-cardtile.aspx">CardTile</a>” feature, where the image of the last card used at a site can be displayed on the site’s page, enables two-click card submission, while still providing the user feedback about the card that will be used by default.   The screen shot below shows an example of the CardTile in use, displaying the image of the most recently used card in the page.</p>
<p><span class="plain"><img src="http://self-issued.info/images/FedID_CardTile_page.png" alt="FederatedIdentity.net CardTile page" /></span></p>
<p>The “Always use this card at this site” feature takes this a step further, enabling true one-click submission to sites where you have already used a card.  See the recent <a href="http://blogs.msdn.com/card/archive/2008/11/18/the-cardspace-geneva-selection-experience.aspx">CardSpace “Geneva” Selection Experience</a> post for more details.</p>
<p>But back now to the subject of this post…  The FederatedIdentity.net team has created a relying party page using the CardTile at <a href="https://relyingparty.federatedidentity.net/AnyIssuerRelyingParty/Login.aspx?tile=true">https://relyingparty.federatedidentity.net/AnyIssuerRelyingParty/Login.aspx?tile=true</a>.  It should work both with selectors that do and don’t support the CardTile feature.  Try it yourself!</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=94</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Equifax, the Information Card Foundation, and Interoperable Verified Claims</title>
		<link>http://self-issued.info/?p=93</link>
		<comments>http://self-issued.info/?p=93#comments</comments>
		<pubDate>Mon, 17 Nov 2008 06:49:28 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Claims]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=93</guid>
		<description><![CDATA[My congratulations to Equifax for issuing the first commercially deployed Information Cards with verified claims.  This is huge step forward towards a future where individuals can routinely make verified digital statements about themselves, facilitating trusted, privacy-preserving interactions online.
I’m writing to bring you some of the story-behind-the-story in Information Card Foundation member Equifax issuing these [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/images/Equifax_18_or_over_card.png" hspace="2" alt="Equifax Verified Over 18 Card" /></span>My congratulations to Equifax for issuing the <a href="https://equifaxicards.com/">first commercially deployed Information Cards with verified claims</a>.  This is huge step forward towards a future where individuals can routinely make verified digital statements about themselves, facilitating trusted, privacy-preserving interactions online.</p>
<p>I’m writing to bring you some of the story-behind-the-story in <a href="http://informationcard.net/">Information Card Foundation</a> member Equifax issuing these verified Information Cards.  Rather than use proprietary claims schemas in their cards, Equifax chose to use claims that are designed to be interoperable with cards that will be issued by other identity providers.  Their cards use a combination of the standard Information Card claims, along with a newly defined age-18-or-over claim that anyone can implement.</p>
<p>This new age-18-or-over claim is the first to emerge from the new <a href="http://informationcard.net/">Information Card Foundation</a> Identity Schemas Working Group.  This is a place where anyone can propose a new claim URI and register it for use by all.  You will find the age-18-or-over claim definition in the working group’s <a href="https://informationcard.net/wiki/index.php/Claim_Catalog">Claims Catalog</a>.  This is an example of how the Information Card Foundation is facilitating collaboration to advance interoperable Information Cards.</p>
<p>I’ll close by saying that while the Equifax page promotes the new Azigo identity selector, their card uses interoperable protocols and file formats, and is compatible with all identity selectors.  For instance, you’ll see a screen shot of my Equifax card in Windows CardSpace below, showing both the use some of the standard Information Card claims, as well as the new age-18-or-over claim from the ICF <a href="https://informationcard.net/wiki/index.php/Claim_Catalog">Claims Catalog</a>.</p>
<p><span class="plain"><img src="http://self-issued.info/images/Equifax_18_or_over_details_reduced.png" alt="Equifax Age 18 or Over Card Details" /></span></p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=93</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Even More News from the PDC:  First Look at the Next Version of CardSpace</title>
		<link>http://self-issued.info/?p=92</link>
		<comments>http://self-issued.info/?p=92#comments</comments>
		<pubDate>Wed, 29 Oct 2008 18:13:16 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=92</guid>
		<description><![CDATA[I’m excited that the first beta of the next version of CardSpace – Windows CardSpace “Geneva” – is now available.  You can download the bits for this and the other “Geneva” betas at the “Geneva” Connect site.  The team posted a detailed introductory piece about the new version on the team blog, so [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/images/infocardcpl_77x94.bmp" alt="CardSpace Icon" /></span>I’m excited that the first beta of the next version of CardSpace – Windows CardSpace “Geneva” – is now available.  You can download the bits for this and the other <a href="http://self-issued.info/?p=91">“Geneva” betas</a> at the <a href="https://connect.microsoft.com/site/sitehome.aspx?SiteID=642">“Geneva” Connect site</a>.  The team posted a <a href="http://blogs.msdn.com/card/archive/2008/10/29/windows-cardspace-geneva-beta.aspx">detailed introductory piece</a> about the new version on the <a href="http://blogs.msdn.com/card/">team blog</a>, so I won’t repeat that here.</p>
<p>This version of CardSpace is a rewrite on a new code base designed to be much smaller, faster, and easier to use.  While it’s an early build and far from feature-complete, we nonetheless wanted to get it out now so you can see the directions we’re headed and give us feedback early in the development cycle.  This build runs on Windows Vista (32 and 64 bit), Windows Server 2008, and Windows 7.</p>
<p>We’ll be writing more about the key features of CardSpace “Geneva” soon, and as well as the rest of the <a href="http://self-issued.info/?p=91">“Geneva” family</a> that enables claims-aware applications, so watch this space and the <a href="http://blogs.msdn.com/card/">team blog</a>.  It’s great to now be able to show and discuss the work the team has been doing.  I’m looking forward to the ensuing conversation…</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=92</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More News from the PDC:  Beta Releases of “Geneva” Platform Components</title>
		<link>http://self-issued.info/?p=91</link>
		<comments>http://self-issued.info/?p=91#comments</comments>
		<pubDate>Wed, 29 Oct 2008 01:06:21 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Claims]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Federation]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=91</guid>
		<description><![CDATA[As just announced on the “Geneva” Team Blog (formerly known as the CardSpace Team Blog), beta releases of all three components of Microsoft’s “Geneva” identity platform are now available at the “Geneva” Connect site.  The components are:

“Geneva” Framework:  Previously called &#8220;Zermatt&#8220;, the Geneva Framework helps developers build claims-aware .NET applications that externalize user [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://blogs.msdn.com/card/archive/2008/10/29/geneva-beta-available-now.aspx">just announced</a> on the <a href="http://blogs.msdn.com/card/">“Geneva” Team Blog</a> (formerly known as the CardSpace Team Blog), beta releases of all three components of Microsoft’s “Geneva” identity platform are now available at the <a href="https://connect.microsoft.com/site/sitehome.aspx?SiteID=642">“Geneva” Connect site</a>.  The components are:</p>
<ul>
<li><strong>“Geneva” Framework:</strong>  Previously called &#8220;<a href="http://www.identityblog.com/?p=1002">Zermatt</a>&#8220;, the Geneva Framework helps developers build claims-aware .NET applications that externalize user authentication from the application and helps them build custom Security Token Services (STSs).  It supports WS-Federation, WS-Trust, and <a href="http://self-issued.info/?p=90">SAML 2.0</a>.</li>
<li><strong>“Geneva” Server:</strong>  Geneva Server is an STS that issues and transforms security tokens and claims, manages user access, and enables easy federation. Based on the “Geneva” framework, it also supports WS-Federation, WS-Trust, and <a href="http://self-issued.info/?p=90">SAML 2.0</a>.</li>
<li><strong>Windows CardSpace “Geneva”:</strong>   CardSpace “Geneva” will be the next version of Windows CardSpace.  It has a much smaller download footprint, starts fast, and has some innovative user interface improvements made in response to feedback from the first version.</li>
</ul>
<p>All are early betas that are works in progress, but I highly encourage those of you who are interested in claims-based identity to download them and <a href="http://social.msdn.microsoft.com/Forums/en-US/geneva/threads/">let us know what you think</a>.  Also, be sure to check out the “<a href="http://connect.microsoft.com/Downloads/DownloadDetails.aspx?SiteID=642&#038;DownloadID=14662">Introducing ‘Geneva’</a>” whitepaper by <a href="http://www.davidchappell.com/blog/">David Chappell</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=91</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Next News from the PDC:  SAML 2.0 Protocol Support in “Geneva” Server</title>
		<link>http://self-issued.info/?p=90</link>
		<comments>http://self-issued.info/?p=90#comments</comments>
		<pubDate>Tue, 28 Oct 2008 19:25:59 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Federation]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Shibboleth]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=90</guid>
		<description><![CDATA[As Don Schmidt wrote this morning, Microsoft’s “Geneva” Identity Server product will support the SAML 2.0 protocol.  Specifically, we will be supporting the SAML 2.0 IdP Lite and SP Lite profiles and the US Government GSA profile.  Customers had told us that these SAML profiles are important to them and we’re responding to [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://identity-des.com/2008/10/28/microsoft-geneva-server-supports-saml-20/">Don Schmidt wrote this morning</a>, Microsoft’s “Geneva” Identity Server product will support the SAML 2.0 protocol.  Specifically, we will be supporting the SAML 2.0 IdP Lite and SP Lite profiles and the US Government GSA profile.  Customers had told us that these SAML profiles are important to them and we’re responding to that feedback by implementing them in “Geneva” Server.  Those of you who were at Kim Cameron’s “<a href="http://channel9.msdn.com/pdc2008/BB11/">Identity Roadmap for Software + Services</a>” presentation at the PDC got to see <a href="http://blogs.msdn.com/vbertocci/archive/2008/10/28/identity-pdc08-roadmap-session-with-kim-cameron-himself-yours-truly.aspx">Vittorio Bertocci</a> demonstrate SAML federation with “Geneva” Server to a site running IBM’s Tivoli Federated Identity Manager.</p>
<p>The “Geneva” Server is the successor to Active Directory Federation Services (ADFS).  It will, of course, interoperate with existing ADFS and other federation implementations using the WS-Federation protocol.  In addition, it adds WS-Trust support for issuing Information Cards, letting it work with Windows CardSpace and other Identity Selectors.</p>
<p>I’ll add that the SAML 2.0 support doesn’t stop with the server.  SAML 2.0 is also supported by the “Geneva” Identity Framework – a .NET application development framework formerly known as “<a href="http://www.identityblog.com/?p=1002">Zermatt</a>” and “IDFX”, which likewise also supports WS-Federation and WS-Trust.  In short, the same identity development framework components that are being used to build “Geneva” Server will be available to all .NET developers as the “Geneva” Identity Framework.</p>
<p>Finally, I’ll close by thanking the folks on the Internet 2 Shibboleth project, IBM, and Ping Identity who helped us with early interop testing of our code.  You have been valuable and responsive partners in this effort, helping us make sure that what we’re building truly interoperates with other SAML 2.0 implementations deployed in the wild.</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=90</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PPID Compatibility Note for Sites Accepting Self-Issued Information Cards</title>
		<link>http://self-issued.info/?p=83</link>
		<comments>http://self-issued.info/?p=83#comments</comments>
		<pubDate>Wed, 27 Aug 2008 21:54:04 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=83</guid>
		<description><![CDATA[Relying Parties often identify subjects using the Private Personal Identifier (PPID) claim and Signing Key values sent by an Information Card.  Thus, it is important that the PPID and Signing Key values produced by a card be stable and long-lived.
Unfortunately, the PPIDs and Signing Keys generated by self-issued (a.k.a. personal) Information Cards using the [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/infocard_icon/images/infocard_114x80.png" hspace="2" alt="Information Card Icon" />Relying Parties often identify subjects using the Private Personal Identifier (PPID) claim and Signing Key values sent by an Information Card.  Thus, it is important that the PPID and Signing Key values produced by a card be stable and long-lived.</span></p>
<p>Unfortunately, the PPIDs and Signing Keys generated by self-issued (a.k.a. personal) Information Cards using the algorithm originally shipped with Windows CardSpace (and documented in <a href="http://self-issued.info/?p=8">ISIP V1.0</a>) for sites using regular certificates were not stable under several important conditions.  Therefore, after considering industry feedback on the long-term problems that this continued instability would cause, and in consultation with other Identity Selector authors, a decision was made to change these algorithms in a way that will provide much better long-term stability of these important Subject identifiers for Relying Parties.  The new algorithm is documented in the <a href="http://self-issued.info/?p=80">Identity Selector Interoperability Profile (ISIP) V1.5</a>.</p>
<p>This change shipped with the version of Windows CardSpace in the <a href="http://blogs.msdn.com/somasegar/archive/2008/08/11/service-pack-1-for-vs-2008-and-net-fx-3-5-released.aspx">.NET Framework 3.5 Service Pack 1</a>.  This service pack will be installed by Windows Update on systems with the .NET Framework 2.0, 3.0, and 3.5 in the coming months.  I know that the <a href="http://www.bandit-project.org/">Bandit</a> and <a href="http://www.eclipse.org/higgins/">Higgins</a> projects have implemented the new algorithm as well.</p>
<p>Unfortunately, this change means that the PPIDs and Signing Keys for self-issued cards used at existing Relying Parties that employ standard SSL certificates will change after this installation.</p>
<p><strong>What Sites Need to Do</strong></p>
<p>Sites need to ensure that they have tested mechanisms in place to enable their users to re-associate their Information Card with their account when the card’s PPID and Signing Key change.  The good news is that these mechanisms are likely already in place in the form of “lost card” handling procedures.</p>
<p>When the card is used after the update, it will appear to be an unrecognized card.  Just as sites’ lost card procedures can be used today to associate a new Information Card with their account, these same procedures can be used to re-associate the existing card with the account after these changes.</p>
<p>These lost card procedures will typically involve sending the user a message at the e-mail address of record for the account.  This message contains a link that enables them to associate an Information Card with their account.  This flow is nearly identical to the “lost password” flows often found on sites.  Best practices for lost card handling are documented in the “Enabling Information Card Recovery” section of <a href="http://go.microsoft.com/fwlink/?LinkId=98051">Patterns for Supporting Information Cards at Web Sites: Personal Cards for Sign up and Signing In</a>.</p>
<p><strong>Additional Steps Sites Could Take</strong></p>
<p>In the short term, sites could also choose to add text to their Information Card login pages warning users that their existing cards will not be recognized as being associated with their accounts after the .NET update, and directing them to use the “lost card” feature of the site to remedy this situation.</p>
<p><strong>EV and no-SSL Sites Not Affected</strong></p>
<p>None of this affects sites using Extended Validation (EV) certificates or sites not using SSL certificates.  These algorithms were already stable and have not changed.  No action is required in these cases.</p>
<p><strong>Background on the Problem</strong></p>
<p>Because the original PPID and Signing Key algorithms used the entire certificate chain, these values could change under several circumstances:</p>
<ul>
<li>First, as sites renew their certificates, it is common for the certificate chain for the new cert to differ from the old one.  This would change the PPID, breaking the user’s self-issued cards at those sites.  And of course, the chain always changes if the site changes its certificate provider.</li>
<li>Second, because the algorithm for converting the bytes of the chain certificates into characters was not fully specified by ISIP V1.0 for some OIDs, for some kinds of certificates, different Identity Selectors produced different results for the PPID claim, Signing Key, Client Pseudonym PPID, and IP Identifier values.</li>
<li>Finally, in ISIP V1.0, the PPID for a site using a non-EV certificate is different than the PPID for a site that uses an EV certificate, even in the case where the non-EV leaf cert content meets the EV issuance criteria.  This means that when a site upgraded to using an EV certificate, user’s cards would stop working at that site.</li>
</ul>
<p><strong>Overview of the Solution</strong></p>
<p>To address these issues, the computation of the PPID and Signing Key for sites using regular certificates has been changed to no longer include information from the certificate chain, but only information from the leaf certificate.  This will provide stability both when certificates are renewed and when a certificate is obtained from a new issuer.</p>
<p>Furthermore, the new algorithm generates the same PPID values for sites using EV and non-EV certificates with the same leaf certificate information, while generating different Signing Keys.  This will help enable a smooth migration path for sites upgrading from non-EV to EV certificates because the PPID remaining the same can be used as evidence that the same card is being used before and after the certificate upgrade.</p>
<p>More about the specifics of the algorithm change can be found in Section 8.6.1 of <a href="http://self-issued.info/?p=80">ISIP V1.5</a> and additional guidance and commentary can be found in the corresponding section of the ISIP V1.5 Guide.</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=83</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WS-Addressing Identity Extension Published</title>
		<link>http://self-issued.info/?p=82</link>
		<comments>http://self-issued.info/?p=82#comments</comments>
		<pubDate>Wed, 27 Aug 2008 17:53:58 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=82</guid>
		<description><![CDATA[IBM and Microsoft just published the specification “Application Note: Web Services Addressing Endpoint References and Identity” at http://schemas.xmlsoap.org/ws/2006/02/addressingidentity/.  This specification is referenced by the Identity Selector Interoperability Profile (ISIP) and is covered by Microsoft’s Open Specification Promise (OSP).  This completes the publication and licensing under the OSP of all specifications that Information Cards [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/infocard_icon/images/infocard_114x80.png" hspace="2" alt="Information Card Icon" />IBM and Microsoft just published the specification “<a href="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity/WS-AddressingAndIdentity.pdf">Application Note: Web Services Addressing Endpoint References and Identity</a>” at <a href="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity/">http://schemas.xmlsoap.org/ws/2006/02/addressingidentity/</a>.  This specification is referenced by the Identity <a href="http://self-issued.info/?p=80">Selector Interoperability Profile (ISIP)</a> and is covered by Microsoft’s <a href="http://www.microsoft.com/interop/osp/">Open Specification Promise (OSP)</a>.  This completes the publication and licensing under the OSP of all specifications that Information Cards based upon the ISIP depend upon.</span></p>
<p class="body" style="margin-left:.5in"><font size="-2">Note:  While ISIP 1.5 references the addressing identity extension using a date of July 2008, it was actually published in August.  This is an erratum in the ISIP that resulted from the publication of the extension taking longer than anticipated – not a reference to a different document.  Both consistently use the URL <a href="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity/">http://schemas.xmlsoap.org/ws/2006/02/addressingidentity/</a>.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=82</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identity Selector Interoperability Profile V1.5</title>
		<link>http://self-issued.info/?p=80</link>
		<comments>http://self-issued.info/?p=80#comments</comments>
		<pubDate>Mon, 11 Aug 2008 21:21:59 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=80</guid>
		<description><![CDATA[I am pleased to announce the publication of the Identity Selector Interoperability Profile V1.5 and companion guides.  The ISIP (as it’s come to be called) documents the protocols and data formats used by Windows CardSpace so as to enable others to build compatible Information Card software.
Version 1.0 of these documents corresponded to the.NET Framework [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/infocard_icon/images/infocard_114x80.png" hspace="2" alt="Information Card Icon" />I am pleased to announce the publication of the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b94817fc-3991-4dd0-8e85-b73e626f6764&#038;DisplayLang=en">Identity Selector Interoperability Profile V1.5 and companion guides</a>.  The ISIP (as it’s come to be called) documents the protocols and data formats used by Windows CardSpace so as to enable others to build compatible Information Card software.</span></p>
<p>Version 1.0 of these documents corresponded to the.NET Framework 3.0 version of CardSpace.  Version 1.5 corresponds to CardSpace as of .NET Framework 3.5 Service Pack 1.  Like <a href="http://self-issued.info/?p=8">the previous version</a>, ISIP 1.5 is licensed under Microsoft’s <a href="http://www.microsoft.com/interop/osp/">Open Specification Promise</a>.</p>
<p>Significant new content covers:</p>
<ul>
<li>Relying Parties without SSL certificates</li>
<li>Use of WS-Trust 1.3 and WS-SecurityPolicy 1.2</li>
<li>Relying Party STSs</li>
<li>More stable PPID algorithm</li>
<li>Specifications for computing ic:IssuerId and ic:IssuerName</li>
<li>Token references by Identity Providers via wst:RequestedAttachedReference and wst:RequestedUnattachedReference elements</li>
<li>Custom issuer information in cards</li>
<li>Custom error messages</li>
<li>Clarification that an ic:MasterKey is required for managed cards</li>
<li>Plus numerous of clarifications that were found by others building Information Card software – especially during the <a href="http://osis.idcommons.net/">OSIS interops</a></li>
</ul>
<p>The three new document versions are:</p>
<ul>
<li><a href="http://download.microsoft.com/download/1/1/a/11ac6505-e4c0-4e05-987c-6f1d31855cd2/Identity_Selector_Interoperability_Profile_V1.5.pdf">Identity Selector Interoperability Profile V1.5</a> by Arun Nanda and yours truly, which provides normative specifications of the protocol elements and data interchange formats employed by CardSpace-compatible Identity Selectors and other interoperable Information Card components,</li>
<li><a href="http://download.microsoft.com/download/1/1/a/11ac6505-e4c0-4e05-987c-6f1d31855cd2/Identity_Selector_Interoperability_Profile_V1.5_Guide.pdf">An Implementer’s Guide to the Identity Selector Interoperability Profile V1.5</a>, co-authored by Microsoft and Ping Identity, which provides informative advice and commentary on how to use the ISIP specifications when building interoperable Information Card software, and</li>
<li><a href="http://download.microsoft.com/download/1/1/a/11ac6505-e4c0-4e05-987c-6f1d31855cd2/Identity_Selector_Interoperability_Profile_V1.5_Web_Guide.pdf">A Guide to Using the Identity Selector Interoperability Profile V1.5 within Web Applications and Browsers</a>, also by yours truly, which provides informative advice and commentary on how these specifications are used by Web sites that accept Information Cards and by Web browsers when communicating with these sites.</li>
</ul>
<p>Thanks to the literally dozens of you who provided comments on ways to improve the ISIP and companion docs and who reviewed drafts of this material.  This version of the docs benefited substantially from your detailed knowledge of and experience with the previous spec gained through implementing interoperable Information Card software.</p>
<p>Finally, I’d like to thank the members of the CardSpace team who diligently documented many of these features on the <a href="http://blogs.msdn.com/card/">CardSpace Team Blog</a> in advance of their publication under the ISIP.  Your work let the industry gain early experience with implementing these features and was a tremendous resource to me as I was producing these versions of the documents.</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=80</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Digital Identity Podcast for MySuccessGateway</title>
		<link>http://self-issued.info/?p=79</link>
		<comments>http://self-issued.info/?p=79#comments</comments>
		<pubDate>Fri, 04 Jul 2008 07:32:17 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Claims]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Phishing Resistance]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=79</guid>
		<description><![CDATA[Kim Cameron and I recorded a podcast on digital identity for MySuccessGateway this week at the invitation of Jim Peake of SpeechRep Consulting.  Jim was a gracious, informed, and enthusiastic host during our conversation, which covered a wide range of digital identity topics including identity theft, shared secrets, privacy, Information Cards and the Information [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/images/microphone.png" alt="Microphone" /><a href="http://www.identityblog.com/">Kim Cameron</a> and I recorded a <a href="http://www.mysuccessgateway.com/guru/podcasts.php?id=95">podcast on digital identity</a> for <a href="http://www.mysuccessgateway.com/">MySuccessGateway</a> this week at the invitation of Jim Peake of <a href="http://speechrep.com/">SpeechRep Consulting</a>.  Jim was a gracious, informed, and enthusiastic host during our conversation, which covered a wide range of digital identity topics including identity theft, shared secrets, privacy, Information Cards and the <a href="http://informationcard.net/">Information Card Foundation</a>, the value of verified claims, business models for identity providers, password fatigue, defeating phishing attacks, <a href="http://openid.net/">OpenID</a>, why interoperability is essential and the <a href="http://osis.idcommons.net/">interoperability testing</a> the industry is doing together to make it a reality, some of the identity products that are shipping and forthcoming, and the <a href="http://www.identityblog.com/?p=354">Laws of Identity</a>.   He even asked us how we felt about Bill Gates’ retirement, as a kicker.</p>
<p>If that sounds interesting to you, <a href="http://www.mysuccessgateway.com/guru/podcasts.php?id=95">give it a listen</a>…</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=79</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CardSpace Consumer Website</title>
		<link>http://self-issued.info/?p=78</link>
		<comments>http://self-issued.info/?p=78#comments</comments>
		<pubDate>Fri, 04 Jul 2008 05:56:31 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=78</guid>
		<description><![CDATA[Microsoft recently created a Consumer Website for CardSpace to educate end-users about Windows CardSpace and Information Cards.  This complements the developer-focused information at the MSDN CardSpace site and the CardSpace Community Site.
No, it’s not the kind of content targeted at regular readers of this blog – especially the short video – but then, that’s [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/images/vista_logo_75x75.jpg" alt="Windows logo" />Microsoft recently created a <a href="http://www.microsoft.com/windows/products/winfamily/cardspace/">Consumer Website for CardSpace</a> to educate end-users about Windows CardSpace and Information Cards.  This complements the developer-focused information at the <a href="http://msdn.microsoft.com/CardSpace">MSDN CardSpace site</a> and the <a href="http://netfx3.com/content/WindowsCardspaceHome.aspx">CardSpace Community Site</a>.</p>
<p>No, it’s not the kind of content targeted at regular readers of this blog – especially the <a href="http://download.microsoft.com/download/8/E/7/8E7032E0-D1D0-4AA3-BB5E-012936B76805/Film2_Home_V9.wmv">short video</a> – but then, that’s kind of the point. :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://download.microsoft.com/download/8/E/7/8E7032E0-D1D0-4AA3-BB5E-012936B76805/Film2_Home_V9.wmv" length="14685925" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>First Verified Age Information Cards</title>
		<link>http://self-issued.info/?p=77</link>
		<comments>http://self-issued.info/?p=77#comments</comments>
		<pubDate>Sun, 29 Jun 2008 05:37:27 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Claims]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=77</guid>
		<description><![CDATA[Last week IDology demonstrated a first that many of us see great possibilities for:  an Information Card making a verified age claim.  I’m excited at this first step towards the goal of enabling people to routinely use interoperable verified claims about themselves via Information Cards.

Obtaining my age-verified card online was easy.  I submitted my name, address, and birth date (via a self-issued card) to IDology’s verification process.  Next they asked me a few additional questions to confirm that I was likely to be the person who I claimed to be.  With correct answers in hand, they proceeded to issue me an Information Card enabling me to make IDology-verified claims on my own behalf.

I used the card at two (demo) relying parties:  a social networking site that restricts membership to people 18 and over and an online wine store.  You can also imagine verified identity information being valuable at job and career sites, at dating sites, when applying for insurance or credit, for enrolling in promotions, etc.  The possibilities are endless.

Please join me in congratulating IDology on this significant achievement.  I believe it will be the first of many good things to come in the verified identity space!]]></description>
			<content:encoded><![CDATA[<p><img src="http://self-issued.info/images/IDology/IDology_Verified_Over_18.png" align="right" alt="IDology Verified Over 18 card" />Last week <a href="http://idology.com/">IDology</a> demonstrated a first that many of us see great possibilities for:  an Information Card making a verified age claim.  I’m excited at this first step towards the goal of enabling people to routinely use <a href="http://self-issued.info/?p=9">interoperable verified claims</a> about themselves via Information Cards.</p>
<p>Obtaining my age-verified card online was easy.  I submitted my name, address, and birth date (via a self-issued card) to IDology’s verification process.  Next they asked me a few additional questions to confirm that I was likely to be the person who I claimed to be.  With correct answers in hand, they proceeded to issue me an Information Card enabling me to make IDology-verified claims on my own behalf.</p>
<p>I used the card at two (demo) relying parties:  a social networking site that restricts membership to people 18 and over and an online wine store.  You can also imagine verified identity information being valuable at job and career sites, at dating sites, when applying for insurance or credit, for enrolling in promotions, etc.  The possibilities are endless.</p>
<p>Please join me in congratulating <a href="http://idology.com/">IDology</a> on this significant achievement.  I believe it will be the first of many good things to come in the verified identity space!</p>
<hr />
<p>The remainder of this post shows the process of obtaining and using my verified identity Information Card.  In some cases I intentionally went through extra steps, such as previewing the cards before sending them, to make it completely clear what is occurring.  The address of the demo site is obscured at IDology’s request because this is not yet a production service.  Some of the (real) data about me used to obtain the card is obscured for privacy reasons.</p>
<p><strong>Signing Up for a Verified Age Card</strong></p>
<p><span class="plain"><img src="http://self-issued.info/images/IDology/IDology_start.png" alt="SocialNet start page" /></span></p>
<p>The experience starts by visiting the “SocialNet” site, which invites me to join.  I click “Join SocialNet Today”.</p>
<p><span class="plain"><img src="http://self-issued.info/images/IDology/IDology_join.png" alt="SocialNet join page" /></span></p>
<p>SocialNet lets me join either by typing my information into a web form or by providing it via an Information Card.  I click the Information Card icon.</p>
<p><span class="plain"><img src="http://self-issued.info/images/IDology/IDology_join_selection.png" alt="SocialNet join card selection" /></span></p>
<p>This brings up CardSpace, where I choose a self-issued card with my home address.</p>
<p><span class="plain"><img src="http://self-issued.info/images/IDology/IDology_join_preview.png" alt="SocialNet join card preview" /></span></p>
<p>I preview the card, seeing that the site will be sent my name, address, and birth date.  I click “Send”.</p>
<p><span class="plain"><img src="http://self-issued.info/images/IDology/IDology_questions.png" alt="SocialNet verification questions" /></span></p>
<p>I’m asked two questions that I should know the answers to to help confirm that I am who I say I am.  I answer them correctly.</p>
<p><span class="plain"><img src="http://self-issued.info/images/IDology/IDology_joined.png" alt="SocialNet joined" /></span></p>
<p>Having passed the identity verification process, I’m given the opportunity to download an Information Card for my newly verified identity.  I click on “Download Managed InfoCard”.</p>
<p><span class="plain"><img src="http://self-issued.info/images/IDology/IDology_install_card.png" alt="Install IDology card" /></span></p>
<p>I click the “Install and Exit” button to install my verified identity Information Card.</p>
<p><strong>Using the Card at SocialNet</strong></p>
<p><span class="plain"><img src="http://self-issued.info/images/IDology/IDology_SocialNet_login.png" alt="SocialNet login page" /></span></p>
<p>Now that I have a verified age card, I use it to sign in at SocialNet by clicking on the Information Card icon.</p>
<p><span class="plain"><img src="http://self-issued.info/images/IDology/IDology_SocialNet_selection.png" alt="SocialNet login card selection" /></span></p>
<p>I choose my IDology verified Information Card and click “Preview” to review the claims I’m being asked for.</p>
<p><span class="plain"><img src="http://self-issued.info/images/IDology/IDology_SocialNet_preview.png" alt="SocialNet login card preview" /></span></p>
<p>SocialNet is only asking for my name and the PPID for my card.  I send them.</p>
<p><span class="plain"><img src="http://self-issued.info/images/IDology/IDology_SocialNet_logged_in.png" alt="SocialNet logged in" /></span></p>
<p>I’m logged into SocialNet using my verified Information Card.</p>
<p><strong>Using the Card at OnlineWineMerchant.com</strong></p>
<p><span class="plain"><img src="http://self-issued.info/images/IDology/IDology_Wine_login.png" alt="OnlineWineMerchant login page" /></span></p>
<p>Now I go to another site that accepts my verified age Information Card: “OnlineWineMerchant.com”.  I click the Information Card icon to sign in.</p>
<p><span class="plain"><img src="http://self-issued.info/images/IDology/IDology_Wine_selection.png" alt="OnlineWineMerchant login card selection" /></span></p>
<p>My IDology verified Information Card is accepted by the site.  I choose it and click “Preview”.</p>
<p><span class="plain"><img src="http://self-issued.info/images/IDology/IDology_Wine_preview.png" alt="OnlineWineMerchant login card preview" /></span></p>
<p>OnlineWineMerchant.com is also only asking for my name and a PPID.  (In a real deployment, I suspect it would be asking for an age claim of some kind too.)  I send the card.</p>
<p><span class="plain"><img src="http://self-issued.info/images/IDology/IDology_Wine_logged_in.png" alt="OnlineWineMerchant logged in" /></span></p>
<p>I’m logged into OnlineWineMerchant.com using my verified age card, letting me take advantage of the verification I did for SocialNet on this site too.  This is the synergy that will make Information Cards with verified identity claims a valuable addition to the identity landscape.</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=77</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>A Personal Perspective on the Information Card Foundation Launch</title>
		<link>http://self-issued.info/?p=76</link>
		<comments>http://self-issued.info/?p=76#comments</comments>
		<pubDate>Tue, 24 Jun 2008 10:28:38 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Bandit Project]]></category>
		<category><![CDATA[Higgins Project]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Pamela Project]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Phishing Resistance]]></category>
		<category><![CDATA[Windows CardSpace]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=76</guid>
		<description><![CDATA[
In May 2005, when I wrote the whitepaper “Microsoft’s Vision for an Identity Metasystem”, these sentences were aspirational:

Microsoft&#8217;s implementation will be fully interoperable via WS-* protocols with other identity selector implementations, with other relying party implementations, and with other identity provider implementations.
Non-Microsoft applications will have the same ability to use &#34;InfoCard&#34; to manage their identities [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><a href="http://informationcard.net/"><img src="http://self-issued.info/images/icf_banner.jpg" alt="Information Card Foundation banner" /></a></span></p>
<p>In May 2005, when I wrote the whitepaper “<a href="http://msdn.microsoft.com/en-us/library/ms996422.aspx">Microsoft’s Vision for an Identity Metasystem</a>”, these sentences were aspirational:</p>
<blockquote><p>
Microsoft&#8217;s implementation will be fully interoperable via WS-* protocols with other identity selector implementations, with other relying party implementations, and with other identity provider implementations.</p>
<p>Non-Microsoft applications will have the same ability to use &quot;InfoCard&quot; to manage their identities as Microsoft applications will.  Non-Windows operating systems will be able to be full participants of the identity metasystem we are building in cooperation with the industry.  Others can build an entire end-to-end implementation of the metasystem without any Microsoft software, payments to Microsoft, or usage of any Microsoft online identity service.
</p></blockquote>
<p>Now they are present-day reality.</p>
<p>This didn’t happen overnight and it wasn’t easy.  Indeed, despite it being hard, the identity industry saw it as vitally important, and made it happen through concerted, cooperative effort.  Key steps along the way included the <a href="http://www.identityblog.com/?p=354">Laws of Identity</a>, the Berkman Center Identity Workshops in 2005 and <a href="http://www.identitymash-up.org/">2006</a>, the <a href="http://iiw.idcommons.net/">Internet Identity Workshops</a>, the establishment of <a href="http://osis.idcommons.net/">OSIS</a>, the formation of the <a href="http://www.eclipse.org/higgins/">Higgins</a>, <a href="http://www.bandit-project.org/">Bandit</a>, <a href="https://opensso.dev.java.net/">OpenSSO</a>, <a href="http://xmldap.org/">xmldap</a>, and <a href="http://pamelaproject.com/">Pamela</a> projects, publication of the <a href="http://self-issued.info/?p=8">Identity Selector Interoperability Profile</a>, the <a href="http://www.microsoft.com/interop/osp/">Open Specification Promise</a>, the OSIS user-centric identity interops (<a href="http://self-issued.info/?p=12">I1 rehearsal</a>, <a href="http://self-issued.info/?p=25">I1</a>, <a href="http://self-issued.info/?p=39">I2</a>, <a href="http://self-issued.info/?p=68">I3</a>, and the current <a href="http://osis.idcommons.net/wiki/I4_User-Centric_Identity_Interop_through_Digital_ID_World_2008">I4</a>), the <a href="http://www.identityblog.com/?p=668">OpenID anti-phishing collaboration</a>, the <a href="http://self-issued.info/?p=17">Information Card icon</a>, and of course numerous software releases by individuals and companies for all major development platforms, including releases by <a href="http://blog.beuchelt.org/2008/03/31/Lifting+The+Curtain.aspx">Sun</a>, <a href="http://www.ca.com/files/whitepapers/ca_microsoft_usercentric_identity_wp.pdf">CA</a>, and <a href="http://www.internetnews.com/infra/article.php/3748166/IBM+Expands+Federated+Identity+Effort.htm">IBM</a>.</p>
<p>Of course, despite all the groundwork that’s been laid and the cooperation that’s been established, the fun is really just beginning.  What most excites me about the group of companies that have come together around Information Cards is that many of them are potential <b><i>deployers</i></b> of Information Cards, rather than just being producers of the underlying software.</p>
<p>The Internet is still missing a much-needed ubiquitous identity layer. The good news is that the broad industry collaboration that has emerged around Information Cards and the visual Information Card metaphor is a key enabler for building it, together in partnership with other key technologies and organizations.</p>
<p>The members of the Information Card Foundation (and many others also working with us) share this vision from the conclusion of <a href="http://msdn.microsoft.com/en-us/library/ms996422.aspx">the whitepaper</a>:</p>
<blockquote><p>
We believe that many of the dangers, complications, annoyances, and uncertainties of today&#8217;s online experiences can be a thing of the past.  Widespread deployment of the identity metasystem has the potential to solve many of these problems, benefiting everyone and accelerating the long-term growth of connectivity by making the online world safer, more trustworthy, and easier to use.
</p></blockquote>
<p>In that spirit, please join me in welcoming all of these companies and individuals to the <a href="http://informationcard.net/">Information Card Foundation</a>: founding corporate board members <a href="http://www.equifax.com/">Equifax</a>, <a href="http://www.google.com/">Google</a>, <a href="http://www.microsoft.com/">Microsoft</a>, <a href="http://www.novell.com/">Novell</a>, <a href="http://www.oracle.com/">Oracle</a>, and <a href="https://www.paypal.com/">PayPal</a>; founding individual board members <a href="http://www.identityblog.com/">Kim Cameron</a>, <a href="http://eternaloptimist.wordpress.com/">Pamela Dingle</a>, <a href="http://blog.pingidentity.com/blog/ctotalk/">Patrick Harding</a>, <a href="http://ahodgkinson.wordpress.com/">Andrew Hodgkinson</a>, <a href="http://www.links.org/">Ben Laurie</a>, <a href="http://ignisvulpis.blogspot.com/">Axel Nennker</a>, <a href="http://www.equalsdrummond.name/">Drummond Reed</a>, <a href="http://www.socialphysics.org/mary_ruddy.html.htm">Mary Ruddy</a>, and <a href="http://incontextblog.com/">Paul Trevithick</a>; launch members <a href="http://www.arcot.com/">Arcot Systems</a>, <a href="http://www.aristotle.com/">Aristotle</a>, <a href="http://www.ate-software.net/">A.T.E. Software</a>, <a href="https://www.backgroundchecks.com/">BackgroundChecks.com</a>, <a href="http://www.corisecio.com/">CORISECIO</a>, <a href="http://fugensolutions.com/">FuGen Solutions</a>, <a href="http://www.fun.de/">Fun Communications</a>, <a href="http://www.gemalto.com/">Gemalto</a>, <a href="http://www.idology.com/">IDology</a>, <a href="http://www.ipcommerce.com/">IPcommerce</a>, <a href="http://www.ootao.com/">ooTao</a>, <a href="http://www.parity.com">Parity Communications</a>, <a href="http://www.pingidentity.com/">Ping Identity</a>, <a href="http://www.privo.com/">Privo</a>, <a href="http://www.wave.com/">Wave Systems</a>, and <a href="http://wso2.com/">WSO2</a>; associate members <a href="http://www.fraunhofer.de/EN/">Fraunhofer Institute</a> and <a href="http://www.projectliberty.org/">Liberty Alliance</a>; individual members <a href="http://www.dbartholomew.net/">Daniel Bartholomew</a> and <a href="http://tootallsid.blogspot.com/">Sid Sidner</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=76</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
