royclarkson / spring-rest-service-oauth

A simple OAuth protected REST service built with Spring Boot and Spring Security OAuth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deployed in AWS Elastic Beanstalk

juanjosesanchezesteban opened this issue · comments

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!