Base solution for your next web application
Open Closed

Handling Tenant with own registered domain #9818


User avatar
0
omkarchoudhari created
  • What is your product version - 9.0.1
  • What is your product type - Angular
  • What is product framework type - .net core

In the aspnetzero framework of above version , instead of subdomain as a tenancy name , our client wants domain as a tenancy name For example :

Agentes.domain1.com or

Agentes.domain2.com

It will be the following option: "http://mydomain.{TENANCY_NAME}.com/" . requirement needs each tenant holder should have their own registered domain

My question is , is this possible and if yes how can we do this ? How do we handle the tenant url ? I know this can be done with a DNS entry on Admin part, but what about the implementation in aspnetzero ?

Thanks


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

    Hi omkarchoudhari, You can refer to this Answer, you can write your own code to judge the source of the tenant.