cancel
Showing results for 
Search instead for 
Did you mean: 

Browse ui5 apps deployed in cloud platform anonymously

0 Kudos

Hi ,

I am having a UI5 application in SAP WEB-IDE which reads data from on-premise application through destination using a cloud connector. I have deployed this app to the SAP cloud platform and took the application URL from the HTML5 module. when I try to access this URL using an incognito window in chrome, It is asking for SAP cloud platform login, How can I deploy this app to the cloud platform in such a way that I can browse this app anonymously. It should directly load the application without asking for SAP cloud platform credentials. I don't want to register into Fiori launchpad as well and it should run independently and act as a public URL

Accepted Solutions (1)

Accepted Solutions (1)

jhodel18
Active Contributor

Hi Mohan,

In your UI5 app, there's this xs-app.json configuration where you can set the authenticationMethod = none. This should solve your issue.

see below documentation:

https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/2.0.04/en-US/5f77e58ec01b46f6b64ee1e2af...

0 Kudos

Hi Jhodel, Thanks . The solution provided working perfectly.

Answers (0)