vote up 0 vote down star

Hi, I have been investigating OAuth to share resources in my site to other sites. But, hole of OAuth specification was reported several days ago. http://oauth.net/advisories/2009-1

Many sites decided to stop OAuth until fixed version is released.

Currently, can we have any alternative to OAuth? I want an open-standard and secure authorization protocol.

flag

3 Answers

vote up 0 vote down check

OAuth was built because there weren't any existing standards that solved the same problem. A fixed OAuth spec is forthcoming soon. It will be a pretty small change to the existing protocol.

link|flag
vote up 0 vote down

What about OpenId?

link|flag
OpenId is not for authorization but for authentication. – grayger Apr 29 at 18:32
vote up 0 vote down

In the short term, your best bet is to fall back on basic authentication mechanisms (requiring users to enter their credentials into your site for the foreign site).

Like Jonathan said, the hole will be fixed soon in the spec.

link|flag
Collecting credentials for foreign sites creates a lot of security problems that are more serious than the bug in OAuth 1.0. – Jonathan May 1 at 7:49
I think that depends on how you do it, and I'd agree that it has a higher potential for messing up, but the OAuth bug was a pretty serious hole, and until it's fixed there aren't alternatives. – Terry May 1 at 20:34

Your Answer

Get an OpenID
or

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