Base solution for your next web application
Open Closed

Host URL #1536


User avatar
0
JeffMH created

In a multi-tenant environment, it would be nice to have a setting at the tenant level that was the "host" url.

host.somecompany.com.

As you parse the URL for the tenant name, if it was that setting value, then it would use the Host as the tenant. Right now, I have this out on Azure so I can go to the root website URL to get into the Host, but I would like to give my admin users a proper URL to get to the host.

If there is another way to do this let me know.


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    I'm asking just to be clear, why do you need to define that setting tenant level ? Do you want each tenant to access host website in a different url ?

  • User Avatar
    0
    JeffMH created

    You are correct. I was thinking Host setting not tenant setting.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Then you can define a host level setting. And control it in the SubdomainTenancyNameFinder just like we did for "www" and return null.

    It will work for you I think.