/var/log/vmware/vsphere-ui/log/vsphere_client_virgo.log
Successful VCs: https://VCSA01.Domain.com:443/sdkFailed VCs: []Caused by: com.vmware.vim.binding.vim.fault.NoPermission: Permission to perform this operation was denied. at jdk.internal.reflect.GeneratedConstructorAccessor664.newInstance(Unknown Source)Successful VCs: https://VCSA01.Domain.com:443/sdkFailed VCs: []
/var/log/vmware/vsphere-ui/log/vsphere_client_virgo.log
[com.vmware.identity.sts.util.JIT] Updating group membership for mailto:[email protected]
[com.vmware.identity.sts.util.JIT] Current groups: [vsphere.local\Everyone]
[com.vmware.identity.sts.util.JIT] Mapped groups: []
From the log below, the user got added as a JIT user
/var/log/vmware/vmdird/vmdird-syslog.log
Add Entry (cn=mailto:[email protected],cn=JITUsers,cn=VCTrusts,cn=vsphere.local,cn=Tenants,cn=IdentityManager,cn=Services,dc=domain,dc=local, EID 0)(from 127.0.0.1)(by mailto:[email protected])
vCenter 9.0.0
The problem is related to the user who was added as a JITuser in vCenter. Add Entry ([email protected], cn=JITUsers)
This issue is resolved in VCF 9.0.1. Log in to the Broadcom Support Portal to download this patch
Note: Ensure this KB is followed on all the vCenters before upgrading to 9.0.1
The domain suffix of the affected users must be removed. For eg example.com
Important: Back up/Snapshot all linked vCenter servers in the group before proceeding. For more information, File-Based Backups for SDDC Manager NSX Manager and vCenter
To allow the addition of the user to the local SSO group again, follow the steps below,
upn-suffix-removal.sh, to /tmp/ on the vCenter Server.[email protected] account$> ./upn-suffix-removal.sh
./upn-suffix-removal.sh
Enter password for [email protected]:Searching for UPN suffixes...Found UPN suffixes: [EXAMPLE.COM, EXAMPLE.LOCAL]Enter UPN suffix to be removed for the affected IDP domain (or 'quit' to exit): EXAMPLE.LOCALUPN suffix to be removed: EXAMPLE.LOCALmodifying entry ""cn=vsphere.local,cn=IdentityProviders,cn=vsphere.local,cn=Tenants,cn=IdentityManager,CN=Services,dc=vsphere,dc=local""
Successfully removed UPN suffix: EXAMPLE.LOCALScript execution is complete.===============================================================================