Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: Is there any workaround to use NTLM authentication with NGINX proxy

$
0
0
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

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>