Spring Session

Are there any examples of using Vaadin with the Spring Session
project
?

Mainly looking to pass the users information without the user having to login to the Vaadin application. The goal is to be able to use multiple Vaadin applications within a Spring Cloud environment and have a centralized security model based on Spring Session.

Vaadin once loaded would read the Redis user session exposed within Spring Session.