Hello,
During my testing of multi tenancy authentication, I made:
- Tenant 1
- Tenant 2
I made a role & added a user.
This user now exists only for tenant 1.
Is it possible to also give this user access to tenant 2 with the same account?
I suppose it is possible, because in the documentation ( https://www.radzen.com/documentation/blazor/multi-tenancy/ ) the 2 bottom images show user 1 in both tenants. However, I can't see to use tenant 2 for this user.
My tenantadmin account for example can switch between tenants, so I was wondering if I could make multiple admin accounts, which need to be able to switch between tenants.