Skip to content

Commit

Permalink
Changed image names, put them in assets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidtheGoliath committed Nov 30, 2023
1 parent f1b731b commit 512ffa6
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
18 changes: 9 additions & 9 deletions docs/salesforce.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,43 @@

- Setup > Home> Apps > App Manager > New Connected App

![Alt text](image-5.png)
![Alt text](assets/salesforce1.png)

![Alt text](image-6.png)
![Alt text](assets/salesforce2.png)

- Set the Name, API Name and Contact email

![Alt text](image-9.png)
![Alt text](assets/salesforce3.png)

- Enable OAuth settings and set the Callback URL to no:callbackurl

![Alt text](image-11.png)
![Alt text](assets/salesforce4.png)

- Select Oauth scopes, in my case I selected ```Access all Data Cloud API resources (cdp_api)```

![Alt text](image-12.png)
![Alt text](assets/salesforce5.png)

- Scroll down and click on save and continue.

- You will be presented with a page showing all then details you filled

![Alt text](image-13.png)
![Alt text](assets/salesforce6.png)

- Click on the Manage Consumer Details for your Consumer Key and Consumer Secret.

- After you store them well go back to the home page and search for ```Reset security token``` click on Reset security token and it should be sent to your email. Store it as you will need it.

![Alt text](image-14.png)
![Alt text](assets/salesforce7.png)

- Still in the home tab search for Oauth and OpenID connect settings. Ensure that "Allow Oauth Username-Password Flows" is enabled as shown below.

![Alt text](image-15.png)
![Alt text](assets/salesforce8.png)

## Shuffle side

- Get the Salesforce app [here](https://shuffler.io/apps/7485eadf4709746f201942e109c42221) and click on the edit button. You should be presented with the apps parameters as shown below

![Alt text](image-16.png)
![Alt text](assets/salesforce9.png)

- Go ahead and fill in the Base url parameter with your Salesforce domain.
- Then, depending on whether you are using the sandbox or production environment in Salesforce fill in the token url or leave it as is;
Expand Down

0 comments on commit 512ffa6

Please sign in to comment.