If the user logs into the Eocortex system through Active Directory, but the permissions are set to prohibit them from using Active Directory's Single Sign-On, you can disable the display of this button in the authorization window.
To disable display for the entire computer, follow these steps:
Open the Windows Registry.
In the HKEY_LOCAL_MACHINESOFTWAREEOCORTEX section , create a subkey called ClientIntegratedWindowsAuthentication (HKEY_LOCAL_MACHINESOFTWAREEOCORTEXClientIntegratedWindowsAuthentication).
Create a DWORD parameter named Disable with a value of 1.
To disable the display for a specific user, follow these steps:
Open the Windows Registry.
In the HKEY_CURRENT_USERSOFTWAREEOCORTEX section, create a subkey called ClientIntegratedWindowsAuthentication (HKEY_CURRENT_USERSOFTWAREEOCORTEXClientIntegratedWindowsAuthentication).
Create a DWORD parameter named Disable with a value of 1.
Warning
If at least one of these subkeys is set, the Active Directory's Single Sign-On button will not be displayed.