When configuring or changing Identity Source settings on SDDC Manager, the SDDC manager does not update successfully, showing the error: "Registration of SDDC Manager as Relying Party failed due to ("BAD_REQUEST","error_code": 2097... "Thumbprint mismatch for <ThumbprintID> Check that the thumbprint is correct")"
SDDC Manager 5.2.x
A thumbprint mismatch between a vCenter managed by SDDC and the NSX Manager causes the Identity Source update to fail.
curl -k -X GET https://<nsx-mgr>/api/v1/trust-management/oidc-ruis -u admincurl -k -X POST "https://<nsx-mgr>/api/v1/trust-management/oidc-uris?action=update_thumbprint" \ -u 'admin:<password>' \ -H "Content-Type: application/json" \ -d '{ "oidc_uri": "ebd3032d-728e-44d4-9914-d4f81c9972cb", "<invalid_thumbprint>" : "<new-thumbprint>" }'
Optional: If the Entra ID configuration was removed from the vCenters and SDDC at any point during troubleshooting, make sure that provisioning is restarted on the Entra ID SCIM via the "Restart Provisioning" button, as user and group information may have been lost during Identity Source reconfiguration.