VCSA authentication fails when Microsoft domain-level enforcement of AES encryption is active and RC4 protocols are deprecated. This occurs because Integrated Windows Authentication (IWA) identity sources natively utilize RC4 encryption.
Symptoms:
Domain Controller system logs show Event ID 5840 indicating RC4-encrypted secure channel attempts.
VMware vCenter Server 7.x
VMware vCenter Server 8.x
Identity sources configured using 'Integrated Windows Authentication' strictly utilize RC4 encryption. Microsoft domain-level deprecation of RC4 invalidates this configuration, leading to authentication drops.
To ensure compatibility with AES encryption, migrate the VCSA Single Sign-On Identity Source from IWA to Active Directory over LDAPS.
Navigate to the vCenter Single Sign-On configuration and delete the existing Integrated Windows Authentication (IWA) identity source.
Add a new Identity Source using the Active Directory over LDAP type.
Utilize Global Catalog port 3269 (LDAPS) to allow the vCenter Server to query the entire domain forest.
Configure the Base DN at the forest root (e.g., DC=domain,DC=com).
Assign vCenter permissions utilizing Active Directory Universal Groups to maintain multi-domain access.
In Active Directory, locate the vCenter computer object and set the msDS-SupportedEncryptionTypes attribute to 24 (AES128 + AES256).
Populate the Domain Alias field in the vCenter configuration to maintain NetBIOS\username login formatting.
Fixed in vSphere 8.0 Update 3 and higher. See Download Broadcom products and software for steps to download this release.
References:
Subscribe to this article to receive updates on fix status: How to subscribe to Knowledge Base articles