Nested Tenant? #12783
Replies: 3 comments 7 replies
-
Orchard Core already has a
For this in particular I did an impersonation feature that you can look in Orchard Core Contrib Users Module, also Lombiq already extend that to provide extra features, probably @Piedone might give you some details about their module which you can find in their account |
Beta Was this translation helpful? Give feedback.
-
Aren't you looking for the built-in multi-tenancy feature of Orchard? You can create individual sub-sites in the same Orchard app, that have completely independent content and configuration. See the docs and this tutorial video. |
Beta Was this translation helpful? Give feedback.
-
@TalMcMahon In orchard core, the tenant is an isolated websites - where each website could have their own set of users, features, content and services. When you setup first website, it's called 'Default' tenant. Default tenant is no different than any other tenants you create. Also IT is NOT a parent of any other tenant. All are siblings. If you are hosting all tenants under same domain then they are isolated by e.g. The only difference between non-default and default tenant is that there are some modules that are marked with "DefaultTenantOnly" are the modules allowed to run on Default tenant. like For Authentication/Authorization, you may set one of your tenant as Open ID Server, where you manage users and applications, for all other tenants you set it as Open ID client. For content publishing you may use Remote deployment to copy content from one tenant to another - |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a use case in which a Company has subsidiaries they want to manage the content for, but each of those subsidiaries need to be segregated from each other. The easiest model to explain would be like Yum! Brands needs to have a place for someone to add Content for their restaurants like KFC, Pizza Hut, and Taco bell. These restaurants also need to be segregated from each other because of the nature of the content.
I am hoping there is a built in module that handles this and I have just missed it in the documentation.
If there isn't an easy way existing, could I get the same result by somehow making a Parent tenant and having the admin of that tenant as an admin on all of the other tenants somehow listing the child tenants in the parents view so they could just click into the child tenant without logout and login type thing.
Thanks in advanced
Tal McMahon
Beta Was this translation helpful? Give feedback.
All reactions