Connect Neptune DXP - Open Edition with Salesforce
In this topic, you learn how to configure the authentication settings in your Neptune DXP - Open Edition to connect your Salesforce account to it.
Prerequisites
-
You have created a Salesforce account.
Procedure
-
In the Cockpit, go to Security and select Proxy Authentication.
-
Create a new authentication method.
-
Select OAuth 2.0 as authentication method.
Result: The OAuth 2.0 tab appears.
-
Go to the OAuth 2.0 tab.
-
As URL, enter the following:
https://login.salesforce.com/services/oauth2/token
-
As Body, enter the following:
grant_type=password&client_id=INSERT_YOUR_CLIENT_ID_HERE&client_secret= INSERT_YOUR_CLIENT_SECRET_HERE&username=INSERT_YOUR_SF_USERNAME_HERE &password=INSERT_YOUR_SF_PASSWORD_HERE (+ attach Security Token)
To receive your Salesforce security token, go to Settings and select Reset my Security Token. You receive an email containing your new security token.
-