My Products
Help

ERROR - “Invalid_Client” or "Invalid_grant"

24-05-2019 13:38 (Updated 30-04-2020)
  • 0 Replies
  • 0 kudos
  • 2906 Views

Are you receiving an “Invalid_Client” or "Invalid_grant"?

 

The "Invalid_Client" error message is common for requests with wrong client ID or client secrets.

 

The "Invalid_grant" error message is common to have with one of the following scenarios.

1. The token has become invalid. This can happen when its lifecycle has expired or when you change the password (changing password invalidates tokens).

or

2. If you are trying to request a token when with some faulty parameters, eg. wrong client secret, wrong redirect URI, an old authorization code etc.

Contributors