Base solution for your next web application

Activities of "nvisionit"

Project Specs

  • ASP.NET CORE & Angular .NET 6.0 v11.2.1
  • Angular
  • .NET Core

Setup

We're using Azure Front Door custom domain for the .Net Core app service and setup the appsetings to read as follows

"ServerRootAddress": "https://{TENANCY_NAME}.domain.cloud", "ClientRootAddress": "https://{TENANCY_NAME}.app.domain.cloud",

Issue:

  • The web app does not have the tenancy selector as expected.
  • The API still shows tenancy selection on login
  • When we login the super admin page shows instead of the tenant data.

What we've done

  • Added the DomainTenantResolveContributor.cs and added it to the PreInitialize method to no avail.

Thanks!

Showing 1 to 1 of 1 entries