cancel
Showing results for 
Search instead for 
Did you mean: 

Consume a non odata based rest api into managed approuter ui5 app in BAS

SaurabhN
Participant
0 Kudos

Hello SAP community,

1. Destination that has been defined on the subaccount level:

   Name: UserScim
   Type: HTTP
   Description: SCP User SCIM API root
   URL: https://tenant.accounts.ondemand.com/service/scim/
   Proxy Type: Internet
   Authentication: BasicAuthentication
   User: testuser1
   Password: ••••••••

How do I configure the above destination in the application?

2. How to set a destination to fetch a token from one API and send that token in another API?

Ui5 app must not show the JWT in the request header in the network.

Request token API:

Name: TokenCheck
Type: HTTP
Description: Fetch JWT
URL: https://tenant.hana.ondemand.com/http/CPI
Proxy Type: Internet
Authentication: BasicAuthentication
User: testuser2
Password: ••••••••

Send retrieved JWT token to the server along with request data:

Name: AzureDataLake
Type: HTTP
Description: Access data from database
URL: https://tenant.azurecloud.com/api/method
Proxy Type: Internet
Authentication: NoAuthentication<br>

How do I merge the above two destinations into one?

3. Is there a way to consume a rest API from AWS that runs only on intranet into a ui5 application?

The rest API exposes the contents of the database configured on AWS.

Regards,

Saurabh.

Accepted Solutions (0)

Answers (0)