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?
Its called OpenID Delegation, it allows you to use your domain by forwarding any openid requests to the openid provide of choice.
Here is a guide with example code included.
Using openId delegation
An example from the guide:
<link rel="openid.server"
href="https://www.myopenid.com/server">
<link rel="openid.delegate"
href="http://windley.myopenid.com">
Edit: Unfortunately I can't use my google openid because they don't provide a server uri :(
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With