Skip to content

Latest commit

 

History

History
executable file
·
40 lines (40 loc) · 1.62 KB

update-the-endpoints-on-the-backend-application.md

File metadata and controls

executable file
·
40 lines (40 loc) · 1.62 KB

Update the endpoints on the backend application

  • Get <SAP_BTP_INTEGRATION_SUITE_ENDPOINT>
    • Go to the SAP Integration Suite
    • Go to the Monitor tab
    • Go to the Manage Integration Contents iFlow URL
    • Select one of Integration Contents
    • Copy the endpoint url except the "http/..." part
    • Save as <SAP_BTP_INTEGRATION_SUITE_ENDPOINT> iFlow URL
  • Get <SAP_BTP_PROCESS_INTEGRATION_RUNTIME_...>
    • Go to the SAP BTP Cockpit
    • Go to the Services > Instances and Subscriptions iFlow key
    • Create an instance
      • Service: Process Integration Runtime
      • Plan: integration-flow
      • Runtime Environment: Cloud Foundry
      • Space: <YOUR_SPACE>
      • Instance Name: ms-teams-integration-runtime (or any name you want) iFlow key
    • After created, click the created instance
    • Go to the Service Keys
    • Create a key iFlow key
    • Service Key Name: ms-teams-process-integration-key (or any name you want) iFlow key
    • After created, click the created service key iFlow key
    • Save the key information
      • "clientid" as <SAP_BTP_PROCESS_INTEGRATION_RUNTIME_CLIENT_ID>
      • "clientsecret" as <SAP_BTP_PROCESS_INTEGRATION_RUNTIME_CLIENT_SECRET> iFlow key
  • update /backend/.env
# SAP Integration flow
iFlowUrl=<SAP_BTP_INTEGRATION_SUITE_ENDPOINT>
iFlowClientId=<SAP_BTP_PROCESS_INTEGRATION_RUNTIME_CLIENT_ID>
iFlowClientSecret=<SAP_BTP_PROCESS_INTEGRATION_RUNTIME_CLIENT_SECRET>