When remote users login to the VCO who were configured via OIDC VCO will fail to login to the VCO with the error ""error":"invalid_client","error_description":"XXXXX An invalid client assertion or client secret was provided for the client identifier.","name":"OPError"".
Velocloud Orchestrator Any version.
When users notice this error, they will not be able to authenticate against the VCO. The logs indicate that the login failure is due to incorrect client credentials (invalid_client) provided during the SSO process. The VCO cannot validate the SSO session, leading to a failure in creating a user session. This is because of the expired password in OIDC.
This error (""error":"invalid_client","error_description":"XXXXXX An invalid client assertion or client secret was provided for the client identifier.","name":"OPError"".) will be seen when the password is expired on the OpenId connect SSO. We need to reset the password for the SSO vendor to fix the problem.
Important Notes: