cancel
Showing results for 
Search instead for 
Did you mean: 

Are multitenant HTML5 application also possible?

WRoeckelein
Active Participant
0 Kudos

Hi,

https://help.hana.ondemand.com/help/frameset.htm?54a76156cd114e5d928642b8dde47b91.html is only for JAVA.

So any hints regarding an multitenant HTML5 application would be helpful.

Or would the customer simply subscribe to a HTML5 application as described on https://help.hana.ondemand.com/help/frameset.htm?f16cd5b03b8e4ba39a1328b15bd89fbe.html ? But how would one publish a HTML5 application for this?

Thanks,

Wolfgang

Accepted Solutions (0)

Answers (1)

Answers (1)

timo_renner
Advisor
Advisor
0 Kudos

Hi Wolfgang,

I have to disagree with your first statement: it's not only for JAVA.

You're right, all of the described scenarios work on Java.

But there are also scenarios where you can use multitenancy in UI5 applications.

For example, the authentication is done against the Id provider you define in the tenant account, not in the account the application is residing.

Same applies for destinations. If you define service destinations via the neo-app.json descriptor as described here, the destinations are evaluated in the tenant accounts, resulting in different targets per tenant account.

So, the way you subscribe as you already referenced.

Best regards,

Timo