I've successfully implemented Spring Security in my CXF project, but I really need to get it hooked in with WS-Security to allow client applications to authenticate. (Spring Security is using HTTP form authentication right now, which is fine in a web browser, but I need this to work for service requests.)
I'm wanting to use UsernameToken authentication, with WS-Security passing the authentication information on to Spring Security. I've done a lot of searching and it sounds easy enough when using the Spring Web Services framework, but I don't know how it can be done in CXF. I already have a simple WS-Security service and client working, I just don't know how to integrate that with Spring Security. Has anyone attempted this before? Could someone give me a few pointers? :) Thank you, - Dave -- View this message in context: http://www.nabble.com/Attempting-WS-Security-with-Spring-Security-tp20863276p20863276.html Sent from the cxf-user mailing list archive at Nabble.com.
