Prerequisites for Creating a Connection
You must satisfy the following prerequisites to create a connection with the Salesforce REST Adapter.
Obtain the Salesforce Domain URL
- Log in to the Salesforce sandbox instance.
- Copy the domain name from the Salesforce home URL. For
example:
https://yourDomain.my.salesforce.com/
Obtain the Current Salesforce API Version
- Log in to the Salesforce sandbox instance.
- Click Setup in the header or click your user name, then select Setup. See Explore the Salesforce Setup Menu.
- Search for
API
in the Quick Find box, then select API under Develop. - Click Generate Enterprise WSDL.
- On the Generate Enterprise WSDL page, click Generate. The
WSDL opens in a new browser tab and your current API version appears in the
Commented-out section. For
example:
Salesforce.com Enterprise Web Services API Version 35.0
Note:
If you're using the Lightning Experience UI on your Salesforce instance, switch to the Salesforce Classic UI. See Toggle or switch between Lightning Experience and Salesforce Classic.Generate Client ID and Client Secret
- Log in to the Salesforce sandbox instance.
- Click Setup in the header or click your user name, and then select Setup.
- In the Quick Find box, search for
Apps
. - From the list that opens, select your connected app:
- If you do not have a connected app, click New in the Connected App section.
- On the New Connected App page that appears, enter the
following:
Basic Information
API
Web App Settings
Mobile App Settings
Canvas App Settings
Custom Connected App Handler
- In the API (Enable OAuth Settings)
section:
- Check the Enable OAuth Settings check box.
- To configure the OAuth 2.0 Authorization Code Credentials
security policy:
- From the Available OAuth
Scopes list, you must add the following
scopes to the Selected OAuth
Scopes section.
- Access and manage your data(api)
- Access your basic information(id)
- Perform request at any time (refresh_token, offline_access)
These (api, id, refresh_token) are the minimum scopes required to configure a connection in Oracle Integration using the OAuth 2.0 Authorization Code Credentials security policy.
- Click Save.
A new connected app is now created.
- From the Available OAuth
Scopes list, you must add the following
scopes to the Selected OAuth
Scopes section.
- To configure the OAuth 2.0 Client Credentials security policy:
- Check the Enable Client Credentials
Flow check box.
A warning message is displayed.
- Click Ok if you accept the warning.
- Click Save.
A new connected app is created.
- In the Connected App Details section, click Manage.
- Click Edit Policies.
- Go to the Client Credentials Flow section.
- In the Run As text box, enter the Salesforce user for whom you want to configure the client credentials.
- Save your changes.
You can see the following details under the API (Enable OAuth Settings) section.
- Selected OAuth scopes
- Consumer key and secret
- To retrieve consumer information, click
Manage Consumer
Details.
Salesforce now sends a verification code to your registered email.
- Once you enter the verification code, you can
access the client ID (consumer key) and client
(consumer) secret.
Note:
These details are required to configure connection properties in Oracle Integration.
- To retrieve consumer information, click
Manage Consumer
Details.
- Check the Enable Client Credentials
Flow check box.