Base solution for your next web application
Open Closed

Unable to login to HOST in single-tenant mode (from localhost:4200) #9622


User avatar
0
thechrismarsh created
  • What is your product version? v9.1.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .Net Core

Problem

I just downloaded a fresh implementation and got it running using all the defaults, EXCEPT I changed the MultiTenancy to false, putting the application into single-tenant mode.

However, when I run the site (localhost:4200) I cannot login to the HOST, I can only login to the DEFAULT TENANT. The login page does not give me any options for changing (or blanking out) the tenant so that the TenantId is null on the authorization request.

How do I login to the HOST tenant in single-tenant mode?

I Already Tried

Logging in using emails instead of usernames (since they both are admin). Trying to login with the email [email protected] which is the default email for the HOST admin failed. Logging in with the email [email protected] which is the default for the DEFAULT TENANT admin worked just fine.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @thechrismarsh

    When you disable MultiTenancy, there will be no HOST. So, there will only be default tenant.