Our company makes a web application that is evaluated for each workstation.
This means that user / password credentials should only be used from one specific machine.
Currently, it is happening that several users share credentials, and we have no way to prevent this if they do not do it at the same time.
The nature of the application is such that the user must use it from time to time, so the inability to work at the same time does not bother the users very much, and the company loses its possible income.
Currently the application is pure AJAX without flash / activeX / Java applets.
The ideal solution is to read the computer name or IP address of the client using javascript using the Shell.Network script interface.
But this is not possible due to the strict security settings in Internet Explorer. I should mention that the cross browser function does not matter, and IE is the only supported browser.
Google search I found this solution here http://www.reglos.de/myaddress/MyAddress.html , but this requires a JAVA applet, so it will not be very convenient.
Are there any other solutions for this?
javascript authentication ajax ip saas
Sparcu
source share