We have tried to use spring session with the auth0 libraries. We have used this as a starting point: https://github.com/auth0-samples/auth0-spring-mvc-sample/
The spring session setup is pretty standard, we have used this example: https://github.com/spring-projects/spring-session/tree/master/samples/boot
The auth0 example works fine with standard sessions, but when we introduced spring sessions using redis as storage the content of the session is empty.
Anyone used this combination before? Is it some configuration that needs to be added to get this to work? Any good code examples we can look at?
