I am trying to test a page using Selenium and Chrome Webdriver (using Java). In Windows there is no authentication because it uses the domain login to enter. But in Linux (I plan to run in Linux this test) I got an ADFS login prompt saying please login to adfs.xxx.com to proceed. I tried embed user and password (simple authentication) in to the URL but nothing changed.
Also in debug mode the line after the navigation command never gets executed so I think this might not be a browser modal. If I enter manually user and password the debug goes on and reach the line I'd marked.