Multi Tenancy approach - UserId to N Tenants

185 Views Asked by At

Can I register same user (login/e-mail) in more than on tenant, so an UserId can belong to multiple Tenants?

I ask that because instead of input Tenant on login, How hard is to achieve this approach below?

When user logs in, if they belong to multiple tenants, boilerplate will identify this and show the user a select dropdown to choose which tenant they want to manage. I feel this approach is more professional than input a tenant string value on login page.

1

There are 1 best solutions below

1
On

it's not possible in aspnetboilerplate structure. a user must belong to only a single tenant.