문제

How to connect to a web service that is on Microsoft stack and using NTLM based authentication, I have tried to use the groovy WS client, but I am not sure if I can achieve NTLM auth with this, can somebody tell me how can I do this in grails

올바른 솔루션이 없습니다

다른 팁

NTLM used to be supported by Spring security. Even though it is not supported any more there are still ways to use Spring to authenticate using NTLM. And since Grails uses Spring underneath the hood you should be able to use this with Grails.

Have a look at this post: Spring Security NTLM 3

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