In a Java application using System.getProperty("user.name");
You can get the user name, under which you went to the computer. Is there a similar possibility in JavaScript in the browser to get the user login, as does Java?
Maybe there is an opportunity to do this through Active Directory? So that you can get it in the browser name.