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?

Était-ce utile?

La solution

No, that extension if for Web auth only.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top