You need to sign in to do that
Don't have an account?

OAuth2 authorization_code fails: {"error":"invalid_grant","error_description":"authentication failure"}
we have a connected app with a clientid and secret that are used to access the API. we are suddenly (after years of working) getting errors on the authorization_code grant. We successfully get an authorization code, but when we try to retrieve the access token, the call fails with an error: {"error":"invalid_grant","error_description":"authentication failure"}
unfortunately this is the only response we get, and have no other visibility into the issue. We are getting this in our production instance, but other customers who integrate with Salesforce through our platform are getting the same error. In other words, it is not isolated to a single org or user account, but all users trying to authorize us to interact with Salesforce.
I am completely at a loss as to where to go for help, so any guidance is appreciated.