Skip to Content
0
Aug 01, 2023 at 07:17 AM

How to create a destination for a deployed CAP App in cloud foundry using oauth2-configuration

235 Views

I created a CAP app using Node js env , HANA and XSUAA and i have deploy the app to cloud foundry and its working fine Now how to create a destination for the deployed app and how to add authentication method while i using oauth2-configuration in app to use this destination in SAP Build Apps

when i run the deployed app route it redirect me to login to get credentials and assign token then redirect to services.

when i create destination for the deployed app route and check connection i get 401 unauthorized

help me