<?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; Software</title>
	<atom:link href="http://self-issued.info/?feed=rss2&#038;cat=10" 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>AD FS 2.0 Interop Step-By-Step Guide:  Oracle Identity Federation</title>
		<link>http://self-issued.info/?p=333</link>
		<comments>http://self-issued.info/?p=333#comments</comments>
		<pubDate>Mon, 02 Aug 2010 22:44:35 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Federation]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=333</guid>
		<description><![CDATA[Microsoft has published the second in a series of step-by-step guides on configuring AD FS 2.0 to interoperate with partner products.  This guide describes how to configure AD FS 2.0 and Oracle Identity Federation 11.1.1.2, as delivered in Oracle Identity Management 11.1.1.3, to federate using the SAML 2.0 protocol.  The guide is available [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has published the second in a <a href="http://technet.microsoft.com/en-us/library/dd727938(WS.10).aspx">series of step-by-step guides</a> on configuring AD FS 2.0 to interoperate with partner products.  This guide describes how to configure AD FS 2.0 and Oracle Identity Federation 11.1.1.2, as delivered in Oracle Identity Management 11.1.1.3, to federate using the SAML 2.0 protocol.  The guide is available in <a href="http://technet.microsoft.com/en-us/library/ff849212(WS.10).aspx">HTML</a> and <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&#038;FamilyID=46bd1cc0-cbe1-4426-875d-428b25b65f1a">Word</a> formats.  Thanks again to author <a href="http://www.davemartinez.net/">Dave Martinez</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=333</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Consumer Identities for Business Interactions</title>
		<link>http://self-issued.info/?p=325</link>
		<comments>http://self-issued.info/?p=325#comments</comments>
		<pubDate>Sat, 10 Jul 2010 17:41:15 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Claims]]></category>
		<category><![CDATA[Federation]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=325</guid>
		<description><![CDATA[Medtronic, PayPal, Southworks, and Microsoft recently worked together to demonstrate the ability for people to use their PayPal identities for participating in a Medtronic medical device trial, rather than having to create yet another username and password.  Furthermore, the demo showed the use of verified claims, where the name, address, birth date, and gender [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.medtronic.com/">Medtronic</a>, <a href="https://www.paypal.com/">PayPal</a>, <a href="http://www.southworks.net/Home.aspx">Southworks</a>, and Microsoft recently worked together to demonstrate the ability for people to use their PayPal identities for participating in a Medtronic medical device trial, rather than having to create yet another username and password.  Furthermore, the demo showed the use of verified claims, where the name, address, birth date, and gender claims provided by PayPal are relied upon by Medtronic and its partners as being sufficiently authoritative to sign people up for the trial and ship them the equipment.  I showed this to many of you at the most recent <a href="http://www.internetidentityworkshop.com/">Internet Identity Workshop</a>.</p>
<p>From a technology point of view, this was a multi-protocol federation using OpenID and WS-Federation – OpenID for the PayPal identities and WS-Federation between Medtronic and two relying parties (one for ordering the equipment and one for anonymously recording opinions about the trial).  It was also multi-platform, with the Medtronic STS running on Windows and using the <a href="http://msdn.microsoft.com/en-us/evalcenter/dd440951.aspx">Windows Identity Foundation</a> (WIF) and <a href="http://www.dotnetopenauth.net/">DotNetOpenAuth</a>, the equipment ordering site running on Linux and using <a href="http://rnd.feide.no/simplesamlphp">simpleSAMLphp</a>, and the opinions site running on Windows and also using WIF.  A diagram of the scenario flows is as follows:</p>
<p><span class="plain"><img src="http://self-issued.info/images/Identity_Mash-Up_Diagram.png" alt="Identity Mash-Up Diagram" /></span></p>
<p>We called the demo an “identity mash-up” because Medtronic constructed a identity for the user containing both claims that came from the original PayPal identity and claims it added (“mashed-up”) to form a new, composite identity.  And yet, access to this new identity was always through the PayPal identity.  You can read more about the demo on the <a href="http://blogs.msdn.com/b/interoperability/archive/2010/07/09/identity-mash-up-federation-demo-using-multiple-protocols-openid-and-ws-federation.aspx">Interoperability @ Microsoft blog</a>, including viewing a <a href="http://channel9.msdn.com/posts/jccim/Identity-Mash-up-Federation-Demo-using-Multiple-Protocols-OpenID-and-WS-Federation/">video of the demo</a>.  <a href="http://www.southworks.net/Home.aspx">Southworks</a> also made the <a href="http://southworks.github.com/protocol-bridge-claims-provider/">documentation</a> and <a href="http://github.com/southworks/protocol-bridge-claims-provider">code</a> for the multi-protocol STS available.</p>
<p>I’ll close by thanking the teams at PayPal, Medtronic, and Southworks for coming together to produce this demo.  They were all enthusiastic about using consumer identities for Medtronic’s business scenario and pitched in together to quickly make it happen.</p>
<hr />
<p>Update:  Also see related posts by <a href="http://www.identityblog.com/?p=1146">Kim Cameron</a> and <a href="http://blogs.southworks.net/mwoloski/2010/07/12/consumer-identities-for-business-transactions/">Matias Woloski</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=325</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Identity Interop at Catalyst San Diego, July 2010</title>
		<link>http://self-issued.info/?p=319</link>
		<comments>http://self-issued.info/?p=319#comments</comments>
		<pubDate>Fri, 09 Jul 2010 00:33:53 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Federation]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=319</guid>
		<description><![CDATA[I’ll be participating in an Open Identity for Business Interop being held by OSIS at Catalyst in San Diego this month.  This multi-protocol interop event includes exercising the US Government identity profiles developed as part of the Open Identity Solutions for Open Government initiative.  Microsoft is hosting testing endpoints using AD FS 2.0 [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/images/osis-logo.png" alt="OSIS logo" /></span>I’ll be participating in an <a href="http://www.catalyst.burtongroup.com/na10/ConferenceElements.html#mburton">Open Identity for Business Interop</a> being <a href="http://osis.idcommons.net/wiki/Open_Identity_for_Business_Interop_-_Burton_Group_Catalyst,_July_28,_2010">held by OSIS</a> at <a href="http://www.catalyst.burtongroup.com/NA10/index.html">Catalyst in San Diego</a> this month.  This multi-protocol interop event includes exercising the <a href="http://www.idmanagement.gov/drilldown.cfm?action=openID_openGOV">US Government identity profiles</a> developed as part of the <a href="http://self-issued.info/?p=216">Open Identity Solutions for Open Government</a> initiative.  Microsoft is hosting testing endpoints using <a href="http://self-issued.info/?p=297">AD FS 2.0</a> and the <a href="http://self-issued.info/?p=305">Card Issuance CTP</a>.  The public interop demonstration is on Wednesday, July 28th.  Hope to see you there!</p>
<p><span class="plain"><img src="http://self-issued.info/images/Catalyst_NA10_Interop_Banner.png" alt="Catalyst North America 2010 Interop Banner" /></span></p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=319</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AD FS 2.0 Interop Step-By-Step Guide:  CA Federation Manager</title>
		<link>http://self-issued.info/?p=315</link>
		<comments>http://self-issued.info/?p=315#comments</comments>
		<pubDate>Thu, 08 Jul 2010 06:26:46 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Federation]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=315</guid>
		<description><![CDATA[Microsoft has published the first of a series of step-by-step guides on configuring AD FS 2.0 to interoperate with partner products.  This guide describes how to configure AD FS 2.0 and CA Federation Manager r12.1 to federate using the SAML 2.0 protocol.  The guide is available in HTML and Word format.  Thanks [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has published the first of a series of step-by-step guides on configuring AD FS 2.0 to interoperate with partner products.  This guide describes how to configure AD FS 2.0 and CA Federation Manager r12.1 to federate using the SAML 2.0 protocol.  The guide is available in <a href="http://technet.microsoft.com/en-us/library/ff754295(WS.10).aspx">HTML</a> and <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&#038;FamilyID=fef76ca4-5677-4356-afb1-196d8f92dc79">Word</a> format.  Thanks go to author Dave Martinez for his expert and detailed treatment of the topic.</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=315</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>AD FS 2.0 Has Shipped</title>
		<link>http://self-issued.info/?p=297</link>
		<comments>http://self-issued.info/?p=297#comments</comments>
		<pubDate>Wed, 05 May 2010 18:15:20 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Federation]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=297</guid>
		<description><![CDATA[Active Directory Federation Services (AD FS) 2.0 shipped today.  In addition to supporting WS-Federation, as the first version did, this release also supports the SAML 2.0 and WS-Trust protocols.
At this milestone, I’d like to thank the numerous partners who did extensive interop testing with us as AD FS 2.0 was being developed, helping ensure [...]]]></description>
			<content:encoded><![CDATA[<p>Active Directory Federation Services (AD FS) 2.0 <a href="http://blogs.msdn.com/card/archive/2010/05/05/ad-fs-2-0-is-here.aspx">shipped today</a>.  In addition to supporting WS-Federation, as the first version did, this release also supports the SAML 2.0 and WS-Trust protocols.</p>
<p>At this milestone, I’d like to thank the numerous partners who did extensive interop testing with us as AD FS 2.0 was being developed, helping ensure that it works well with other’s products.  Milestones along the way included <a href="http://self-issued.info/?p=90">early interop testing with Shibboleth, IBM, and Ping Identity</a> during Beta 1, <a href="http://self-issued.info/?p=191">interop work with CA</a>, <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&#038;FamilyID=9eb1f3c7-84da-40eb-b9aa-44724c98e026">Novell, and Sun</a> during Beta 2, the <a href="http://self-issued.info/?p=174">Federation Interop at Catalyst</a> in July 2009, the <a href="http://self-issued.info/?p=226">Liberty Alliance SAML 2.0 testing</a> last summer, and the <a href="http://www.oasis-open.org/news/oasis-news-2010-03-02.php">OASIS IMI interop at RSA</a> in March.  Plus, we’re grateful to the numerous customers who test-drove and gave us invaluable feedback on AD FS 2.0 and the other “Geneva” wave products as they were being developed.  This release is far stronger because of all of your contributions!</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=297</wfw:commentRss>
		<slash:comments>2</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>Maker’s Schedule, Manager’s Schedule</title>
		<link>http://self-issued.info/?p=231</link>
		<comments>http://self-issued.info/?p=231#comments</comments>
		<pubDate>Thu, 29 Oct 2009 01:46:48 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=231</guid>
		<description><![CDATA[I’m working directly with developers on a prototype project at the moment.  I’ve tried to keep the lessons from this great post by Paul Graham about how programmers work most efficiently in mind when interacting with them.  Here’s a teaser excerpt to get you to read the rest of it:

When you&#8217;re operating on [...]]]></description>
			<content:encoded><![CDATA[<p>I’m working directly with developers on a prototype project at the moment.  I’ve tried to keep the lessons from this <a href="http://www.paulgraham.com/makersschedule.html">great post by Paul Graham</a> about how programmers work most efficiently in mind when interacting with them.  Here’s a teaser excerpt to get you to read the rest of it:</p>
<blockquote><p>
When you&#8217;re operating on the maker&#8217;s schedule, meetings are a disaster. A single meeting can blow a whole afternoon, by breaking it into two pieces each too small to do anything hard in. Plus you have to remember to go to the meeting.
</p></blockquote>
<p>(<a href="http://self-issued.info/?p=211">Come to IIW</a> if you want to see what we’ve been working on and talk with the developers yourself. :-) )</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=231</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Liberty Alliance SAML 2.0 Interoperability Testing Results</title>
		<link>http://self-issued.info/?p=226</link>
		<comments>http://self-issued.info/?p=226#comments</comments>
		<pubDate>Thu, 01 Oct 2009 01:57:10 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Federation]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=226</guid>
		<description><![CDATA[I’m pleased to report that Microsoft passed the Liberty SAML 2.0 interoperability tests that it participated in, as did fellow participants Entrust, IBM, Novell, Ping Identity, SAP, and Siemens.  Testing is an involved process, as you can read about on the team blog, with numerous tests covering different protocol aspects and scenarios, which are [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><a href="http://www.internetidentityworkshop.com/"><img align="right" border="0" hspace="0" src="http://self-issued.info/images/liberty_interoperable_tm_logo_medium.jpg" alt="Liberty Interoperable logo" /></a></span>I’m pleased to report that Microsoft <a href="http://media.projectliberty.org/saml_2_0_test_procedure_v3_2_2_full_matrix_implementation_table_q309/">passed the Liberty SAML 2.0 interoperability tests</a> that it participated in, as did fellow participants Entrust, IBM, Novell, Ping Identity, SAP, and Siemens.  Testing is an involved process, <a href="http://blogs.msdn.com/card/archive/2009/10/01/ad-fs-v2-0-passes-liberty-alliance-saml-2-0-interoperability-testing.aspx">as you can read about on the team blog</a>, with numerous tests covering different protocol aspects and scenarios, which are run “full-matrix” with all other participants.  Microsoft participated in the IdP Lite, SP Lite, and eGov conformance modes, which our customers told us were important to them.</p>
<p>As Roger Sullivan reported in the <a href="http://www.prnewswire.com/news-releases/entrust-ibm-microsoft-novell-ping-identity-sap-and-siemens-pass-liberty-alliance-saml-20-interoperability-testing-62865882.html">Liberty press release</a>, this round of testing included more vendors than ever before.  Related to this, I was pleased that Microsoft decided to let other vendors know up front that it would be participating.  (Typically vendors don’t say anything about their participation until there’s an  announcement that they’ve passed.)  This openness enabled me to personally reach out to others with SAML 2.0 implementations, many of whom did choose to participate (and of course who might have also done so without my encouragement to join the party!).</p>
<p>For more about this accomplishment, see <a href="http://news.idg.no/cw/art.cfm?id=0C502573-1A64-67EA-E45820C94D08EBD7">John Fontana’s ComputerWorld story</a>, the <a href="http://blogs.msdn.com/interoperability/archive/2009/09/30/saml-2-0-interoperability-testing-passed.aspx">Interoperability @ Microsoft blog</a>, <a href="http://blogs.msdn.com/vbertocci/archive/2009/09/30/it-s-official-adfs-2-0-passes-liberty-alliance-saml-2-0-interop-tests-with-ibm-sap-novell-ping-siemens-entrust.aspx">Vittorio’s blog</a>, and the <a href="http://projectliberty.org/liberty/content/download/4732/32917/file/SAML_3Q09_+IOP_Test_Event_Final_Report.pdf">full test results</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=226</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CA and Microsoft Identity Products Interop</title>
		<link>http://self-issued.info/?p=191</link>
		<comments>http://self-issued.info/?p=191#comments</comments>
		<pubDate>Tue, 08 Sep 2009 01:25:45 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Federation]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=191</guid>
		<description><![CDATA[CA and Microsoft have published a whitepaper describing interop work the two companies have done between their identity products, ensuring that they work well together. SiteMinder and CA Federation Manager from CA and Active Directory Federation Services (AD FS) 2.0 and Windows Identity Foundation from Microsoft were the products tested.  The interop work covered [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/images/Microsoft_logo_178x29.png" hspace="2" vspace="6" alt="Microsoft logo" /><img align="right" src="http://self-issued.info/images/CA_logo.gif" hspace="15" alt="CA logo" /></span>CA and Microsoft have published a whitepaper describing interop work the two companies have done between their identity products, ensuring that they work well together. SiteMinder and CA Federation Manager from CA and Active Directory Federation Services (AD FS) 2.0 and Windows Identity Foundation from Microsoft were the products tested.  The interop work covered both the SAML 2.0 protocol and the WS-Federation protocol, with each companies’ products configured in both Identity Provider and Relying Party roles.  For instance, one scenario tested was using using a CA-hosted identity to access a SharePoint 2007 installation via the Windows Identity Foundation using the WS-Federation protocol.  You can download the whitepaper either <a href="http://www.ca.com/us/products/collateral.aspx?cid=214836">from CA</a> or <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&#038;FamilyID=9eb1f3c7-84da-40eb-b9aa-44724c98e026">from Microsoft</a>.</p>
<p>I’d like to thank Dave Martinez for all the expert work he put into getting this done, which included configuring products, running tests, doing the writing, and herding cats!  I’d also like to extend my sincere thanks to Wes Dunnington, Mark Palmer, and <a href="http://jbroberg.spaces.live.com/">Jeff Broberg</a> of CA, who have been exemplary and diligent partners throughout this effort, rolling up your sleeves and working closely with your Microsoft counterparts to diagnose issues that arose, until we demonstrated all the scenarios working.</p>
<p>I’ll close by quoting a note that Wes sent to both teams upon the successful conclusion of our work together:</p>
<blockquote><p>
We are truly happy that this joint effort has resulted in the successful interop between our two products. This kind of work is crucial to get more and more businesses to adopt standards based solutions as they start to reach across the Internet for their application needs.
</p></blockquote>
<p>I couldn’t agree more!</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=191</wfw:commentRss>
		<slash:comments>0</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>SUSE Linux Now Includes an Identity Selector</title>
		<link>http://self-issued.info/?p=101</link>
		<comments>http://self-issued.info/?p=101#comments</comments>
		<pubDate>Tue, 27 Jan 2009 06:48:23 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Bandit Project]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=101</guid>
		<description><![CDATA[
My thanks to Dale Olds for pointing out that the SUSE Linux distribution now contains an Identity Selector – DigitalMe (from the Bandit Project).  He’s right – it’s important to mark significant milestones such as these.  That’s now two platforms and counting…
]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/images/digitalme-logo.png" alt="DigitalMe Logo" /></span></p>
<p>My thanks to Dale Olds for pointing out that <a href="http://virtualsoul.org/blog/2009/01/26/first-identity-selector-in-a-linux-distribution-digitalme-in-opensuse-111/">the SUSE Linux distribution now contains an Identity Selector</a> – <a href="http://code.bandit-project.org/trac/wiki/DigitalMe">DigitalMe</a> (from the <a href="http://www.bandit-project.org/">Bandit Project</a>).  He’s right – it’s important to mark significant milestones such as these.  That’s now two platforms and counting…</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=101</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Novell Product Release with Information Cards and WS-Federation</title>
		<link>http://self-issued.info/?p=100</link>
		<comments>http://self-issued.info/?p=100#comments</comments>
		<pubDate>Wed, 21 Jan 2009 06:24:45 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Bandit Project]]></category>
		<category><![CDATA[Federation]]></category>
		<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=100</guid>
		<description><![CDATA[As announced in Dale Olds’ post Information Card breakthrough with Novell Access Manager 3.1, Novell has released a version of Access Manager that adds support for Information Cards and WS-Federation, partially courtesy of the Bandit Team.  I was on the show floor at BrainShare in March 2007 when Novell first demonstrated WS-Federation interop (showing [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/images/novell_logo_red.gif" alt="Novell logo" /></span>As announced in Dale Olds’ post <a href="http://virtualsoul.org/blog/2009/01/20/information-card-breakthrough-with-novell-access-manager-31/">Information Card breakthrough with Novell Access Manager 3.1</a>, Novell has released a version of <a href="http://www.novell.com/products/accessmanager/">Access Manager</a> that adds support for Information Cards and WS-Federation, partially courtesy of the <a href="http://www.bandit-project.org/">Bandit Team</a>.  I was on the show floor at BrainShare in March 2007 when Novell first demonstrated WS-Federation interop (showing eDirectory users on Linux accessing SharePoint on Windows via an early version of Access Manager and ADFS), so I’m particularly glad to see that the scenarios we jointly demonstrated then can now be deployed by real customers.</p>
<p>It was also at that BrainShare where Novell demonstrated the <a href="http://self-issued.info/?p=5">first cross-platform Identity Selector</a> (an event significant enough that I decided it was time to start blogging).  It’s great to likewise see Novell’s Information Card work progress from show-floor demos to shipping product.  Congratulations to Novell and the Bandits!</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=100</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>IBM Product Release for Information Cards and OpenID</title>
		<link>http://self-issued.info/?p=71</link>
		<comments>http://self-issued.info/?p=71#comments</comments>
		<pubDate>Wed, 21 May 2008 17:06:40 +0000</pubDate>
		<dc:creator>Mike Jones</dc:creator>
				<category><![CDATA[Information Cards]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://self-issued.info/?p=71</guid>
		<description><![CDATA[As reported in InternetNews (and brought to my attention by Tony Nadalin), IBM has expanded the scope of its Tivoli Federated Identity Manager product to include support for Information Cards and OpenID.  This is a fantastic development, as it puts software enabling use of these user-centric identity technologies into the hands of IBM’s numerous [...]]]></description>
			<content:encoded><![CDATA[<p><span class="plain"><img align="right" src="http://self-issued.info/images/ibm_logo.png" alt="IBM logo" /><a href="http://www.internetnews.com/software/article.php/3748166/IBM+Expands+Federated+Identity+Effort.htm">As reported in InternetNews</a> (and brought to my attention by Tony Nadalin), IBM has expanded the scope of its Tivoli Federated Identity Manager product to include support for Information Cards and OpenID.  This is a fantastic development, as it puts software enabling use of these user-centric identity technologies into the hands of IBM’s numerous important customers, ranging from enterprises to Internet businesses.  Congratulations to IBM and the Tivoli team for this significant achievement!</p>
]]></content:encoded>
			<wfw:commentRss>http://self-issued.info/?feed=rss2&amp;p=71</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
