I have built side-by-side Windows and VCSA vCenter 6. Both VMs are joined to the domain. Both vCenters have the domain added as an identity source. My User Group is added with the Role of Administrator in Global Permissions to both vCenters
Using the Web-Client, I can successfully Use Windows session authentication option for both vCenters and get logged-in to the web-client fine. The username appears in the form: DOMAIN\user
Using the C# Client, , I can successfully Use Windows session credentials option for the Windows vCenter but not the VCSA . THe VCSA returns: "Error Connecting" "A general system error occurred: Cannot get user info" The username appears in the form: DOMAIN\user
Using the C# Client, I can logon with AD credentials to VCSA, but only in the form: user@domain.com
Any ideas?