Hi everybody, I use http://owulff.blogspot.it/2011/11/configure-tomcat-for-federation-part.html Federation plugin in my app, and the STS authentication works great. In my web.xml i've in addition to the FederationFilter other kind of filters, for different authentication schema, like HTTP basic (with a login.jsp page). I've a configuration file from which I take the authentication type, then in every filter I can check this and "disable" the filter if doesn't match. So, I observed that the problem is in web.xml, because it contains the security-constraint "Protected Area". This implies that even if it is of basic authentication, the browser redirects the client still on STS, and after authentication appears the login.jsp page. I hope I have expressed well my problem.
thanks in advance, Ermanno -- View this message in context: http://cxf.547215.n5.nabble.com/Enable-Disable-STS-Authentication-tp5637879p5637879.html Sent from the cxf-user mailing list archive at Nabble.com.
