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

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

문제

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?

도움이 되었습니까?

해결책

No, that extension if for Web auth only.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top