on ‎2025 May 06 2:41 PM
Procedures for implementing the two approaches respectively can be seen here:
https://help.sap.com/docs/cloud-integration/sap-cloud-integration/basic-authentication-with-clientid...
https://help.sap.com/docs/integration-suite/sap-integration-suite/oauth-with-client-credentials-gran...
I understand the idea behind each option. However, I don't see how the implementations are different. It seems like service keys generated are the same, and then the adapter configurations in integration flows are also the same. If so, then what is the thing that makes a client be authorized with clientId/clientSecret vs a token?
Thanks
Request clarification before answering.
Did you try calling the iflow? It is a difference in the value of Auth heade what you send from client for example postman
Authorization: Basic <base64-encoded-username:password>
Authorization: Bearer <access_token>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 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.