Open uabajwah opened 6 years ago
The formated version of the config https://gist.github.com/JBlond/ceafae63ef99fecd5c22cb8168a56fa5
When you do enter credentials from outside the domain you add the domain to username? This is mandatory in this case.
I am facing an issue when using mod_authn_ntlm. It is working fine on edge and IE but when I try this on chrome and firefox it doesn't work as expected. Let me explain the issue.
we have an application which is running on https and we have enabled NTLM authentication. By providing all the settings as mentioned in the documentation we are able to access our application within the domain flawlessly. however when we try to access the application outside of the domain and providing valid credentials on chrome and firefox the first request is sent and popup is prompted for username and password to get logged in when provided the request which is in pending state fails and our application's normal login page is visible if we refresh the page or close the login button a new Login request is made and without providing any username or password it is successful.
I want to know which thing is causing the issue. Below are the settings that I made
stuck with this. hoping to see the response at earliest