Skip to content

Subaccount B – Integration (SAP Integration Suite)

Overview

If ROI iAM requires RFC on-premise connectivity, connect a Cloud Connector to the same subaccount.

Service instances

SAP Process Integration Runtime

  • Plan: api

Manual step - Service instance

Create the service instance with the following configuration:

json
{
  "grant-types": ["client_credentials"],
  "redirect-uris": [],
  "roles": ["WorkspacePackagesRead", "AuthGroup_IntegrationDeveloper"],
  "token-validity": 43200
}
  • Plan: integration-flow

Manual step - Service instance

Create the service instance with the following configuration:

json
{
  "grant-types": ["client_credentials"],
  "redirect-uris": [],
  "roles": ["ESBMessaging.send"],
  "token-validity": 3600
}

SAP Integration Suite, Event Mesh

  • Plan: message-client

Manual step - Service instance

Create the service instance with the following configuration:

json
{
  "emname": "ROIAM_EventMesh",
  "namespace": "roiam/event/mesh",
  "resources": {
    "units": 50
  },
  "options": {
    "management": true,
    "messaging": true,
    "messagingrest": true
  },
  "rules": {
    "queueRules": {
      "publishFilter": ["${namespace}/*"],
      "subscribeFilter": ["${namespace}/*"]
    },
    "topicRules": {
      "publishFilter": ["${namespace}/*"],
      "subscribeFilter": ["${namespace}/*"]
    }
  }
}

Service instance keys

Important

Create a dedicated service key per service instance.

Important

Share created service instance(s) and key(s) with the team deploying ROI iAM.

See also