Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    590

    Awesome news, Dave. Congratulations! :) Thank...

    Awesome news, Dave. Congratulations! :)

    Thank you for all your hard work in bringing this forth!

    Cheers,

    Jeff
  2. Replies
    4
    Views
    903

    Sara: I'm not sure what you mean by a trusted...

    Sara:

    I'm not sure what you mean by a trusted application and not requiring authentication. Is this a strictly internal arrangement?

    My application makes use of OAuth 2 in order to...
  3. Excellent!

    Thanks again Dave. I got pulled away on something, and now I can try to wrap this up. It looks like also setting the authentication entry point on the resource server was the trick:

    ...
  4. Hi Dave: I REALLY appreciate you helping out...

    Hi Dave:

    I REALLY appreciate you helping out with this. :)

    My goal is to handle invalid token exceptions myself. Ideally, I'd also like to participate on the authorization server side as well...
  5. It looks like I've already touched on the only...

    It looks like I've already touched on the only two concrete classes extending AbstractOAuth2SecurityExceptionHandler. Likewise, OAuth2ExceptionRenderer is only referenced within...
  6. Thanks for the pointer Dave. Perhaps was too...

    Thanks for the pointer Dave. Perhaps was too wrapped around this being an authorization issue. I see OAuth2AuthenticationEntryPoint also extends AbstractOAuth2SecurityExceptionHandler, so I adjusted...
  7. Using extension points to dealt specially with InvalidTokenException?

    Hello:

    I'm trying to customize the response processing for InvalidTokenException. For my app, a number of APIs are invoked using JSONP (application/x-javascript). Plain JSON and XML are also...
  8. Replies
    14
    Views
    1,148

    Hi Dave: That does make sense. Back to the...

    Hi Dave:

    That does make sense. Back to the code. Thanks for the pointer!

    Jeff
  9. Replies
    14
    Views
    1,148

    I got a JSON response, but my code based on...

    I got a JSON response, but my code based on OAuth2AccessDeniedHandler for serializing the response did not get invoked. I'm wondering if my kludged implementation has all of its wires connected. :)...
  10. Replies
    14
    Views
    1,148

    I can see that simply adding those additional...

    I can see that simply adding those additional classes is not sufficient. I plumbed together some things and submitted a request with a long ago expired access token and got:



    2012-03-20...
  11. Replies
    14
    Views
    1,148

    Hi Dave: I just removed 1.0.0.M6 from...

    Hi Dave:

    I just removed 1.0.0.M6 from ~/.m2/repository/org/springframework/security/oauth/spring-security-oauth2 to see if I had something corrupt in there. But, the newly downloaded jar is the...
  12. Replies
    14
    Views
    1,148

    M6 jar is missing classes from M6 examples

    Hi Dave:

    The problem I'm having with M6 is that apparently the jar brought down via Maven is missing some of the newer classes I need in order to address Spring Security's handling of error...
  13. Replies
    14
    Views
    1,148

    Hi Dave: I hate to ask, but is there any word...

    Hi Dave:

    I hate to ask, but is there any word on the M7 release? I'm getting a lot of pushback in deploying our beta app with a nightly build, or my own build. Using a milestone release is...
  14. Replies
    14
    Views
    1,148

    Thanks Dave. I'm not using Spring MVC, but I can...

    Thanks Dave. I'm not using Spring MVC, but I can do the equivalent using the JAX-RS (Jersey) ExceptionMapper provider.

    Have a good weekend,

    Jeff
  15. Replies
    14
    Views
    1,148

    Hi Dave: I got the latest from github, and I...

    Hi Dave:

    I got the latest from github, and I can see what you're referring to.



    <http pattern="/photos/**" entry-point-ref="oauthAuthenticationEntryPoint"...
  16. Replies
    14
    Views
    1,148

    Converting security exceptions to API responses

    Hello:

    I'm trying to figure out how best to handle token related exceptions, both those possible within the framework itself (token not found, has expired), as well as others I'd like to add...
  17. Replies
    12
    Views
    2,787

    Doh!

    Thanks Dave!

    For whatever reason I figured the DispatcherServlet's context def was what was important and not the servlet itself. So, I had it mapped to /notused. :) Changing it to / (per the...
  18. Replies
    12
    Views
    2,787

    Interestingly, if I add on a trailing '/': ...

    Interestingly, if I add on a trailing '/':



    [imac:~] jas% curl -w "\nhttp code: %{http_code}\n" --include -d "grant_type=client_credentials&client_id=myClientId&client_secret=myClientSecret"...
  19. Replies
    12
    Views
    2,787

    Getting contexed out...

    I too am making use of Jersey to create a Spring based SaaS app that serves only RESTful APIs. I was in the process of updating the various frameworks in use, and wanted to move from 1.0.0.M4 to...
  20. Replies
    1
    Views
    791

    Awesome news! Thank you for your hard work on...

    Awesome news! Thank you for your hard work on this project!

    Cheers,

    Jeff
  21. Replies
    2
    Views
    484

    Stoicflame: Thanks for the candid description....

    Stoicflame:

    Thanks for the candid description. I certainly appreciate it. It does settle me more than it unsettles me. :) I can understand the issues of the ongoing OAuth 2 spec process as well...
  22. Replies
    2
    Views
    484

    Future/Roadmap for this Project?

    Hello:

    I've been making use of OAuth for Spring Security for quite a while now, though in a demonstration mode only. Know I need to work on some code for maintaining client credentials and access...
  23. Soticflame: Yes, ...

    Soticflame:

    Yes, <authentication-manager/> does the trick. Spring Security seems satisfied with that.

    Thanks!

    Jeff
  24. oauth namespace usage with unconventional http namespace config?

    I've not had to dabble in Spring Security for almost a year now, but I have in the past put my own filter chains together rather than use the http namespace. In a previous project I had to use...
  25. Replies
    4
    Views
    1,495

    My solution

    Just in case someone runs across this forum thread in the future facing a similar problem, I want to explain what I did to solve my issue.

    In my application, there are objects protected by ACLs...
Results 1 to 25 of 57
Page 1 of 3 1 2 3