replicate issue for calls made to the gateway returning a 302 after reloading the application with active session in redis
- Replace "fill-in" placeholders in application.yml with true values
- You need a redis instance
- You need an Oauth2 Server
- You need to register the application with the Oauth2 Server
- Start Application.
- User requests loading application in the browser: https://localhost:9093/hello.html
- Session is successfully created in Redis.
- User redirected to the Oauth2 Server for Authentication
- User Authenticates
- User redirected to application after successful login.
- Application loads in browser without a problem.
- User requests a gateway resource: https://localhost:9093/entries
- Resources loads fine with a 200.
- Everything great so far.
- Restart the server.
- (Session still active, saved on Redis)
- User requests the gateway resource (https://localhost:9093/entries).
- Resources returns 302 and redirected to the Ouath Server (BAD)