0
ajayak created
I'm changing the tenant change component and replacing with a simple text input component to accept tenant name on login component.
I see that the tenant change component is at account.component level. Is the tenant Id used at anywhere else than login component in the account module?
2 Answer(s)
-
0
@ajayak we were using this approach previously in AspNet Zero but it has some problems. You need to ask user to enter tenancy name in every screen which doesn't require authentication, if user is not authenticated. Register, password reset etc...
If you wan to do that, yes TenantId is used in other components as well (Register for example).
-
0
Thanks @ismcagdas.