5
There are two applications, one in Java and one in ASP and both manage to integrate with Active Directory without me typing user and network password. The application made using ASP, automatically logs when accessing the url, but does not work in Firefox and I have to enter user and password. The application made in Java, I select an option and the login is done automatically.
Doubts
How can I capture the logged-in user name without Applet or Activex Control? Javascript? I always thought that picking up the machine user was only possible with Applet or Activex Control
Remarks: There are similar questions, but it is for integration via language. I don’t have the source code of both apps to check how it’s done, and I’ve already looked through Chrome Dev Tools and I can’t find anything.
I read about Local Storage, but this does not solve the problem since I need to know the name of the user who is logged in to the machine. And I need it done through the browser.
– adelmo00