The /var/log/vmware/sso/websso.log shows:
[YYYY-MM-DDTHH:MM:SS] INFO websso[65:tomcat-http--27] [CorId=########-####-####-####-############] [com.vmware.identity.diagnostics.VmEventAppender] EventLog: source=[VMware Identity Server], tenant=[domainname], eventid=[USER_NAME_PWD_AUTH_FAILED], level=[ERROR], category=[VMEVENT_CATEGORY_STS], text=[Failed to authenticate principal [username@domainname]. Native platform error [code: 851968][null][null]], detailText=[Native platform error [code: 851968][null][null]], corelationId=[########-####-####-####-############]
The /var/log/vmware/sso/vmware-identity-sts-default.log shows:
[YYYY-MM-DDTHH:MM:SS] ERROR sts[70:tomcat-http--32] [CorId=########-####-####-####-############] [com.vmware.identity.idm.server.IdentityManager] Failed to authenticate principal [username@domainname] Login failed
[YYYY-MM-DDTHH:MM:SS] ERROR sts[46:tomcat-http--7] [CorId=########-####-####-####-############] [com.vmware.identity.idm.server.IdentityManager] Failed to authenticate principal [username@domainname] for tenant [domainname]
[YYYY-MM-DDTHH:MM:SS] INFO sts[46:tomcat-http--7] [CorId=########-####-####-####-############] [com.vmware.identity.diagnostics.VmEventAppender] EventLog: source=[VMware Identity Server], tenant=[domainname], eventid=[USER_NAME_PWD_AUTH_FAILED], level=[ERROR], category=[VMEVENT_CATEGORY_STS], text authenticate principal [username@domainname] . Login failed], detailText-[Login failed], corelationId-corelationId-[########-####-####-####-############] timestamp-[1777842063982]VMware vCenter Server
The intermittent vCenter login failures are primarily attributed to underlying issues within the Active Directory infrastructure, specifically when vCenter attempts to authenticate against a large and potentially inconsistent domain controllers. This is often not a direct vCenter Server issue, but rather a reflection of problems within the AD environment.
The resolution involves isolating and rectifying the problematic Active Directory components to ensure a consistent and healthy authentication pathway for vCenter Server
/opt/likewise/bin/lw-get-dc-list <domain-name>
Note: Replace <domain-name> with the actual domain name specific to the environment.
This will return a list of domain controllers associated with the specified domain. Connectivity and certificate validity for each and select a stable one for LDAP configuration.
For guidance on configuring a vCenter Single Sign-On Identity Source using LDAP refer to the following VMware Knowledge Base article: