Client Credentials not working after upgrade from 11 to 12

Hi All,

We just upgraded the community from 11 to 12.

Now my REST integration no longer works. I am using client_credentials as the mechanism to get the access token, but now I get a 400 bad request error. Nothing has changed with the site and as far as I can tell from the documentation the authentication method hasnt changed either.

Here is what I am doing now (this is all done via Python, but I verified I cant authenticate with Postman either).

POST to community.agilent.com/.../token

passing the following parameters:

grant_type=client_credentials

client_id=<my_client_id>

client_secret=<my_client_secret>

username=<my_username>

I get the following back, I have also tried regenerating the secret, and making a whole new integration all with the same results.

Parents Reply Children