Although the workload domain imports successfully into the new management domain, the VCF SSO configuration task fails.
Error in UI: Error occurred while configuring the component for SSO. Check Support Logs under Control Panel for more details.
This issue also occurs when you decommission/teardown a Management Domain before removing the SSO federation from the workload vCenter Server. The vSphere Client UI enforces a configuration lock on the SSO settings, displaying the below message in vCenter -->Administration-->Single Sign On --> Configuration --> Identity provider:To manage identity provider configuration, log in to the VCF Operations Console.
The previous identity provider remains registered in the vCenter Server database. Because the original identity provider is still tied to this vCenter Server, it fails to reconfigure with the new SSO identity provider and triggers the UI lock.
Remove the stale identity provider metadata from the vCenter database using the API Explorer.
Take a snapshot of the workload domain vCenter server prior to making changes.
Access Workload Domain vCenter Web Client via FQDN: https://vcenterFQDN/ui
Navigate to Menu > Developer Center > API Explorer.
Select the Workload Domain vCenter as endpoint and select the vcenter API.
Locate the API Category identity/providers.
Expand GET /api/vcenter/identity/providers and click Execute.
In resulting output (scroll down if needed), find the provider ID such as:
"provider": "CUSTOMER",
Expand DELETE /api/vcenter/identity/providers/{provider}
In the provider (required) field, enter the value found in step 7 for "provider"(example: CUSTOMER)
Click Execute and the provider will be removed.
For verifying, return to VCF Operations and retry the Identity provider configuration for the vCenter component.