There are two applications, one in Java and one in ASP, and both can integrate with Active Directory without typing user name and network password. The application made using ASP, logs in automatically when accessing the url, however it does not work in Firefox and I have to enter username and password. The application made in Java, I select an option and the login is done automatically.
Questions
How can I capture the user name logged in without an Applet or ActiveX Control? Javascript? I always thought getting the machine user was only possible with Applet or ActiveX Control
Comments: There are similar questions, but it is to do integration via language. I do not have the source code for the two applications to see how it's done, and I've already reviewed Chrome Dev Tools and found nothing.