What reasons are there NOT to use OpenID? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T11:25:46Z http://stackoverflow.com/feeds/question/410085 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid 9 What reasons are there NOT to use OpenID? cletus 2009-01-03T23:32:59Z 2009-09-30T18:03:38Z <p>You see a fair bit (in the Geek community anyway) about OpenID. It seems like a good idea. I'm developing a website that will be targeted at a somewhat less geeky audience (but not quite Mom and Pops either) so I have to wonder if OpenID is going to be "too hard" for some audiences.</p> <p>What do you think? That aside, are there any other technical or non-technical reasons NOT to use OpenID?</p> http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/410090#410090 9 Answer by Kevin for What reasons are there NOT to use OpenID? Kevin 2009-01-03T23:37:44Z 2009-01-03T23:44:04Z <p>Yeah security. Using OpenId puts you at the mercy of them administrating their accounts. You have no control over password security and user ids. You are trusting some other organization to verify that the people coming to your site are who they say they are. If you need to really verify that someone is who they say they are. You won't get that with open id without doing some sort of secondary verification yourself. in which case you might as well just not use OpenId.</p> http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/410091#410091 2 Answer by luiscubal for What reasons are there NOT to use OpenID? luiscubal 2009-01-03T23:38:12Z 2009-01-03T23:38:12Z <p>OpenID is good if all sites use it. But to register to OpenID just to use ONE site, it's a bit too much. Registering to OpenID is not as straightforward as directly registering in a site(from a consumer point of view).</p> http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/410096#410096 1 Answer by Bob for What reasons are there NOT to use OpenID? Bob 2009-01-03T23:41:26Z 2009-01-03T23:41:26Z <p>Everyone can connect the things I do on one site to the things I do on other sites when using an OpenID, because it's the same everywhere. So I wouldn't use the same ID I use here for a porn site, for example.</p> http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/410098#410098 0 Answer by Bernd Ott for What reasons are there NOT to use OpenID? Bernd Ott 2009-01-03T23:42:38Z 2009-01-03T23:42:38Z <p>there are a lot of reasons thats one account which makes access to all. if this is compromised you get in trouble.</p> <p>if you are setting up a page which uses openid, then you should know everybody can setup a one openid server (also spammers can do that).</p> <p>--</p> <p>but openid has good ideas and i like to use it!</p> http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/410135#410135 17 Answer by Scotty Allen for What reasons are there NOT to use OpenID? Scotty Allen 2009-01-04T00:10:30Z 2009-01-04T00:10:30Z <p>Average users still don't understand what OpenId is, what it's for, or how to use it. My parents would not be able to login to Stack Overflow, for instance.</p> <p>That being said, this is largely about user interface. There's nothing inherently preventing them from using OpenId - they just need a user interface that abstracts away OpenId from them, and just lets them login with their Google account (for instance).</p> http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/411345#411345 0 Answer by Malx for What reasons are there NOT to use OpenID? Malx 2009-01-04T17:37:25Z 2009-01-04T17:37:25Z <p>It is good as an addition to normal registration, but is not very easy to use if it is the only way to log into your site. Look at registration on stackoverflow - all sites are specially mentioned to help people understand what is this all about. And this site is for geeks :) So the minus is complexity.</p> <p>Also see <a href="http://www.shoemoney.com/2007/02/20/11-reasons-why-openid-rockssucks/" rel="nofollow">this link</a></p> http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/411426#411426 7 Answer by Ross for What reasons are there NOT to use OpenID? Ross 2009-01-04T18:19:41Z 2009-01-04T18:19:41Z <p>OpenID is spectacularly susceptible to phishing attempts. If you run an OpenID site, try changing the login page one day to request the identifier <strong>and</strong> password, instead of the normal approach of only requesting the identifier and redirecting to the OpenID provider to request the user's password. I bet you can get over a fourth of your user's passwords this way.</p> http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/412543#412543 4 Answer by jtimberman for What reasons are there NOT to use OpenID? jtimberman 2009-01-05T08:07:31Z 2009-01-05T08:07:31Z <p>OpenID is still as insecure as every other password-based authentication method out there. In fact, it is even worse because if someone gets access to your OpenID, they have more than just that one account now. Of course there's also phishing attacks, but we're all savvy programmers, database and system administrators, so we wouldn't fall for such things, right?</p> <p>Authentication security is based on trust. As others pointed out, why would you trust a third party to potentially sensitive information? Sure, you can set up an OpenID server yourself, but how much hassle is that vs. maintaining separate passwords on multiple systems? Sure, you can create secure passwords that are long and full of non-alphanumeric characters, and even store them all in a password manager (I do), but some sites are flawed in that a simple password recovery form can be filled out to gain access to reset the password. </p> <p>I would probably be inclined to support and even evangelise OpenID if it did secure private key-based authentication, a la SSH or PGP. Maybe that's a matter of a provider offering such a method - I haven't looked into it [yet].</p> <p>Finally, while we all trust OpenID enough to use it to authenticate on Stack Overflow, my OpenID is a "throwaway", and its not like I'm using this as a professional reputation building tool (ie, my real name isn't involved ;-)). I'm sure I'm not the only one (as cool and awesome as this site is!).</p> http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/427190#427190 0 Answer by bpapa for What reasons are there NOT to use OpenID? bpapa 2009-01-09T05:54:27Z 2009-01-09T05:54:27Z <p>I'm surprised that somebody that has used Stack Overflow couldn't think of a reason to NOT use OpenId - because it's annoying as hell?!</p> <p>Ted Dziuba did a much better job of <a href="http://teddziuba.com/2008/09/openid-is-why-i-hate-the-inter.html" rel="nofollow">ripping into OpenId</a> than I would, so just read what he wrote. </p> <p>Another good reason - <a href="http://developers.facebook.com/connect.php" rel="nofollow">Facebook Connect</a> already seems to be doing very well. As Facebook's membership continues to grow, it's going to make Facebook Connect support that much more valuable. </p> <p>At some point I suppose Facebook could make Connect an OpenId provider... but really, why would they want to?</p> http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/599994#599994 3 Answer by thomasrutter for What reasons are there NOT to use OpenID? thomasrutter 2009-03-01T15:52:32Z 2009-03-01T16:02:08Z <p>It may be slightly inaccurate to say that the average person doesn't understand OpenID.</p> <p>In most cases, with a little persuasive marketing (ie "USE ONE LOGIN ON ALL SITES!!!11!) they can understand that it is an identity provider that they can use to log in at sites rather than having a bunch of different usernames and passwords at sites.</p> <p>The problem, however, is that to an average user, the whole OpenID experience goes against what they believe online security to be.</p> <ul> <li>With normal username/password logins, users understand that a password should be kept secret, and that's what protects their privacy when they log in at a site. How are they to understand the exchange that goes on between an OpenID client site and their OpenID provider? All they know is they didn't have to put in a password - so it's not secure, right? I mean, in the eyes of a user, how can it be secure if they didn't give a password?</li> <li>(Many) users know that it is wrong to use the same password for different accounts, yet this appears to be precisely what OpenID is doing. They would be right to be suspicious. On one count they'd be right - if someone were to obtain the password to their OpenID account, they could take over their account anywhere they've used that OpenID. But what if a user simply assumes that all their OpenID provider is doing is sharing their password among all participating sites? I mean, how else could OpenID be 'logging in for them'? If the user assumes that through OpenID, their password becomes public knowledge to all participating OpenID sites, they may assume that it is quite reasonable to give out this password to any of those sites. It's a phishing nightmare.</li> <li>Having multiple usernames/passwords is not a problem for users, and yet OpenID thinks it is, but creates even more problems. Users understand the concept of a username and password well, because they are used to it, and the point of security (the fact that the password is a secret) is really obvious to them. It's really clear how a password works. Having multiple username and password combinations does not make this any more confusing or complicated - it is just the same thing, but more than one of them. While remembering multiple passwords can be difficult, users at least know <em>how</em> to do it and how it works. OpenID tries to solve the problem of remembering multiple passwords, but in the process it creates an entirely new paradigm, one which is completely opaque to the users. Unlike a password, whose security is obvious (it just has to be secret), all of the security of OpenID goes on behind the scenes, with sites communicating with each other, browser certificates, etc. The user no longer knows how their privacy is being protected or what is to be kept secret from whom. So, in an attempt to solve a problem of remembering multiple passwords, OpenID has created a mystical system of key-exchanges that violates the user's whole understanding of how authentication works.</li> </ul> http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/600013#600013 0 Answer by mabwi for What reasons are there NOT to use OpenID? mabwi 2009-03-01T16:03:14Z 2009-03-01T16:03:14Z <p>If you have a site which requires a high level of security, you do not want to leave handling of your login credentials to an outside provider, where you have no control over access. If the OpenID provider gets hacked, you're leaving your security up to them.</p> http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/600018#600018 2 Answer by tinkertim for What reasons are there NOT to use OpenID? tinkertim 2009-03-01T16:07:50Z 2009-03-01T16:07:50Z <p>This comes up a lot.</p> <p>A good rule:</p> <blockquote> <p>If you need to collect and keep private personally identifiable information, don't use OpenID.</p> <p>If you do not need to collect and keep private personally identifiable information, go ahead and offer OpenID as a method to login.</p> </blockquote> <p>For e-commerce, or anywhere else that you need to comply with PCI/DSS certification, I would not use OpenID. </p> <p>I don't mind that SO is exclusively OpenID, however I would not make a site that used it exclusively.</p> http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/1482683#1482683 0 Answer by Rich Apodaca for What reasons are there NOT to use OpenID? Rich Apodaca 2009-09-27T02:54:36Z 2009-09-27T02:54:36Z <p>From what I can tell, it looks like an OpenID provider is not required to give out an account holder's email address, although some do.</p> <p>If your service requires an email address to communicate with its users (for example, to send out a newsletter - which the many people who have never heard of RSS prefer), then you may have to capture an OpenID AND verify an email address.</p> <p>A system in which just an email address and password are required and which employs an activation email message would be less work for users.</p> http://stackoverflow.com/questions/410085/what-reasons-are-there-not-to-use-openid/1499736#1499736 0 Answer by Thomas Weigel for What reasons are there NOT to use OpenID? Thomas Weigel 2009-09-30T18:03:38Z 2009-09-30T18:03:38Z <ol> <li><p>The interface is terrible.</p> <p>a. Registering with OpenID takes more time and savvy. Normal registration takes very little time or savvy. Registration happens <em>once,</em> but it's a large upfront investment, so the site has to be <em>very</em> compelling.</p> <p>b. Signing in involves: three pieces of data instead of two; two web pages instead of one (three at StackOverflow, actually); and an external web site. EVERY TIME.</p> <p>c. There are better interfaces for this kind of solution. I use KeePass, for example.</p></li> <li><p>Name collisions. There's no way to ensure unique names.</p></li> <li><p>Security is terrible.</p> <p>a. It encourages phish-like behavior. It's not as bad as "Verified by Visa," but it's close.</p> <p>b. Single point of failure: If you lose <em>anything,</em> you lose <em>everything.</em> KeePass at least allows me to physically protect the password (you must have the hard drive with the encrypted database on it).</p> <p>c. Cross-site tracking. Credit card companies actually have rules in place governing how much tracking their allowed to do. Cookies can be selectively disabled or prevented in modern browsers. OpenID has no rules and no governors.</p></li> <li><p>It isn't actually universal. Google provides OpenID... but doesn't <em>use</em> them. Same for Yahoo. And for AOL. There's no incentive for an OpenID provider to allow the use of OpenIDs from other providers.</p></li> <li><p>OpenID is useful for authentication, but not for <em>authorization,</em> particularly for anything sensitive (credit cards, for example).</p></li> </ol> <p>For me personally, I use one login/password per site, and I use KeePass (which I can protect physically and with two layers of passwords that must be cracked) to maintain the one-login-for-everywhere abstraction.</p> <p>That includes StackOverflow: I created an OpenID <em>specially for you guys,</em> and I won't ever use it anywhere else. I did this, and I <em>put up with</em> the login pain because the content is compelling.</p> <p>But if a <em>real</em> auth method were ever provided for StackOverflow, I'd jump on it in a heartbeat, just for the ease of use gains.</p>