Hi,
I have two tomcat instance, frist one run on https://localhost:8080 and secound one run on https://localhost:9090. each server i have deployed Admin and User web application I need to implement Single Sign-On for this two web application. While user is logging to "https://localhost:8080/admin", That user able access " https://localhost:9090/user" application I need to login that user without promoting login screen. is it possible to implement? Regards, Chandana