Configure<AbpTenantResolveOptions>(options => { options.TenantResolvers.RemoveAll(resolver => resolver is QueryStringTenantResolveContributor or CookieTenantResolveContributor); });
Hide them but how tenant will be resolved for the loggedIn user should i create custom tenant resolver or should i create custom login to customize login process ?
my login page is MVC, the auth flow is codeflow when user try to login angular app redirect to Login Page MVC on backend side
How to Hide Tenant Selection in the login screen & handles tenant resolving in the backend by username