I see there is support for "authorization_code" and "password", and that "client_credentials" is in the todo list.
Is there a time line to add support for this, and the implicit grant type?
...
Type: Posts; User: raziel; Keyword(s):
I see there is support for "authorization_code" and "password", and that "client_credentials" is in the todo list.
Is there a time line to add support for this, and the implicit grant type?
...
OAuth 2 Draft 12 was published last Friday Jan 21.
Broadly speaking, how does it affect the current implementation?
Thanks
Awesome! I just tried it.
So, if filter-chain-ref is not provided, and there are more than one filter chain then I uses the last one in the map?
This has always been the default behaviour,...
Hey, thanks, and sorry. I was missing the clean (I was just running mvn install).
And now I can reproduce the same issue you have.
So meanwhile I'll be working with 3.1.0.M2.
Basically I just checkout the branch and tried to run the sample apps., but all throw that exception.
I looked for dependencies but I don;t see anything pointing to spring 2 jars (see attached...
I just checked out the sec31 branch, and when I try running (mvn jetty:run) either of the sample apps (sparkl2 and tonr2) I get the following error:
2011-01-19 13:57:08.299:WARN::Failed startup of...
No problem.
It's great there's already work for 3.1 support, so I guess I can now drop my branch.
I do see backwards compatibility not being automatic (even in my app., when I migrated from sec...
Sorry, I should have paid more attention to that.
I think the issue is that right now it's unclear from the documentation how up to date the code is with respect to the latest spec. draft - which...
Hey, no problem. I actually checked out the code and fixed the matched code, so it compiles with 3.1M1. However when I configured oauth2 as part of the spring security code it did not work entirely...
I just started using the oatuh module (particularly the oauth 2 implementation), and when trying to compile saw the dependencies to the AntUrlPathMatcher. I am unaware of other possible issues, like...
My bad, we're actually using 3.1.0.M1, because we need some of the new features.
Are there any plans on using spring security 3.1 for this release of oauth? Or any recommendation to address the...
My bad, we're actually using 3.1.0.M1, because we need some of the new features.
Is there a recommended way/solution to this backwards compatibility issue? Are you getting rid of those classes for...
Hi, a couple of months ago we upgraded from spring security 3.0 to 3.0.3. We noticed that org.springframework.security.web.util.AntUrlPathMatcher is not available anymore, replaced by the nicer...
Hi, I am trying to use Oauth 1.0.0.M1 with spring security 3.0.3. However, the spring code (I've seen references on OAuth2ClientBeanDefinitionParser) depends on...
Hi. I'm still having the reported issue trying to deploy the sample applications.
I tries the work around but I cannot get it to work (probably my fault on that). How should I modify the pom to...
I'm just trying to deploy the tonr/sparklr sample applications and there's no mentioning of the "device" profile. Did this get removed?
Sorry, I don't think I explained myself clearly enough.
I meant that the disabling of url rewriting feature relies on the fact that when a user's browser has cookies disabled, even if he provides...
Hi, looking at SEC-1052 I see Spring Security already implements a mechanism for disabling URL rewriting in a secured application, by basically wrapping the response and overwriting the urlRewrite...