HELP, I NEED SOMEBODY, NOT JUST ANYBODY! HELP.... (It all started weeks ago when I tried unsuccessfully to use Tomcat's SSO Valve and decided to try pre-authentication...)
We are developing a subscription-based "portal" webapp that we use to authenticate users and perform authentication flows such as expired passwords, expired subscriptions, forgot password, etc. Then, based on authorization role annotations, users are able to launch specific webapps via an API that uses a redirect. To do this, my "portal" webapp uses spring security configured to perform these authentication flows. MY PROBLEM: How do I configure Tomcat's container-based authentication to recognize authentication performed by Spring Security? Any suggestions or alternative solutions would be greatly appreciated. Thank you, Nacho Ganguli Current Configuration: Tomcat 7.0.70, JDK 1.7, Spring Frameworks 4.x, Spring Security 4.x server.xml has been configured with a global naming resource and JDBCRealm for authentication. Each webapp's context.xml has been configured to reference the shared authentication database as a ResourceLink. Spring security has been configured to use the JDBCRealm as a JNDI datasource. -- Sent from: http://tomcat.10.x6.nabble.com/Tomcat-User-f1968778.html --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org