Hi-
I'm working with the Native flow (profile?) on OAuth2. I have 1.0.0.M3.
When I call the /oauth/authorize with invalid client details, I get the proper error values specified by the spec...
Type: Posts; User: penguinone; Keyword(s):
Hi-
I'm working with the Native flow (profile?) on OAuth2. I have 1.0.0.M3.
When I call the /oauth/authorize with invalid client details, I get the proper error values specified by the spec...
I agree. I have never been great at slogging through Specs personally (I'm a "find examples and get 'er done" kind of developer. Read: Don't like to read long docs). But I went through the first...
I don't think so. I think I was confusing web security and web service security- the former being simpler and involving the user more.
Sorry, I can't find "delete thread". I think I just confused "web security" with "web service security".
Hi-
While developing my own server using the OAuth2 module seen here, I was struggling with something. If I called my resource directly, I was sent to the login page, and when I logged in, I could...
Well, I figured out my question, sorta, so I'll be asking a new question hoping I can trade one for one.
What I did to make this work is just put my UsernamePasswordAuthFilter in front of the...
Hi-
I'm working through implementing this in my own site, and I needed to overwrite the Authentication flow to make it so that my back end could authenticate properly. Which meant that I had to...
Cool thanks.
The Sparklr2/Tonr2 demos look like they support the web server flows only.
- Am I mistaken (I'm just getting up to speed on OAuth2)
- Does this implementation support the other...
I've been following the codehaus OAuth 2 implementation. It points back here for a lot of details relating to different flows.
What's the deal? What is the preferred implementation of OAuth2, and...