Re: Tomcat Authentication + Spring Security J2EEPreAuthentication

2019-05-20 Thread Nacho Ganguli
My last attempt used Spring Security JEE pre-authentication filters. This works as I would like "provided" that I only use basic auth and tomcat's default realm (tomcat-users.xml). As soon as I introduce form-based auth, it does not work and I am prompted to authenticate a second time. The log fi

Tomcat Authentication + Spring Security J2EEPreAuthentication

2019-05-17 Thread Nacho Ganguli
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,