Live data from Hacker News

OAuth Security Cheatsheet

oauthsecurity.com

11–16 of 16 posts

Re: OAuth Security Cheatsheet

#14

The place I work for deals with about 20 different site's oauth processes and it's amazing how widely varied they are. Some of them let you restrict the redirect_uri while others don't, some of them still need you to send a login/password pair for the first request rather than do an oauth flow, but then still use oauth-style tokens all over the place. A couple of them require that the token be passed as a query strin…

i've heard great stuff about oauth.io . they try to provide an abstractionlayer that handles the various different implementations (often buggy or not to spec) of oauth.

Re: OAuth Security Cheatsheet

#15
post #14

The place I work for deals with about 20 different site's oauth processes and it's amazing how widely varied they are. Some of them let you restrict the redirect_uri while others don't, some of them still need you to send a login/password pair for the first request rather than do an oauth flow, but then still use oauth-style tokens all over the place. A couple of them require that the token be passed as a query strin…

i've heard great stuff about oauth.io . they try to provide an abstractionlayer that handles the various different implementations (often buggy or not to spec) of oauth.

that might be true, but I don't like idea of having a MiTM. That's an additional point of potential security issues

Re: OAuth Security Cheatsheet

#16
post #14

Earlier quoted context omitted.

i've heard great stuff about oauth.io . they try to provide an abstractionlayer that handles the various different implementations (often buggy or not to spec) of oauth.

that might be true, but I don't like idea of having a MiTM. That's an additional point of potential security issues

i think its fully open source[1] and you can host on your own

[1]https://github.com/oauth-io/oauthd

Post reply on HN