When logging into the VCF Operations web UI using the VCF SSO Login Method, the webpage redirects to Directory Login but users fail to login with the following error:
"Authentication was unsuccessful. Verify your credentials or contact your administrator if the issue persists."vSphere Cloud Foundation 9.1
There is a misconfiguration in the VCF SSO configuration for the associated Identity Broker.
These errors are not propagated to VCF Operations logs because they are logged in the VIDB kubernetes pod.
The VIDB kubernetes pod resides in the vcf-management-services cluster.
The VIDB kubernetes pod's logs will need to be checked to confirm that they are running, healthy and for related logs to login failures using VCF SSO.
sudo -ikubectl get pods -n vidb-externalThese pods must be troubleshooted and restored to Running state in order for the VIDB service to function properly for VCF SSO login.kubectl logs -n vidb-external <vidb-service pod name>See Additional Information for known errors.
Unable to find a user with the given user identifier.
Found (0) user(s) having the (<AD user@domain>) attribute under base distinguished name (<Base DN configuration in VCF SSO Identity Broker>) - FAILURE.