royclarkson / spring-rest-service-oauth

A simple OAuth protected REST service built with Spring Boot and Spring Security OAuth
Apache License 2.0
664 stars 339 forks source link

Deployed in AWS Elastic Beanstalk #52

Open juanjosesanchezesteban opened 8 years ago

juanjosesanchezesteban commented 8 years ago

Hi, Does this configuration work properly in AWS with a balancer ahead? To properly functioning balancing would have to be in session and not by requests. The access token access is stored in the memory of each instance, once the access token has been assigned to the user all requests would have to go to the same instance. I hope I explained :-) Thank you!