Question

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

No correct solution

OTHER TIPS

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

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