hello
I created many entities in host account. I created a tenant then created user for this tenant. when I login to system, left menu is empty. but I already created entities in host. how could I give permissions for for the ones I created in host account to make them visible in tenant account?
5 Answer(s)
-
0
I created many entities in host account.
Do these entities support multi-tenancy? In other words, do these entities implement the
IMustHaveTenant
orIMayHaveTenant
interface? -
0
Do these entities support multi-tenancy? yes
-
0
Entities are isolated between Host and Tenant and Tenant and Tenant.
please check the doc: Switching Between Host and Tenants (https://aspnetboilerplate.com/Pages/Documents/Multi-Tenancy#switching-between-host-and-tenants)
-
0
ok , but, still I could not understand how to give permission to tenants from host to tenants.
-
0
Maybe I don't understand what you mean correctly. If you want to grant permissions to a user or role under a tenant, you can log in to the tenant's administrator and assign permissions.
There are commin permissions(For both of tenants and host), tenant-specific permissions, Host-specific permissions. Host-specific permissions cannot be assigned to tenants, and vice versa..