I have two applications in cockpit. First is Java Application and one is HANA XS Application. In XS Application I have XSJS service which I want to access only from my Java Application. On both I have authentication set to FORM for now. So only after user log in to Java Application the application will be able to connect to XSJS service.
How can I do that, where to start.
Some tutorial link or guides will be welcome.