Frage

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

Keine korrekte Lösung

Andere Tipps

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top