I saw that Gina Trapani had written a blog post about Chris Messina’s “This Week in Google.” It explains how to use your own domain as an OpenID.
http://smarterware.org/6286/how-to-set-up-openid-on-your-own-domain/
In the comments, many people are delighted to discover, “OpenID can do that!” It is very good that people have been reminded how useful OpenID “delegation” is.
In the post, he writes:
I still haven’t figured out how to designate Idproxy as my “fallback” provider. If you know how, please tell me in the comments.
John Bradley posted a reply, but WordPress ate the tags in the comment and rendered it incomprehensible, so I will post my version here.
(1) Create an XRDS file like the following. Modify the contents as appropriate for your own situation.
<?xml version="1.0" encoding="UTF-8"?>
<xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)">
<XRD>
<CanonicalID>http://xri.net/=!E18C.3B56.889D.850B</CanonicalID>
<Service priority="10">
<Type>http://specs.openid.net/auth/2.0/signon</Type>
<URI>https://authn.fullxri.com/authentication/</URI>
<LocalID>http://xri.net/=!E18C.3B56.889D.850B</LocalID>
</Service>
<Service priority="20">
<Type>http://specs.openid.net/auth/2.0/signon</Type>
<URI>https://www.google.com/accounts/o8/ud?source=profiles</URI>
<LocalID>http://www.google.com/profiles/sakimura</LocalID>
</Service>
</XRD>
</xrds:XRDS>
In this file, each <Service> represents an Authentication Service.
In the example above, Google (priority="20") is specified as the failover server for fullxri (priority="10").
(2) Specify the location of this file on the domain’s home page as shown below. (In this example, it is a file named yadis.xml placed at the top level of www.sakimura.org.)
<meta http-equiv="X-XRDS-Location" content="http://www.sakimura.org/yadis.xml"></meta>
That’s all!
Unfortunately, not every RP library supports this kind of failover. As far as I know, the DotNetOpenAuth and JanRain libraries appear to support it.
Related posts

On May 19, I Will Deliver a Keynote at EIC 2026 in Berlin, Titled “When Software Becomes Staff: Governance, Security & Safety for Agentic AI”
On the first day of EIC 2026, I will deliver the keynote “When Software Becomes Staff: Governance, Security & Safety for Agentic AI.”

I Will Appear on the Okinawa Open Days Panel “Current and Future OSS Initiatives in Economic Security”
It is already the day of the event—in fact, I am writing this now (12/4 9:45) at my desk while preparing for the panel—but I will…
We Submitted Public Comments on the FSA’s Proposed Partial Amendments to the “Comprehensive Guidelines for Supervision of Financial Instruments Business Operators, etc.”
The U.S.-based OpenID Foundation submitted the following public comments on the Proposed Partial Amendments to the “Comprehensive Guidelines for Supervision of Financial Instruments Business Operators, etc.”…
