Hi Dave,
Thanks for your answer. Our API clients have an account id which I need when they call the API. So, my approach is to include that account id after they are authenticated and I thought...
Type: Posts; User: JuanCarlosGonzalez; Keyword(s):
Hi Dave,
Thanks for your answer. Our API clients have an account id which I need when they call the API. So, my approach is to include that account id after they are authenticated and I thought...
Hi,
First of all , congratulations for this great framework (spring-security-oauth2)
I'm starting to play with it and my first approach is to protect a rest API implemented with Spring MVC. I'd...
Hi,
I'm implementting a REST web service based on a MVC @Controller annotated class. I've implemented the Etag functionality with the provided Filter and I'd like to include the Last-Modified...
Hi,
First of all, this is my first project with Spring/Spring Security.
I'm currently developing a GWT application which will be deployed on GAE. I've applied the solution exposed by Luke...