Question
4
Replies
294
Views
CIT Group
Posted: November 27, 2019
Last activity: December 19, 2019
Closed
Solved
OAuth 2.0 Token not getting generated
Trying to generate OAuth 2.0 token but its not getting generated.
Earlier it used to get generated.
Now getting this error.
Looks like Data-Admin-Security-OAuth2-AccessToken is not getting generated at all.
I am using postman and i am sending client_id, client_secret, grant_type=client_credentials and Content-Type = application/x-www-form-urlencoded as header.
{
"errors": [
{
"ID": "invalid_client",
"message": "Client authentication failed "
}
]
}
***Edited by Moderator: Lochan to update platform capability tags***
Hi Sanjay,
Can you please share your configuration details, did you tried with postman to generate a token?
You can use JWT tool to extract the token and see those value.
I have done that configuration and worked.
Please let me know.
Regards,
Anandh