Welcome! Log In Create A New Profile

Advanced

Is there any workaround to use NTLM authentication with NGINX proxy

Posted by sudheerv 
Is there any workaround to use NTLM authentication with NGINX proxy
December 05, 2013 06:00AM
Hi,

Could you please let me know if there is any workaround to use NTLM auth with NGINX proxy?

Regards,
Sudheer
Re: Is there any workaround to use NTLM authentication with NGINX proxy
February 03, 2014 06:11AM
No, there is not.

This is caused by the fact that NTLM takes into account the connection details to authorize the session. If your next request comes via nother TCP channel, you will be faced with a new password prompt.

The way I solved the problem is twofold :
- enable "Basic" authorization scheme on the IIS server
- develop a module that hides the "Negotiate" and "NTLM" authorization schemes from the browser

My module is available there : https://github.com/jfstenuit/ngx_http_auth_filter_module

Jef
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 174
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready