SAP Integration Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
BalkanID recommends creating a separate service account for the purposes of this integration, instead of using personal or employee named accounts.
Auth-URL
Api-URL
Client ID
Client Secret
Org Name
Install the Cloud Foundry Command Line Interface (CLI)
Follow the readme from the link.
Test the cli cf
. You should see a list of Cloud Foundry commands.If the above screen appeared, the CLI has been installed successfully.
Login using CLI - cf login -a <URL>
.
Navigate to the space in your subaccount to view details. Follow the below procedure to generate configurations.
Enter the following command in terminal. cf target -o *<org_name>* -s *<space_name>*
For example: cf target -o my-org -s DEV
In your subaccount, create a service instance with the api-access plan.
Enter the following command: cf create-service xsuaa apiaccess *<access_name>*
For example: cf create-service xsuaa apiaccess my-access
This command creates an entry for the OAuth client in the database of the authorization server.
Create a service key. Enter the following command:
cf create-service-key *<access_name>* *<key_name>*
For example:
cf create-service-key my-access my-access-key
The system creates the credentials for the OAuth client.
Get the credentials for the OAuth client
Enter the following command:
cf service-key <access_name> <key_name>
For example:
cf service-key my-access my-access-key
Getting key my-access-key for service instance my-access as my-user...
url is equal to authUrl, org name is identityzone
Login to the BalkanID application and switch to the tenant you would like to add your integration to.
Head to Integrations > Third Party Applications and click Add Integration, select SAP. Set up the Primary Application owner and the Description, if any.
SAP would have been added to the list of applications. Click on the Configure and Integrate button beside the integration name, and configure the fields with the values that were noted prior. It should look like this:
Once you filled in the information, click Save changes. Your integration is now configured and you will see the status of the integration displayed alongside other integrations on the Integrations page. Integrations are synced daily. When data is available, the integration Status column will read Connected and the integration Message will read Data available.