Setup a Salesforce Developer Account

If you want to try out the Salesforce Adapter in Iguana X and you do not have a pre-existing Salesforce Account, then you can set up a free developer account:

Go to Developer Edition Signup | Salesforce Developers to signup. They will send you an email to verify your account and setup your password.

Make sure both OAuth Flows are turned ON in Setup > Identity > OAuth and OpenID Connect Settings.

Screen Shot 2024-02-14 at 12.01.01 PM.png
Screen Shot 2024-02-14 at 12.02.13 PM.png
  1. Go to App > App Manager and click New Connected App.

  1. Fill in the required Basic Information. Click Enable OAuth Settings and include a required Callback URL and OAuth Scopes (Here we have selected full access for ease of development).

  1. Enable Client Credentials Flow (the Salesforce Adapter uses this OAuth flow)

  2. Click SAVE at the top.

At the top of your App, click Manage, then Edit Policies.

  1. Under OAuth Policies, set the IP Relaxation to Relax IP restrictions, so we can access the API.

  2. Under Client Credentials Flow, Run As your User.

In your App, click Manage Consumer Details. A verification code will be sent to your email to be entered before continuing the page displaying your App Consumer Key and Consumer Secret. Copy these two values to use in the Iguana Salesforce Adapter.

Â