Hello,

I have two web applications that live on different web servers but if you're authenticated in web app A then the user should also be authenticated in web app B. The inverse is not true, web app A is the "master" authenticator. So its basically single sign on. I have setup Spring Security on app B, but app A will not have Spring configured since its out of my control. Anyone have any ideas on what app A can send to the Spring based app B in order to tell that a user is authenticated in app A? Thanks for the help!