on 2026 Apr 08 2:43 PM
Hi,
I have completed the Integration Suite Mission with the trial account and then continued setup the real integration of our api within our respective subaccount. Everything is setup and now I am not able to authenticate against the API. Our API has an API-Key mechanism and I want to disable all auth or simplify the auth on the SAP side of things. In the mission there was a booster setting everything up. In reality this is not really documented in an obvious way.
I am now running into the following error testing the api:
<!doctype html><html lang="en"><head><title>HTTP Status 401 – Unauthorized</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 401 – Unauthorized</h1></body></html>How can I assign the ESBMessaging.send Role? I tried setting up a service instance but cannot get the OAuth flow to work since I cannot create OAuth2 Credentials inside the SAP Process Integration Runtime looking the one from the mission.
JSON View of the Service Key to be created is missing token url, clientID, clientSecret....
{
"key-type": "client_id_secret",
"X.509": "",
"certificate-pinning": true,
"validity": 365,
"key-length": 2048
}Ideal solution would be to completely skip AUTH on this side of things since our api is secured.
Request clarification before answering.
Retrieve them from the service key of the SAP Cloud Integration service instance in the relevant subaccount (BTP cockpit → Instances and Subscriptions → Instances → select the Cloud Integration instance → Credentials → service key). [help.sap.com]
clientid, clientsecret, and a token URL, double‑check that:Note: This “Security Material” setup is typically relevant when the iFlow needs to call your API (outbound). Your current 401 looks more like an inbound authentication issue to the Cloud Integration endpoint. [help.sap.com]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.