Base solution for your next web application
Open Closed

Replacing Tenant change component #5062


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @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).

  • User Avatar
    0
    ajayak created

    Thanks @ismcagdas.