While working on my Test Lab I recently came across this issue where Once I opened the vCenter Web client or Vsphere Client (Flash) and tried to login
vSphere Client is a software application developed by VMware that allows administrators to manage VMware vSphere environments. It provides a graphical user interface (GUI) through which administrators can perform various tasks related to virtual machine management, host configuration, networking, storage, and more.
I got the below Error:
vSphere Client (Flash): [400] An error occurred while processing the authentication response from the vCenter Single Sign-On server. Details: Status: urn:oasis:names:tc:SAML:2.0:status: Responder, sub status: null.
Web Client (HTML 5) : [400] An error occurred while processing the authentication response from the vCenter Single Sign-On server. An error occurred while processing the metadata during vCenter Single Sign-On setup – java.lang.reflect.InovocationTargetException
Below are the Screenshots of the Error:
![Unable to login to vCenter getting Error [400] An error occurred while processing the authentication response from the vCenter Single Sign-On server. Details: Status: urn:oasis:names:tc:SAML:2.0:status:Responder, sub status: null.](https://i0.wp.com/knowitlikepro.com/wp-content/uploads/2020/06/1.png?resize=1200%2C645&ssl=1)
![Unable to login to vCenter getting Error [400] An error occurred while processing the authentication response from the vCenter Single Sign-On server. Details: Status: urn:oasis:names:tc:SAML:2.0:status:Responder, sub status: null.](https://i0.wp.com/knowitlikepro.com/wp-content/uploads/2020/06/2.png?resize=1200%2C643&ssl=1)
While reviewing the Setup I noticed the below Difference in the PSC and vCenter Server.
I SSH to the PSC and Checked the Time using the below Command:
DatePSC SSH:
![Unable to login to vCenter getting Error [400] An error occurred while processing the authentication response from the vCenter Single Sign-On server. Details: Status: urn:oasis:names:tc:SAML:2.0:status:Responder, sub status: null.](https://i0.wp.com/knowitlikepro.com/wp-content/uploads/2020/06/3.png?resize=257%2C129&ssl=1)
vCenter SSH:
![Unable to login to vCenter getting Error [400] An error occurred while processing the authentication response from the vCenter Single Sign-On server. Details: Status: urn:oasis:names:tc:SAML:2.0:status:Responder, sub status: null.](https://i0.wp.com/knowitlikepro.com/wp-content/uploads/2020/06/4.png?resize=259%2C123&ssl=1)
Here is My System Time:
![]()
So definitely there was a mismatch in the Time between the vCenter and the PSC.
I thought this is not right and I went into the PSC VAMI and found the Timezone as my Own i.e. IST.
![Unable to login to vCenter getting Error [400] An error occurred while processing the authentication response from the vCenter Single Sign-On server. Details: Status: urn:oasis:names:tc:SAML:2.0:status:Responder, sub status: null.](https://i0.wp.com/knowitlikepro.com/wp-content/uploads/2020/06/6.png?resize=623%2C449&ssl=1)
However while looking into the vCenter VAMI I can see the Timezone set as GMT-10.
![Unable to login to vCenter getting Error [400] An error occurred while processing the authentication response from the vCenter Single Sign-On server. Details: Status: urn:oasis:names:tc:SAML:2.0:status:Responder, sub status: null.](https://i0.wp.com/knowitlikepro.com/wp-content/uploads/2020/06/7.png?resize=773%2C386&ssl=1)
So I just changed the Timezone of the vCenter appliance to IST
![Unable to login to vCenter getting Error [400] An error occurred while processing the authentication response from the vCenter Single Sign-On server. Details: Status: urn:oasis:names:tc:SAML:2.0:status:Responder, sub status: null.](https://i0.wp.com/knowitlikepro.com/wp-content/uploads/2020/06/8.png?resize=551%2C301&ssl=1)
Now I can open the vCenter Appliance without any issues.
![Unable to login to vCenter getting Error [400] An error occurred while processing the authentication response from the vCenter Single Sign-On server. Details: Status: urn:oasis:names:tc:SAML:2.0:status:Responder, sub status: null.](https://i0.wp.com/knowitlikepro.com/wp-content/uploads/2020/06/9.png?resize=1200%2C230&ssl=1)
Hope this article has clarified your doubts in case if you came across this issue.
thanks bro for sharing, it works on vxrail node appliance.