When I try to login/signup to SO or MSO with my openID (54.org/thomas) SO uses my openid2.local_id (https://me.yahoo.com/a/gWn.F080w51ozXy_3SCmtxshJL8T) instead. I assume this means that if I change my OpenId2 provider I will lose access to my accounts.

My current openID setup:

<link rel="openid2.provider" href="https://open.login.yahooapis.com/openid/op/auth"/>
<link rel="openid2.local_id" href="https://me.yahoo.com/a/gWn.F080w51ozXy_3SCmtxshJL8T"/>

Is this the old "chair <-> keyboard" problem?

I have tried to login on other sites, including the openid wiki (http://wiki.openid.net/) and I'm seeing the same thing. This whole debacle is shaking my faith in openID.

share|improve this question

1 Answer

up vote 5 down vote accepted

Thomas Paine. Wow. It's an honor to write to you.

You're using delegation correctly, but Yahoo doesn't support it. That is, Yahoo sees the incoming delegated auth request, ignores the claimed_id and sends the assertion with its own claimed_id instead. So your own blog URL that's hosting these two HTML tags is completely irrelevant, and you could access the same account by just typing "yahoo.com" and logging in. So you are correct: If you change the OP from Yahoo to some other OP in your blog, RPs will see you as someone different.

But you can always be seen as the original by just typing in "yahoo.com". So I recommend that you redirect your delegating blog URL to an OP that supports delegation (like Google Profiles or MyOpenID), then bind that as your second OpenID to your SO and MSO accounts. Then you can use that as your primary OpenID and freely switch OPs in the future.

share|improve this answer
ah yes, thank you -- I totally forgot that not all providers support delegation. – Jeff Atwood Mar 11 '10 at 7:12
Thank you Andrew. I changed my openid2 provider to google profiles, but when I try to add another openid to my MSO account entering 54.org/thomas still takes me to yahoo. Does SO cache the delegate or something? – Thomas Paine Mar 11 '10 at 17:03
It looks like you've set it up right, so SO is likely caching the discovery result to improve login performance. (Jeff, this is a DNOA feature you can turn off if you want). – Andrew Arnott Mar 11 '10 at 17:09
Yahoo now does support delegation using their openID service, using the exact syntax that Thomas showed in his original question. Wanted to add this comment to "update" the answer (which was correct and accurate when answered). Hope this helps! – Larry Clarkin May 11 '11 at 15:32
1  
@LarryClarkin I'm using the syntax above, and Yahoo! still sets the claimed_id to yahoo. – bluesmoon Oct 26 '11 at 14:31

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged