OpenID - How can I use my personal domain as an OpenID provider/forwarder?
- by John Himmelman
I read this comment in the OpenID post on the stackoverflow blog.
Kibbee says : One nice feature of OpenID that I use is the ability to delegate the openID verification. So I can set up my own domain name, and then put a tiny bit of XML on that page that tells the site (like stackoverflow) to go to some other openid Provider (in my case MyOpenID). The big plus is that I have complete control over my Open ID account. If MyOpenID goes down, I can just switch to another provider. I think anybody who has their own domain name should go for this option.
What is this tiny bit of XML that will allow my server to act as an openid provider/forwarder?