During vCenter Server upgrade to VCF 9.0, the pre-check shows following error message :
Please remove/disable RSA SecurID login before proceeding https://knowledge.broadcom.com/external/article?articleId=368759.
VCF 9.0
vCenter Server 7.x
vCenter Server 8.x
VCF 9.0 removes the support for the RSA SecurID authentication method.
Before upgrading to VCF 9.0, the vCenter Server administrator must disable the RSA SecurID authentication and ensure alternative authentication is enabled.
Customers can use MFA through federated authentication. See here for more information on configuring federated authentication.
cd /opt/vmware/binsso-config.sh -set_authn_policy -pwdAuthn true -t <tenantName>sso-config.sh -t <tenantName> -set_authn_policy -securIDAuthn falsesso-config.sh -t <tenantName> -get_rsa_configNote: <tenantName> is the name of the vCenter Single Sign-On domain, vsphere.local by default.