A quick step by step guide to setup for achieving Basic(User) authentication for testing API's created on Cloud Integratin (Cloud Foundry Environment).
There is an excelent guide provided by
fatih.pense (
https://blogs.sap.com/2021/07/13/using-cloud-integration-apis-with-tools-on-cloud-foundry-creating-a...) how to achieve the same using service keys. In this guide we could use the User email and password instead to access API's.
Using below steps we could use the email address associated to the cloud foundry account to test the API's.
Login to the BTP cockpit and follow the below steps:
Step 1 |
BTP Cockpit >> sub account >> Security >> Role Collections |
Step 2 |
 |
Step 3 |
 |
Step 4 |
 |
Step 5 |
 |
Step 6 |
 |
Step 7 |
 |
Step 8 |
 |
Testing:
Using Postman I have posted a request using Authorisation type as Basic Authetication and using corresponding email address and password.
References:
{
SAP Help to setup Basic Authentication }
Hope this helps!
thanks and regards,
Praveen T