This article provides guidance on configuring Active Directory over LDAPS as an Identity Source in VMware Cloud Foundation (VCF) and explains observed certificate visibility behaviors in configuration utilities such as sso-config.sh
When reviewing the Identity Source configuration using the sso-config.sh utility, the secondary Domain Controller URL may display the Root CA certificate (Trust Anchor) instead of the server leaf certificate, even if authentication failover is functioning correctly.
This behavior occurs when the Identity Source is configured by trusting the signing certificates (Root and Intermediates) rather than individual server leaf certificates.
In VCF, there are two methods to establish trust:
Broadcom recommends associating identity providers with the Root CA and Intermediates to ensure broader trust and simplify certificate rotation.
The observed behavior is expected. Authentication failover functions correctly as long as the Root CA signing certificate is present, as it allows the Identity Provider to validate requests from any DC signed by that CA.
If the server leaf certificate must be displayed for auditing reasons:
Note: Re-adding the Identity Source may cause temporary authentication downtime for users of that provider during the reconfiguration.