Single Sign on implementation in Tomcat
问题 I have three jsf web application deployed on tomcat web server with SSL/TLS enabled. Now I want to build some kind of SSO authentication with particular roles. In tomcat conf/server.xml there is line: <Valve className="org.apache.catalina.authenticator.SingleSignOn" /> so I got idea that tomcat maybe have his own SSO implementation. Does anyone know where to find more information about this or some code examples? Thanks in advance 回答1: After many hours of research I found solution, so I will