# SuccessFactors prerequisites
Before you connect to SuccessFactors, we recommend that you first do the following:
Configure an integration service user (ISU). This is a unique user, whose sole purpose is connecting to Workato.
Assign to the ISU a role that includes the following permissions:
General User Permission
This permission includes:
User login
describe
SFAPI user login
describe
Login method (password)
describe
Manage System Properties
This permission includes:
Picklist management
describe
Picklists mappings set up
describe
Employee Central API
This permission includes:
Employee central foundation SOAP API
describe
Employee central HRIS SOAP API
describe
Employee central foundation OData API (read-only)
describe
Employee central HRIS OData API (read-only)
describe
Employee central foundation OData API (editable)
describe
Employee central HRIS OData API (editable)
describe
Manage Integration Tools
This permission includes:
- Allow admin to access OData API through basic authentication
- describe
Recruiting Permissions
This permission includes:
- OData API job requisition create
- describe
Manage User
This permission includes:
- User account OData entity
- describe
For more information on how to configure permission roles and groups, see Role-based permissions in SAP (opens new window).
# Register your OAuth 2.0 client application
Complete the following steps to register Workato as an OAuth 2.0 client application:
Sign in to your SAP SuccessFactors instance.
Go to Admin Center > API Center > OAuth Configuration for OData. You can also access the tool by searching Manage OAuth2 Client Applications in the action search.
Click Register Client Application
Provide a callback URL in the Application URL field. Use one of the following URLs:
https://www.workato.com/oauth/callback
https://app.workato.com/oauth/callback
Select Bind to user, then enter the ISU user ID.
Click Generate X.509 Certificate and complete the required fields.
Click Generate, then download and save the certificate.
Click Register to save your registration. Save the API Key, which serves as the client ID.
Refer to Registering Your OAuth 2.0 Client Application (opens new window) for more information.
Authentication
The SuccessFactors connector enables you to authenticate using either Basic or OAuth 2.0 methods. However, SAP SuccessFactors recommends that you use OAuth 2.0.
Last updated: 11/21/2024, 9:53:53 PM