vote up 1 vote down star

I am starting to develop what will be a new e-commerce site and am considering using OpenID (Specifically thinking about the RPX offering). From a development perspective I really like what OpenID offers. My only concern is about how receptive consumers will be. I am looking for advice on whether it is a good idea to go exclusively OpenID or if supporting both OpenID and a proprietary username/password model makes sense. Have people already gone the OpenID-only route to later backtrack and add username/password support? What about the other way (i.e. adding OpenID and then taking away the username/password support).

How do consumers feel about this? Is it a barrier to getting them to sign up/log in? Does OpenID confuse them?

flag
1  
should be made wiki... – Jason Oct 28 at 20:44
This is not a programming question. – Alex Reynolds Oct 28 at 20:46
You might want to post a question on meta.stackoverflow.com asking about the openID user experience. (I believe there are previous discussions there also.) – Ether Oct 28 at 21:21
This isn't about using openId on SO, but in general. Perhaps it is more 'user experience design' than 'programming', but not an unreasonable question IMO. – g. Oct 28 at 21:25

closed as not programming related by Alex Reynolds, Jason, Harper Shelby, Dour High Arch, Ether Oct 28 at 21:20

5 Answers

vote up 2 vote down

I think having an openid box, just for a url is confusing, but popular service login boxes and a well-written explanation (such as on this website), and another option to not use openid but instead normal signup will work also.

Be aware that you can only get so much information about users using openid, and they are dependent on the openid source accounts.

Ecommerce requires a lot of user input, so you might want to consider using sessions and googlecheckout/paypal options instead of openid, which will keep track of all the user's information.

link|flag
vote up 2 vote down

Yes, for the masses it is really confusing. See the article on the experiences a person administrating stackexchange portal aimed at non-technical users.

My personal opinion is somewhat similar as well: people are really expecting to face the good-old sign-up box because that's what they're used to.

link|flag
I think the key is expectations. It is unfamiliar and people don't understand it. That should change with time. – g. Oct 28 at 21:27
vote up 1 vote down

Just don't make OpenID the only option. I know people (and I am one of those) who really hate to register on sites that do not offer OpenID signup. But yes, general public, is easily scared by pure and only OpenID.

link|flag
vote up 0 vote down

Joel and Jeff (the site's creators) have talked about this on multiple times and both agree that OpenID irritates a lot of generatl users.

They choose the option for this site, because the demographic would appreciate this, but they are already looking into adding alternative authentication schemes for the Stack Exchange sites that will cater to a more general audience.

I believe they said that they want to offer both options to the general public.

link|flag
vote up 0 vote down

I personally like what OpenID attempts to solve, but I dislike its implementation. It works ok for tech savvy users who can easily maneuver about and get logged in, but for those not very familiar w/the internet, it can lead to a bit of frustration

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.