0
sbenfares created
Hi there,
I'm new to ANZ, i've created my first project with MultyTenancy disabled because i don't need it.
If i understand correctly, with MultiTenancy off i still have a default tenantam i right ?
Is it possible to login as host with MultiTenancy off ? If there is a default tenant can i manage it with an host account ?
I tried to log with host user with MT off (using tenancyName empty on login as explained here : [https://forum.aspnetboilerplate.com/viewtopic.php?f=5&t=11035])) but i always have a InvalidUserNameOrEmailAddress error.
Thanks for your help.
2 Answer(s)
-
0
- If you disable multi-tenancy, there will still be a tenant by default.
- You can log in to the Host user but this doesn't make sense (because your app "has no tenant concept")
- Because the multi-tenancy is disabled, the default tenant is 1, so the default cannot log in to the Host user (refer to the second point).
-
0
Thanks for your answer !