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