Skip to Content
0
Aug 10, 2023 at 12:07 PM

BTP Destination error 500

346 Views

We set up a CAPIRE application in cf and added it as a OAuth2SAMLBearerAssertion destination.

Cheking the connection in the cockpit return "200 OK", using the app from the browser works with authentication and all.

But calling the destination from another UI5 app always returns "500 Internal Error".

Also trying to access the destination (lets call it mycapserver) from BAS with

curl -v -i "mycapserver.dest/data/InformationSet"

returns a 500.

The log of the app confirms no request arrives at the server.

Is there a way to debug this ?