cancel
Showing results for 
Search instead for 
Did you mean: 

Role management in Hana Cloud Platform: make app publicly available

Former Member
0 Kudos

Hi experts,

quick question about roles management in Hana Cloud Platform (trial account).

We have the following scenario:

1. we have created a hana cloud portal site that is publicly available

2. within this portal site we included a html widget that contains a UI5 app that is also deployed to the Hana Cloud Platform

This application should also be publicly available (i.e.without the user having to log on).

We succeeded in the first step: every user can access the site without having to log on, however, in the widget of the application he still needs to provide credentials (see screenshot).

Is it possible to deploy an app to Hana Cloud Platform and make it publicly available?  Or is this a restriction related to the fact that I'm using a trial account.

Many thanks for your much appreciated input.

Kr,

Tom

Accepted Solutions (1)

Accepted Solutions (1)

former_member191806
Active Participant
0 Kudos

Hi Tom,

Authentication for HTML5 applications can be set / eliminated by using the application descriptor file (neo-app.json). You will just have to add one extra line in this file: "authenticationMethod": "none". You can read more about this in the HCP help (see this link).

Regards

Serban

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

after some investigations, a small addition, this seems to be possible for Java applications, but not for HTML5 applications.

In the authentication configuration tab of the Java application we can eliminate the need for a userid and password.

For HTML5 applications however this option is not available.

Any suggestions would be much appreciated.

Kr,

Tom