I have an ASP.Net application where I use Windows authentication to deny access to some components through roles. When using IE, the site displays the "Authentication Required" field once, allows the user to enter their username / password for Active Directory, and everything is in order.
HOWEVER, when using Firefox, the "Authentication Required" window appears, but when you click "ok" it appears again! He stays a few dozen times! If you click the βCancelβ button for all of them, it does not work properly, blocking access to the site. If you click cancel for all but 1 (which you authenticate correctly), it acts as if you were authenticated correctly.
My goal is for Firefox to act as IE and only ask the user once.
source share