Hi all,
I am developing two applications on the cloud: a java application and a native HANA application.
Both expose odata services for different reasons, and a UI5 application has to consume both services.
I am afraid of authentication issues since Cloud applications do not propagate the authenticated Principal to each other.
I could deploy the UI5 application into the XSEngine, but that would prevent access to the Java-based Odata service.
On the other hand, I could deploy the UI5 app into the Java .war, but that would prevent access to the XSEngine Odata service.
Can anyone assist on how to do this?
Thanks, regards
Vincenzo