Prerequisites
Please carefully read the following to make sure you are able to complete the setup:
-
You are an Admin of your SAP SuccessFactors instance. If you are not an admin, you won't even be able to search for and access the configuration pages that are described later on.
-
Alternatively: Please contact your SuccessFactors Admin and have them take over the integration setup process.
-
-
The OData v2 API is available and enabled on your SuccessFactors instance (it is by default, so this is usually not something to worry about).
Find your API domain
Your API domain will depend on which region you are based in. To find it, you have to...
-
Open the SuccessFactors API URLs list.
-
Filter for production environments (unless you're trying to connect a preview instance)
-
Once the filter is applied, find your location and select the API domain. If you are, for example, based in Germany, you're production URL would be https://api012.successfactors.eu/
Hint: The resulting “API Server” URL will often look quite similar to the SuccessFactors domain you log in on (the API for pmsalesdemo8.successfactors.com is, for example, located at apisalesdemo8.successfactors.com)
Find your Company ID
-
Click on the profile picture in the top right and then on "Show version information":
-
Copy the value right next to Company ID:
Create a new user
-
In the admin center, go to the search console and type in "Import Employee Data"
Click on the action that just appeared:
-
Click on "Import data" and then select "Download Template":
-
Click on the field next to "Select an entity" and then on "Basic Import":
-
Click on the "Generate Template" button
-
You will receive a .csv file to download. You at least have to fill out these fields
- Status: active
- User ID: any value (i.e. SFAPI_INTEGRATION)
- Username: any value (i.e. SFAPI_INTEGRATION)
- First name: any value (i.e. API)
- Last name: any value (i.e. Integration)
- Email: any value (doesn't have to be a valid email, i.e. integration+user@example.com)
- Manager: NO_MANAGER
- HR: NO_HR
- Default locale: en_US
Your csv should now look something like this example CSV
It's important that you generate your own .csv template and don't download this example as your SuccessFactors instance will be configured differently
-
Now click on "Download Template" and then on "Import Data" to switch back
-
Click on the field next to "Select an entity" and then on "Basic Import"
-
Click on the "Browse" and select your .csv file to upload
-
Click on the "Validate Import File Data" button
-
If you see the "Validation Successful" dialog, click on the "Import" button
-
You should now see this success dialog
-
You can make sure the creation succeeded by searching for the employee name or username and seeing it under the "People" section
Create a permissions group
-
Go to your search bar and enter "Manage Permission Groups"
Click on the Action
-
On the new page, click the "Create New" button
-
Give the group a "name" and click on "Pick a category"
Select the category option "Username"
-
Search for your user (to learn how to create a new one, click here) by entering it's username and tick the box next to it
-
Click "Done"
-
You should now see your user in the people pool
-
Click "Done"
Create a permission role
-
Go to the search bar and enter "Manage Permission Roles"
Then click on the action with the same name
-
On the new page, click on "Create New"
-
Enter a name for the permission role
-
Click on the "Permission" button
-
Now you have to assign the correct permissions to the permission group. To do this, go through the following steps:
-
See the needed permissions in the connection flow
This is just an example. To see the scopes that are required for you, open the connection flow yourself.
-
For each Bullet, find the the permission category in the sidebar. I.e. for "Manage System Properties", find the
You can find these more easily by pressing STRG + F and pasting the permission there
-
Now for each sub-bullet, click the right permission in the category
-
-
When you checked all necessary permissions, click "Done"
-
Now click on the "Add" button under section 3
-
In the new window, click on the "Select" button
-
Enter the name of your permission group (if you haven't created one yet, click here) and select it
-
Click "Done"
-
You should now see your permission group
-
Click "Done" again
-
At last, click "Save Changes"
Generate new OAuth2 client credentials
-
Go to your search bar and enter "Manage OAuth2 Client Applications"
Click on the action
-
In the new window, click on "Register Client Application"
-
In the new window enter a name and a valid URL for the application
-
Do not click "Generate X.509 Certificate" but instead, "Copy" the certificate from the connection flow:
-
Click "Register"
-
Now click on "View" in the row at the very top
-
Get the API key
-
Now paste the API key and the name of the API user into the connection flow
-
Click on "Set up integration"