Base solution for your next web application

Activities of "connectedpeople"

  • What is your product version?
  • v10.3.0
  • What is your product type (Angular or MVC)?
  • Angular
  • What is product framework type (.net framework or .net core)?
  • .net core

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?

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version?
  • 10.2.0 (ASP.NET CORE & Angular (.Net 5))
  • What is your product type (Angular or MVC)?
  • Angular
  • What is product framework type (.net framework or .net core)?
  • ASP.NET CORE

Requirement

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.

  1. What changes will we required to achieve this?
  2. At which other places we will have to update code/settings apart from login?
Showing 1 to 5 of 5 entries