One of the cooler features of OpenID is delegation. This means, instead of having your OpenID identifier be

yourname.myopenid.com

it can be simply

yourdomain.com

Much easier to remember, right? And it’s really easy to do, too! Here’s how I did it.

First, sign up for an OpenID with the provider of your choice (note that Google, Yahoo, and AOL are all OpenID providers now, so you may already have one — but beware that not all providers support delegation, either). I might be a little biased, but I prefer our very own provider at openid.stackexchange.com, so I recommend signing up with us at Stack Exchange.

openid.stackexchange.com

To enable your domain to act as a delegate to the OpenID provider, you’ll need to figure out what your OpenID identifier is. This is always an URL. To determine your Stack Exchange identifier, visit your profile page on openid.stackexchange.com and look for the Use your own URL to log in link. Then click it!

This explains what you need to do. It’s simple; just add two HTML header tags to your web page, like so:

<html>
<head>
<link rel="openid2.provider"
  href="https://openid.stackexchange.com/openid/provider">
<link rel="openid2.local_id"
  href="https://openid.stackexchange.com/user/a0cd3405-f76e-429e-b935">
</head>
…

Once you’ve set this up, click my logins on your profile page, then click add new login… to add the new, delegated login to your account!

«
»
  1. nobody says:

    If you own your own domain (and have PHP hosting), you can also use phpMyID and become your own OpenID provider. If you’re tired of messing around with multiple providers (and getting frustrated at those that don’t work well) check it out:

    http://siege.org/projects/phpMyID/

  2. Jeff Atwood says:

    phpMyID does work, but in the longer term, I’d suggest people use a well-known provider with delegation (and proper https:// support for secure logins)

    Sort of the same reason it’s just not worth hosting your own POP3/SMTP mail server any more, when GMail hosted email does it so well and with less hassle!

  3. Pelle says:

    An advantage of having an openid on your own domain is that it’s exchangeable as well – if a openid provider goes out of business you can just delegate to a new one and have a fallback even on sites that doesn’t allow multiple openid:s.

    Although – that would be the drawback as well – if your site got hacked and the front page replaced then the hacker can also hijack your openid – so you need to be sure to have a secure website :)

  4. Jeff Atwood says:

    > if your site got hacked and the front page replaced then the hacker can also hijack your openid

    Oh yes, excellent point — that is a downside of delegation, versus using yourname.myopenid.com (or yahoo.com, etc) every time.

  5. Cd-MaN says:

    Because it is so simple, you do it even with sites where you have relatively little control over (for example a hosted blog). See a similar (short) post about how to do it with Blogger: http://hype-free.blogspot.com/2007/02/grokking-openid-and-blogger.html

    Also, you can specify multiple OpenID providers to “load-balance” between them (of course this won’t help you if your site goes down :-)).

  6. Lim Chee Aun says:

    Weird, in my case, my (previous) OpenID identifiers are gone (MyOpenID and Yahoo). The ‘Interesting Tags’ that I’ve set are gone too.

  7. Jeff Atwood says:

    > Weird, in my case, my (previous) OpenID identifiers are gone (MyOpenID and Yahoo). The ‘Interesting Tags’ that I’ve set are gone too.

    Sounds like you created a new account. This will happen if you click “login” (means you are not logged in) versus “my logins, add new login…” (means you are already logged in). You can email us to fix, essentially I just delete the new account so it doesn’t squat on the OpenID you want to add.

  8. kip says:

    Has anyone successfully delegated to their Yahoo OpenID? I couldn’t get it to work when I first signed up with SO, so I just went with openid.com (for whom delegation worked no problem).

  9. Jeff Martin says:

    Unfortunately from what I can tell, neither yahoo nor google support delegation. I’d love to be proved wrong on this one.

  10. Lawrence Dol says:

    Did this and it worked… but it forced my entire URL to lowercase, which happens to be fine on my website (hosted on a case-insensitive FS), but would have broken on a *nix system.

  11. Cd-MaN says:

    @Jeff: as far as I understand the idea is to delegate to google/yahoo, not from (ie. you have your homepage – like a blog – but want to do the authentication using the OpenID provided by google/yahoo while still using the URL of your blog as your OpenID).

  12. Jeff Martin says:

    @Cd-Man – the problem is that neither Yahoo nor Google provide a value for the openid.server link.

  13. Markus says:

    What is required for Yahoo to work? I tried openid.server pointing to http://www.yahoo.com/ and even http://openid.yahoo.com/ but it doesn’t work.

  14. DigDug says:

    So if someone gets access to my OpenID, then they have access to my whole life, all my information on every website?

    That’s … retarded.

  15. Anirvan says:

    @Markus, I believe Yahoo’s current OpenID server is https://open.login.yahooapis.com/openid/op/1.1/auth — just look at lines 5-6 of the HTML in your me.yahoo.com page.

  16. Paul says:

    @Anirvan – this works, but gets you to a weird page saying that Yahoo only supports Open ID 2. Even though Yahoo themselves uses the 1.1 link in their own pages?

  17. hm2k says:

    If you use wordpress you’ll probably want to check this out:

    http://www.hm2k.com/posts/using-your-own-url-as-your-openid-with-wordpress

    Hope this helps! :)

  18. Dennis says:

    Yahoo only supports OpenID 2.0 – Delegation is via:

    link rel=”openid2.provider” href=”https://open.login.yahooapis.com/openid/op/auth”

    link rel=”openid2.local_id” href=”https://me.yahoo.com/a/LzGkBUoL3Y2vzrzJkeMDsaoekh3yQBjHyw–”

    Unfortunately, it’s made of fail, since they return the local_id instead of your URL, thus bypassing the portability you were trying to achieve by delegating.

  19. Davide says:

    It worked in the past, but now it seems to be broken. See also:

    http://stackoverflow.com/questions/826014/how-does-openid-delegation-work-on-the-relying-party-have-the-specs-changed-rece

  20. Syed Tayyab Ali says:

    Is it possible that I can delete one open id from my account.

  21. Skaperen says:

    How do I get a preferred nickname to work via OpenID? I’ve read about OpenID before, but it just left questions like this unanswered. I don’t like the idea of typing in long ID strings from URLs to login, either.

  22. salle55 says:

    Isn’t it a security problem if you can associate a new OpenID without be forced to login with the main account first? It’s like changing the password without the need to type the old password first.

  23. samjetski says:

    @salle55 – no, the whole idea is that you _do_ have to log into your main account. You log into your main account, then you bring up your profile, then click on “new login” on your profile, then log in with another openid, then it’s added.
    But the “new login” link (or I think it may be “add openid”) will not show on your profile unless you’re already logged in.

  24. salle55 says:

    @samjetski – Yes I understand that you have to be logged in with the main account first, but my point is that if I’m logged in and then leave my computer anyone can go to my profile and add their own OpenID to my account without knowing my password or anything. Sure, you have to have access to the physical computer but I still think you should be forced to log in (a second time) before associating a new OpenID-account.

  25. samjetski says:

    @salle55 – ah, ok fair enough. That’s a good thought…
    I wonder how the OpenID equivalent of “Reenter your password” would work, since authentication occurs through a remote server…

  26. Jessica says:

    I’m trying to set this up :) Unfortunately, when I try to use my Google account, however, in Chrome all it does is download the XRDS or whatever is file to my computer. Is it something I need to fix on my host?

  27. Kawika says:

    Dude, this is awesome. I would love to be able to use my own site as my identifier. NOW I have a convincing reason to use openID.

  28. Adam Tuttle says:

    The url for the link “but I prefer our very own provider at openid.stackexchange.com” is pointing to myopenid.com. You might want to update that to avoid confusion.

  29. khloe brent says:

    Just want to ask. If I change my templates, what happens to the HTML tags? Should I add them again on the new template?

  30. Piotr Dobrogost says:

    Is it possible to delegate using DNS not HTML?

Leave a Reply