Why can't I log Stack Overflow with my working OpenID account? When I try to log in, I get a message saying: "This login is new to Stack Overflow but it's known to some other sites. We'll set up a new account for you..." No, I don't want you to set up a new account for me. I want you to log me in under my existing account. My OpenID is valid, because when I click on "Account Recovery" I get an email sent to the right address. The email gives me me 2 links:

  1. to myopenid.com page, which I can log in but it's of no use to me as far as getting into Stack Overflow

  2. To the Stack Overflow login page, which is where the whole problem began in the first place. How is this "recovery" system supposed to help me?

The comment just below "This login is new..." message is useless. It reads: "If you think you already have a Stack Overflow account, and you were just trying to associate a new login with your existing account, you’re in the wrong place [link]." In basic term logic, the question has the unhelpful form of if (A and B) then C [link]. It won't help me much because in my case A) is true (I have an account on Stack Overflow), but B) isn't (I don't want to associate anything with anything, or do anything besides simply logging into Stack Overflow). Pointing me to C) doesn't do me much good. Especially given the fact that C) starts off by asking me to log into Stack Overflow, which is precisely what I can't do.

The benefits of this whole OpenID concept are lost on me. It creates superfluous, error-prone dependencies, which end up creating more trouble than it's worth. If Stack Overflow had a simple, old-fashioned user/password system, I could easily find my user/password in my trusty, local password archive and be done with it. Instead, I find myself in some Kafkaesque world of meta-links between multiple sites linked into some mysterious exchanges, account associations and multiple ID providers. K.I.S.S, people.

There, I feel better now.

share|improve this question
I love your comment "I find myself in some Kafkaesque world of meta-links between multiple sites linked into some mysterious exchanges" ... mrsparkly is seems you used myopenid for your SO account and google for you SU – Sam Saffron Nov 15 '11 at 6:35

closed as not constructive by balpha Nov 15 '11 at 7:57

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

Well, this is how distributed systems work (I've just deployed a service with similar authentication scheme).

OpenID provider just confirms that you're that user of the provider (say JohnJoe@openidprovider.com), but it doesn't store any data that's specific to where you use your OpenID (like Stack Exchange). It's purpose is to store your credential in a safe way and confirm to whatever service you want to log in that you're that user. It's like a driver's license (or a travel passport) that is issued by a governmental organization an serves a proof of your identity anywhere.

Since you have stats and username and other perks at StackExchange sites you have them stored at Stack Exchange in your Stack Exchange site account. You have to somehow map the OpenID identity into you StackExchange account. That's what happens on that "the login is new" page.

I agree that the whole scheme is not very smooth but it is there to delegate storing the credentials to a trusty provider. Since there's a Trusty Provider which is a yet another entity the protocol gets a bit more complicated, yet IMO still quite usable.

share|improve this answer

You must log in to answer this question.

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