Why This Error Happens
This error occurs most often if the OAuth request is made with a wrong or invalid Client ID.
The Client ID is created while creating the External Client App in Salesforce. If the value used during the authentication request does not match the configuration of the External Client App, login is blocked by Salesforce, and this error is returned.
In simple words, Salesforce cannot verify the application that is trying to access the platform.
Error Message
INVALID_CLIENT_ID
error=invalid_client_id
error_description=client identifier invalid
This error shows that Salesforce is unable to identify the Client ID (Consumer Key) that is being used for confirmation.
