Single sign on with Spring/J2EE web apps?

Hi all,

We have a Spring web app that we are thinking about integrating side-by-side with our Servoy web client app. Any pointers on the best way to approach single sign on in that case? Does Servoy use Spring security under the covers for the cookie/token? Or some other standard J2EE/Tomcat/whatever approach that we can hook into or also utilize to achieve SSO? In our Servoy web client app, we are using custom security with userids and passwords in a database table.

Thanks!

Guerry

Any answers to be had on this front? I’m beginning prototyping and will figure something out, but some direction would save a lot of time.

Thanks,

Guerry

servoy doesnt use stuff like that, it has its own Session object (based on wicket) which holds the login information. This is not set into cookies.