You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
MinchoVelev edited this page Sep 19, 2019
·
5 revisions
Overview
To enable the Employee Onboarding application to consume events defined in the SAP SuccessFactors system, you first need to allow the Employee Onboarding application to consume the SAP SuccessFactors HCM Suite OData API without a logged in user. This is needed, because in the previous scenario, the the requests were made on behalf of the logged in onboarding administrator and now the events will be processed in the background without a logged in user.
To do that, you create a service instance of the SAP SuccessFactors Extensibility service using the api-access service plan this time with a technical user.
Steps
1. Create a service instance to consume the SAP SuccessFactors HCM Suite OData APIs with a technical user using the Cloud Foundry command line interface (cf CLI).
In Eclipse IDE, open sfOAuthTechUser.json located in the root folder of the employee-onboarding project.
Change the value of the systemName property to studentXXX where the XXX is the same index you used in the previous steps.