cancel
Showing results for 
Search instead for 
Did you mean: 

Way to provide authorization to sapui5 generic tiles

2109_v
Explorer
0 Kudos

Hello,

I am working on a SAPUI5 app which as a home page contains a few number of Generic tiles and on click of the tiles routes to the respective pages. The requirement here is that we cannot give authorization of every tiles in the app to everyone. Is there a way by which we can restrict the person/authorize the person so that they can access/see only the particular tile which has been assigned to them. I am using GenericTile in sapui5 and the app is deployed to the fiori launchpad.

Thanks.

View Entire Topic
junwu
Active Contributor
0 Kudos

no magic, just ask backend service to give you the data, which tells what tile should be visible to the user.

2109_v
Explorer
0 Kudos

Hi Jun Wu,
Can you please explain me this in a little bit detailed way or share some reference document.
It would be really helpful.

Thanks.

junwu
Active Contributor
0 Kudos

tile_name, Visible

tile a, true

tile b, false

ask backend to give this kind of data.