You have no privileges to view this object" error when attempting to access these specific sections, despite being able to perform other administrative tasks across vCenter Server.administrator@vsphere.local account, leading to confusion about the required permissions./usr/lib/vmware-vmafd/bin/dir-cli group list --name AdministratorsThe SSO group was missing in the Administrators group. While an SSO user or group might have the "Administrator" role assigned in vCenter's global permissions which grants them broad control over vCenter objects (VMs, hosts, clusters), this role does not inherently grant permissions to manage the SSO domain itself.
The SSO user account or, more commonly, the SSO group to which the user belongs, must be explicitly added as a member of the built-in "Administrators" group within the relevant vCenter Single Sign-On domain (e.g., vsphere.local).
Affected users will likely need to log out and log back into the vSphere Client for the new group membership and associated permissions to take effect.
If there is no other administrator account, add the administrator@vsphere.local account as follows:
ldapmodify -H ldap://localhost/ -D "cn=Administrator,cn=Users,dc=vsphere,dc=local" -W << EOFdn: cn=Administrators,cn=Builtin,dc=vsphere,dc=localchangetype: modifyadd: membermember: cn=Administrator,cn=Users,dc=vsphere,dc=localEOF
modifying entry "cn=Administrators,cn=Builtin,dc=vsphere,dc=local"