We have an existing web app running in Tomcat. One client wants to host it locally and integrate our product to run behind their IIS server, but they would like the login process for our site to integrated into theirs.
The good news is that we will be able to migrate user details into their DB, but I'm not sure how their login process works. I was thinking that when a user logs into their site, their app logs into our app on behalf of the user then sets the jsession ID on the response for the user. Does this sound like something worth trying?