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)
-
0
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 ?
-
0
You are correct. I was thinking Host setting not tenant setting.
-
0
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.