Salesforce Application Integration Setup
Getting Started
BalkanID recommends creating a separate service account for the purposes of this integration, instead of using personal or employee named accounts.
Requirements:
Username
Consumer Key
To obtain the above, you can following instructions on your Salesforce Portal.
Integration Profile
The integration needs only 2 administrative permissions.
It is best to create a profile for this purpose.
Create a
BalkanID
profile.Grant the following 2 Administrative permissions:
View Setup and Configuration
View Roles and Role Hierarchy
(prerequisite)
Connected App
A Connected App must be configured for authentication.
Go to SalesForce Setup by clicking the Gear icon at the top right.
Go to Apps -> App Manager in the left sidebar.
Add a new app by clicking
New Connected App
:Connected App Name:
Balkan ID
API Name:
Balkan_ID
Contact Email:
[email protected]
Enable
Enable OAuth Settings
.Use
https://app.balkan.id/api/oauth/sfdc/redirect
for Callback URL. The URL is required but not used.Check
Use digital signatures
Click "Choose File" and choose
salesforce.crt
BalkanID team will have provided the salesforce.crt prior to this
For Selected OAuth Scopes, add
Manage user data via APIs (api)
andPerform requests on your behalf at any time (refresh_token, offline_access)
.Enable
Require Secret for Web Server Flow
.Enable
Require Secret for Refresh Token Flow
.Click
Save
to save.On the resulting “View” Connected App page, locate and copy the Consumer Key.
You will then use this value in the ‘Consumer Key’ field within your BalkanID integration configuration. Note: This key is unique to your specific Salesforce instance and must be configured individually for each customer.
On the same “View” connected app page, click
Manage
.Click
Edit Policies
.In the OAuth policies section, change
Permitted Users
toAdmin approved users are pre-authorized
.Change
IP Relaxation
toRelax IP restrictions
.Click
Save
to save.Back on the app page again, in the
Profiles
section, clickManage Profiles
.On the
Application Profile Assignment
page, assign theRead Only
profile.Click
Save
to save.Continue to create the Integration User.
Integration User
The integration impersonates a user. It is best to create a user for this purpose with Read Only
access.
Create a
BalkanID
user with the following information:Lastname:
BalkanID
Alias:
BalkanID
Email:
BalkanID
User License:
Salesforce
Role:
<None specified>
Profile
Read Only
Username:
[email protected]
Email:
[email protected]
Configure Salesforce in your BalkanID tenant
Login to the BalkanID application and switch to the tenant you would like to add your integration to.
Head to Integrations > Add Integration, select Salesforce.
Set up the Primary Application owner (mandatory) and the Description, if any. Set up Secondary Application Owner(s), if any.
Select the Extraction Type. From here, you can configure your application using one of the following methods:
Direct integration - Provide your Salesforce User Name and Consumer Key obtained above to set up a direct connection with BalkanID.
SCIM integration - Provide SCIM server credentials to set up a SCIM connection with BalkanID.
Manual file upload - Upload Entity and Entity Relations through a .CSV file upload. Contact the team for assistance with this.
Automated upload using API - You can upload data using our Bulk APIs with the help of an API key which will be provided to you. Please refer to the entity and entity relation upload docs for specific instructions on uploading your data through the API.
Click on next to move onto Optional Configuration.
Fill Optional configuration, if required.
Once you filled in the information, click Save. Your integration is now configured and you will see the status of the integration displayed alongside other integrations on the Integrations page. When data is available, the integration Status will read Connected and the integration Message will read Data available.
Last updated
Was this helpful?