Disabling Active Directory Single Sign-On button🔗

Description

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.

../_images/connection-ad.png

To disable display for the entire computer, follow these steps:

  1. Open the Windows Registry.

  2. In the HKEY_LOCAL_MACHINESOFTWAREEOCORTEX section , create a subkey called ClientIntegratedWindowsAuthentication (HKEY_LOCAL_MACHINESOFTWAREEOCORTEXClientIntegratedWindowsAuthentication).

  3. Create a DWORD parameter named Disable with a value of 1.

../_images/windows-registry-local.png

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.

../_images/windows-registry-user.png

Warning

If at least one of these subkeys is set, the Active Directory's Single Sign-On button will not be displayed.

Related references