How to get Access token From Key and Secret for Connected App | Salesforce

preview_player
Показать описание
Straight to the point Salesforce video on How to get Access token From Key and Secret for Connected App #salesforceknowledge #salesforcedevelopers
Рекомендации по теме
Комментарии
Автор

Hi. I was just facing this issue.
{
"error": "invalid_grant",
"error_description": "authentication failure"
}

To resolve this error. Just follow the steps:
1. From Setup, in the Quick Find box, enter OAuth, and then select OAuth and OpenID Connect Settings.
2. To enable the username-password flow, in OAuth and OpenID Connect Settings, select Allow OAuth Username-Password Flows.

then press, Send. The issue will be resolved!

SamiKhan-znmx
Автор

{
"error": "invalid_grant",
"error_description": "authentication failure"
}

AsadNawaz-xtmf
Автор

{
"error": "invalid_grant",
"error_description": "authentication failure"
}

i checked in profile api is enabled i dont know why this error is coming

rosdragneel