Live data from Hacker News

Poll: What do you think of OpenID?

news.ycombinator.com

31–40 of 55 posts

Re: Poll: What do you think of OpenID?

#31

The only thing that makes me use open ID is the fact that I used myopenid to create my account on stackoverflow :/ Now I want and account transfer feature on stackoverflow so that I can attach/shift from myopenid to plain simple gmail id.

Um... that feature exists. You can attach an alternative OpenID to your account make it your main one. Just go to your user page and click on "new login" to the left of the "about me" box.

Re: Poll: What do you think of OpenID?

#32
Was skeptical of OpenID. Tried it for the first time yesterday to log into to answers.onstartups.com.

I'm a believer.

I used MyOpenID instead of google/yahoo etc since after reading the article about the power of google passwd that was posted here, since I expect MyOpenID to be primarily for trivial logins.

Re: Poll: What do you think of OpenID?

#33
post #24
post #13

A better question would be, for those of you who implement OpenID, Facebook Connect, etc. What's the customer percent breakdown against doing it the old fashioned (email & password) way?

Well, there should be a breakdown between FB Connect and OpenID. The login flow between those two implementations is drastically different.

In fact, FB connect is pretty much the antithesis of openid. Openid is open, federated and gives user control. FB connect is closed, centralized and basically allows FB to play big brother.

Re: Poll: What do you think of OpenID?

#35

I just started using it yesterday, but I'm not quite happy. My reservation is not due to technological reasons, but to bad business models or lack of features. Gravatar support is, for example, a feature I'd like to get from my OpenID provider. After all, my image belongs to my identity. Next, with a single identity comes also privacy concerns. Automatically generated disposable E-Mail addresses for each new sign-up…

Your initial concerns are addressed by openid "personas". myopenid.com has them implemented and is free (or you could set up your own server to achieve it). https://www.myopenid.com/help#personas

Your later concerns are solved by openid delegation. Any uri you own can be made an alias of any openid you want. Thus if you switch openid providers all you need to do is edit a page you own and make it point to a new provider. https://www.myopenid.com/help#own_domain

Re: Poll: What do you think of OpenID?

#36
post #29
post #18

Earlier quoted context omitted.

Except the phishing aspects make it worse for inexperienced users, since an arbitrary website can redirect to a page that asks for a potentially more sensitive username/password, and that's actually considered normal flow. I don't understand how anyone can promote OpenID in good conscience with this glaring hole in the design. You simply can't rely on user education.

I've been saying this the whole time and nobody seems to view it as a serious problem. Sure, there are users who will use the same username and password on every site, and there's no hope for them. However, there is a class of users who might think with openid they can use the same credentials for their bank as they do for facebook, but not know to check for valid ssl certificates and nefarious proxying. Can someone…

Good openid providers like wordpress train their users not to expect a login page on anything a authenticating website redirects them to.

Re: Poll: What do you think of OpenID?

#37
Lately I've been thinking that what we really need is something based on PGP/GnuPG. Think about it. If the browser implemented access to your keychain, then you could use your keys as login.

When you 'sign up' you would just provide you public key to the website (upload or url). Then when you were presented with a login, the browser would be sent a data set to sign with your private key and send back to the server you are trying to access (which would then verify with you public key).

Re: Poll: What do you think of OpenID?

#38
post #37

Lately I've been thinking that what we really need is something based on PGP/GnuPG. Think about it. If the browser implemented access to your keychain, then you could use your keys as login. When you 'sign up' you would just provide you public key to the website (upload or url). Then when you were presented with a login, the browser would be sent a data set to sign with your private key and send back to the server yo…

I've been thinking about OpenPGP based website authentication too. You should check out the web pages I have book marked under the "gpg" tag: http://delicious.com/jf/gpg

My main frustration right now is that, aside from Bouncy Castle, all the libraries I've looked at to do cryptography seem to just be partially implemented wrappers around GnuPG.

Re: Poll: What do you think of OpenID?

#40

I use it (only for StackOverflow) but I don't think it's better or worse than normal logins. Sometimes it's a pain because I always have to do extra clicks to get logged in.

OpenID login can be pretty fast if you use a client-side SSL certificate: http://joel.franusic.com/How-to-set-up-a-client-side-SSL-cer...
Post reply on HN