Is it possible to use Spring Security – Kerberos Extension to make soap calls to Kerberos protected service?

StackOverflow https://stackoverflow.com/questions/13054049

Question

Is it possible to use Spring Security – Kerberos Extension to make soap calls to Kerberos protected service ? We have Wss4jSecurityInterceptor for Spring-ws , but if the soap client want to send kerberos token , we don;t have any kerberosSecurityInterceptor ? Is there a way to do this using Spring Security – Kerberos Extension? Please advise?

Was it helpful?

Solution

No, that extension if for Web auth only.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top