Ask HN: Should I support OAuth or OpenID?
1–10 of 11 posts
Re: Ask HN: Should I support OAuth or OpenID?
#2You may want to look into RPX (http://rpxnow.com) - it's a commercial provider that does something similar to what I described above. I'm not a huge fan of them being a hosted service, but they do make it really straight-forward to login.
Re: Ask HN: Should I support OAuth or OpenID?
#3Re: Ask HN: Should I support OAuth or OpenID?
#4Re: Ask HN: Should I support OAuth or OpenID?
#5http://step2.googlecode.com/svn/spec/openid_oauth_extension/...
Re: Ask HN: Should I support OAuth or OpenID?
#6Re: Ask HN: Should I support OAuth or OpenID?
#7Re: Ask HN: Should I support OAuth or OpenID?
#8Re: Ask HN: Should I support OAuth or OpenID?
#9OAuth is for giving your application the ability to access someone elses, without users of your application having to supply their credentials to you.
OpenID allows for users of your application to use their credentials for another service authenticate with yours.
Re: Ask HN: Should I support OAuth or OpenID?
#10I would look into OpenID and Twitter integration ( http://apiwiki.twitter.com/Sign-in-with-Twitter ). But instead of providing just a text field when accepting OpenID, provide quick links to login with the major, more-general web app providers (Yahoo, Google). You don't even need to tell your users that you're using OpenID for authentication... just that they could login using their existing account with another majo…
Facebook Apps use OpenID.