Search:

Type: Posts; User: raziel; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    816

    Missing grant types

    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?
    ...
  2. Replies
    1
    Views
    986

    OAuth2 Draft 12 Update?

    OAuth 2 Draft 12 was published last Friday Jan 21.

    Broadly speaking, how does it affect the current implementation?

    Thanks
  3. Replies
    14
    Views
    3,620

    Awesome! I just tried it. So, if...

    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,...
  4. Replies
    14
    Views
    3,620

    Hey, thanks, and sorry. I was missing the clean...

    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.
  5. Replies
    14
    Views
    3,620

    Basically I just checkout the branch and tried to...

    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...
  6. Replies
    14
    Views
    3,620

    I just checked out the sec31 branch, and when I...

    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...
  7. Replies
    14
    Views
    3,620

    No problem. It's great there's already work...

    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...
  8. Replies
    8
    Views
    4,319

    Sorry, I should have paid more attention to that....

    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...
  9. Replies
    14
    Views
    3,620

    Hey, no problem. I actually checked out the code...

    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...
  10. Replies
    4
    Views
    1,010

    I just started using the oatuh module...

    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...
  11. Replies
    14
    Views
    3,620

    My bad, we're actually using 3.1.0.M1, because we...

    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...
  12. Replies
    4
    Views
    1,010

    My bad, we're actually using 3.1.0.M1, because we...

    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...
  13. Replies
    4
    Views
    1,010

    AntUrlPathMatcher backwards compatibility

    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...
  14. Replies
    14
    Views
    3,620

    AntUrlPathMatcher backwards compatibility

    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...
  15. Replies
    6
    Views
    3,627

    Hi. I'm still having the reported issue trying to...

    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...
  16. Replies
    8
    Views
    4,319

    I'm just trying to deploy the tonr/sparklr sample...

    I'm just trying to deploy the tonr/sparklr sample applications and there's no mentioning of the "device" profile. Did this get removed?
  17. Sorry, I don't think I explained myself clearly...

    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...
  18. Implementing Unsupported Cookie browsing through disable-url-rewriting

    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...
Results 1 to 18 of 18