2

How to trigger SAP Cloud Platform Integration via Oauth in Postman

 2 years ago
source link: https://blogs.sap.com/2022/06/10/how-to-trigger-sap-cloud-platform-integration-via-oauth-in-postman/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
June 10, 2022 3 minute read

How to trigger SAP Cloud Platform Integration via Oauth in Postman

Hi Guys!!! So this is my first technical blog post on SAP CPI. Hope you guys are going to like it.

As we know, Cloud Platform Integration (CPI) is SAP’s cloud middleware that allows blending between cloud and on-premise applications with third-party SAP and non-SAP products. Take it as given, I am assuming you are already familiar with CPI.

Till now, we have learnt about triggering postman using basic authorization. In this blog I am going to demonstrate triggering postman via OAUTH 2.0.

For more information on CPI, refer https://blogs.sap.com/2020/01/03/sap-cloud-platform-integration-cpi-part-1-know-your-tool/

PREREQUSITES

1. SAP BTP cockpit account cloud foundry set up, refer this: https://help.sap.com/docs/BTP/65de2977205c403bbc107264b8eccf4b/9c7092c7b7ae4d49bc8ae35fdd0e0b18.html

2. Postman is Installed

Create a simple Sender Scenario (with HTTPS Sender Adapter)

The below figure shows the integration flow that you get as an outcome of this exercise.

p1.png

1. Click Save and Deploy the Integration flow.

2. Refer to below screenshot, copy the end url and save it for later.

p2.png

Navigate to SAP BTP Account/ Trial Account

  1. Logon to your SAP CPI Tenant

2. Navigate to Instances tab under Security

3. Service Instances and Keys are created at Cloud Foundry level when we set up our account.  Navigate to your Cloud Foundry where Process Integration Runtime service keys has been created. In SAP Cloud Platform trial a default space named dev is automatically created when you will enable the trial environment.

4. Select View parameters from the icon with three vertical dots.

p3.png

5. After clicking on View, you will find this type of service key on right hand side of screen, click on that.

6. Save that information confidentially in any notepad.

p4.png
TESTING THE FLOW

For testing the above flow, I have used postman. You can use any other test console too.

1. Navigate to the postman app and click on the + sign on top.

2. Select the POST method.

3. Paste the CPI enpoint url in the link space.

4. Choose Oauth 2.0 from the authorization tab.

5. Refer to the image below

p5.png

6. Now, when you choose oauth 2.0, you can find following details as shown below

p12.png
  1. Give grant type = client credentials
  2. Paste the access token url
  3. Paste the client_id and client_secret that you already have from the service key.
  4. Click on Generate Access token
  5. Your authentication will be done and it will automatically generate and restore your token, click on send and you get your result.

Keep in mind

An OAuth token contains sensitive information. We also have a choice to share the token. As you can see the sync icon under authorization tab. By default they dont keep it in sync position. But the token is still restored in your session.

p7.png

Conclusion: To summarise, we are triggering the SAP CPI artifact via Oauth instead of Basic authorization using Postman.

For more information refer: https://blog.postman.com/collaborating-oauth-postman/

Do like, share and Comment if you found this helpful.

See you again….


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK