Skip to Content
1
Jun 03, 2020 at 06:25 AM

Avoid login page - cloud foundry UI5 application

537 Views

Folks,

If we add the below code in neo-app.json in our UI5 project it helps to avoid login page and allow us to directly open the app which is deployed on neo.

"authenticationMethod": "none",

How can we achieve the same for a MTA app which is deployed to cloud foundry. Is there anything to do with xs-app.json?

Please suggest.