We would like to upgrade to the latest version of Metronic theme (version 8). Here is the link - https://preview.keenthemes.com/metronic8/demo1/index.html
On aspnet zero site, under download section I can only see Metronic version up to 7.x. Could you please suggest how I can download version 8 of Metronic theme under aspnet zero license?
I was able to retrieve TenantId of user using return await _userManager.TryGetTenantIdOfUser(userNameOrEmail);
I have started changing impelmentation, but when I try to get user by email or username to determine tenant, it is not returning users. var user = await _userManager.FindByNameOrEmailAsync(userNameOrEmail); Seems above method works after setting tenant only. Could you please suggest which method/manager/service I can use to get based on username or service before identifying tenant?
Thank you @echonos for your response, after following steps in above link, I am able to login into app, but now I am not able to use OpenId Connect authenticaiton for tenants I used earlier to do login using Azure AD. How I can allow tenants to use their Azure AD for login after disabling tenant selection?
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
We would like to identify user tenant by user name in our multi-tenant setup. We don't want to use subdomain or even we don't want to give user option to select tenant. User should simply enter his username and password and based on unique username we should be able to identify tenant of user.