I want to generate a access token for salesforce using Azure data factory Web Activity. But I am getting error of grant type invalid or not supported.
URL:https://login.salesforce.com/services/oauth2/token
Header:Content-Type:application/x-www-form-urlencoded
body:username=XXX&password=XXX&grant_type=password&client_id=XXX&client_secret=XXX
Is there any information or content that i have missed in this?
anyone can help?