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.