The odata connection is giving a invalid password error for any login attempt. We have validated that everything is set up properly on our side for the OData connection. We can find no reason for this to not be working.
the user is in the oData hDp and all rights are as they should be.
We dropped the Odata and rebuilt it.
Release : 15.7
Component : CA PPM SAAS OPERATIONS ODATA
Check to see if REST API calls to PPM endpoint /ppm/rest/v1/auth/authorize are returning an error. If yes, odata is unable to validate the credentials provided.
Run curl -v --user admin:password http(s)://hostname/ppm/rest/v1/auth/authorize to check for a HTTP 200 response. If it's not giving HTTP 200 then we have an issue with API authentication.
Steps to Check :