Here are the parameters settings you need to connect to SAP SuccessFactors API.:
...
API URL: e.g. https://apisalesdemo8.successfactors.com - see this for more info SAP SuccessFactors URLs
OnLink supports Basic and OAuth authentication mechanism.
Basic Auth:
API Username: format is username@company_id, provide user access via: Admin Center >> Manage Permission Roles >> Manage Integration Tools >> Enable Allow Admin to Access OData API through Basic Authentication. OnRamp requires access to these entities: User, UserAccount, EmpJob, EmpEmployment, EmpEmploymentTermination, PerPerson, PerEmail. See this link for instructions on finding your Company ID.
API Password: <api user’s password>
...
Here’s additional documentation from SuccessFactors https://help.sap.com/docs/SAP_SUCCESSFACTORS_PLATFORM/d599f15995d348a1b45ba5603e2aba9b/5c8bca0af1654b05a83193b2922dcee2.html?q=terminationdate . Though Basic Auth is deprecated, SAP SuccessFactors officially supports it until end of 2026. OnLink will support OAuth login well before this deadline. SuccessFactors recommends adding IP address restrictions with Basic Auth for additional security. Here are the Atlassian IP addresses you need to whitelist.OAuth:
Create key pair - create certificate. Use public and private keys from this step in OnRamp.
Register OAuth2 client application - register application. Use API Key from app registration in OnRamp.
Company ID - see this link for instructions on finding your Company ID.
User ID - user id of a technical user who has the right permissions to access OData API
Mock credentials for your testing:
...