0
bilalhaidar created
Hello, I have an AppService that is managed by Tenant-Level permissions.
How can I allow Host-Level users to access that AppService, as per Abp.
Thanks Bilal
2 Answer(s)
-
0
Hi,
You change your permission's multi tenancy side to "Tenant | Host". I don't know your case very well but, since host user's have impersonation functionality, they can impersonate to tenant and see related pages. This might be another option.
-
0
Hi Ismail,
It is more like I need to show data from multiple sites to a host user, so permissions might work well.
I created a Permission that is available in both Site and Host and seems to do the trick :)
Thanks Bilal