Getting Token expiry Error message
Summary:
Getting Token expiry Error message
Content (required):
Hello Expert,
We have configured rest connection using Oauth authorization code credentials. However when we try to call external REST API, we are getting the below error message.
<genericRestFault>
<errorCode>400</errorCode>
<errorPath>
<![CDATA[POST https:/idcs/oauth2/v1/token returned a response status of 400 Bad Request]]>
</errorPath>
<instance>
<![CDATA[{"error":"invalid_grant","error_description":"The token has already been consumed.","ecid":"QICPW1X2X00000000"}]]>
</instance>
</genericRestFault>
:Application Error
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):