Note |
---|
The Sitecore CDP OAuth2 implementation is not currently working. The public API endpoint is available instead. |
Create a new Connected App in Salesforce. Find the App Manager in setup, and click New Connected App at top right. Enable OAuth settings and set the Callback URL to “https://oauth.pstmn.io/v1/callback” to allow testing interactive flows with Postman, or whatever value you require (not used by Sitecore CDP). Select appropriate scopes, e.g. api, refresh_token. Retrieve the Client ID and Secret once created.
...