function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Raneen KhouryRaneen Khoury 

error while trying to authenticate with salesforce SOQL App

Hello,

I am trying to create new authetication through my application and I am getting {"error":"invalid_grant","error_description":"authentication failure"} error when trying to call the Token Request: "https://eu5.salesforce.com/services/oauth2/token"

Can u help me out why I'm getting this error ?
Best Regards , 
Raneen Khoury

Greg HGreg H
This is a good starting point: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_authentication.htm
-greg