Configuring automatic Windows sign on
BlueZone Integration Server includes an automatic Windows sign on process. The signon-windows.bz page loads an applet that tests the user’s system and determines the user ID and computer name. The user is then forwarded to the login process.
This is not a secure method of authentication; it is intended to be used in situations where access to the emulator is allowed and authentication is performed on the emulator screen. It saves the user from having to enter their user ID to access their sessions. If you use this method, ensure to set LoginController passwordRequired field to false. Refer to LoginController for more information.
To set this as the default sign on mechanism:
1. Open redirect.jsp in a text editor.
2. Change signon.bz to signon-windows.bz.
3. Save and close the file.
Access this page at [tomcat-url]/BlueZone/signon-windows.bz.