vote up 3 vote down star

As a Single Sign-On implementation, I think OpenID is great. Even so, is it necessarily a good choice for eCommerce? I know it can be used, but should it? Are you risking too much in putting all of one's access details in a single basket?

What's the general opinion out there?

flag

67% accept rate
From what perspective? The website making use of it, or the user? – Allain Lalonde Mar 17 at 19:45
From a developer's perspective of implementing authentication. – Anjisan Mar 17 at 19:48
A user would probably see it as great. Why not? What do they know? A typical user likes things being easy which doesn't always translate to good security practice. – Anjisan Mar 17 at 19:51

7 Answers

vote up 0 vote down

Why not? Important thing is that you live to user the possibility to use both ways to authenticate.

For example here in Stack Overflow I use google for my auth and i think that it's pretty convenient and fast way. But if there is someone paranoid enough (sigh) who doesn't want to give too much information to single Openid provider if you leave possibility to use your custom registration&auth they should be satisfied.

link|flag
vote up 0 vote down

Imo why not?

But it kinda depends on what options the logged in users got.. If they can cancel orders, keep their creditcard details with their profile, make orders without paying right away, and soo on..

Then you should be more carefull, but if its just like the other eCommerce sites, remember stuff in basket, keep track of orderstatus and so on.

Then id personally like not to remember another user and password..

Anyway, users tend to use the same password everywhere, and if thats the case why not use the same service to do the login :) ?

link|flag
vote up 2 vote down

The question is really whether it is appropriate for your sites users. A general e-commerce site is unlikely to have many users that already have an OpenID setup, in contrast to the target audience of StackOverflow where I would guess at least 50% already have one.

If you have the time, then yes definately implement it for the benefit of those fortunate enough to have discovered OpenID :o). However I would also implement a 'standard' login solution for users that don't care about OpenID.

link|flag
1  
Wait a minute. Did you just say that it's unlikely for most users of a generic e-commerce site to have an account with Google, Microsoft, Yahoo, Twitter, Facebook, Wordpress, MySpace, or eBay? Those are all OpenID providers. – Joel Mueller Mar 17 at 23:34
1  
Fair point that I did think of, the challenge is communicating to them that they can safely use those logins. If you can do that, go for it. – Rory Fitzpatrick Mar 18 at 9:05
vote up 2 vote down

I think the use of OpenID for ecommerce applications could have some very positive wide range effects. The idea of being able to use the same login for all of your online shopping (albeit that may be itself a small security risk) makes it possible for others to potentially come along and make applications which will take your OpenID and present you with a "marketplace" of all your shops (Amazon, BestBuy, EBay, etc. all in one location)

link|flag
vote up 2 vote down

Depends on your target audience.

The less tech-savvy are probably pretty unfamiliar with OpenID, which would raise the threshold for your shop. A practical solution would be offering both conventional and openID authentication.

Technically OpenID authentication is a snap to implement, especially if you use a framework like Jboss Seam.

Edit: An additional concern is putting part of the user experience in your openid provider's hands. Providers do not all implement the OpenID spec the same, so you need to make sure you do not limit testing with just one (for example google returns a different authenticated openid depending on the domain of your app, while others don't). Not being able to authenticate is something the user is going to blame your site for, not the provider.

link|flag
vote up 3 vote down

When I worked for a large eCommerce company, the company looked at OpenID. Don't get upset by this, but the company rejected OpenID because they didn't like some of the clunkyness of the implementation, and they found that it actually reduced signup rates, when run through sample user community testing (the user community hated it, but they hated alot of things).

Bottom line: you absolutely can use it for a eCommerce site, but I would have the database built to allow for a switch if necessary, and have a way to determine if it is gaining or costing customers.

link|flag
vote up 0 vote down

Personally, no. I would not attach my open id to my bank accounts in any which way or form.

I use open id for all sorts of 'crap' sites and I don't trust them to keep my details on the down low or to be secure enough not to let them become compromised.

link|flag

Your Answer

Get an OpenID
or

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