-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Is your feature request related to a problem? Please describe.
Is there any way to support NTLM to allow forwarding windows authentication to IIS ?
Describe the solution you'd like
I know there is paid version of NGINX, I have Ngnix proxy manager all set up, and one of my sites behind it allows windows authentication through NTLM. When I disable to proxy and forward traffic to server itself , it is working as supposed. I found some information that it is due to not keeping keepalive connection opened. Is there any chance of using advanced nginx tab to get this working ? I also found some unofficial plugin for NTLM, https://github.com/gabihodoroaga/nginx-ntlm-module however injecting this to the docker image is beyond my skills.
Thanks
Describe alternatives you've considered
Additional context