Remove "Use RSA SecureID" checkbox from vCenter login page.
search cancel

Remove "Use RSA SecureID" checkbox from vCenter login page.

book

Article ID: 401968

calendar_today

Updated On:

Products

VMware vCenter Server

Issue/Introduction

In some cases a checkbox with "Use RSA SecureID" could appear at vCenter login page.

User could follow below steps to disable corresponding function and remove this checkbox.

Resolution

  1. Change directory to /opt/vmware/bin.
    cd /opt/vmware/bin
  2. Check current configuration. Verify the output "IsSecurIDAuthnEnabled" is true now.
    sso-config.sh -t vsphere.local -get_authn_policy
  3. Change "IsSecurIDAuthnEnabled" to false.
    sso-config.sh -t vsphere.local -set_authn_policy -securIDAuthn false
  4. Verify that "Use RSA SecureID" should disappear now.