We use an externally hosted browser-based application called Exact which uses the basic authentication popup in the browser to authenticate. So old school.
As the username, we should be using HOSTING\12345678 but as it turns out our company email address also allows us to login.
Now the issue, when we login with our company email address, the basic authentication authenticates with our local Active Directory and not with the hosted application. (The previous IT guy has setup the same internal domain DNS name as the external DNS, while good practise should be to add .local or something else)
Even worse, if the password is the same for the application as for the AD account there is no actual problem, but if the passwords are different the account gets locked almost immediatly. Company policy locks the account after 10 failed password enteries.
Now the question, how can i stop or kill the basic authentication request in our local ADC?
thanks

