Hi, I read the documentation on OU. What are possible uses of this feature? Can you please illustrate with some examples?
Thanks
3 Answer(s)
-
0
Hi,
It can be used in very different manners but you can think it as departments of a company, sections of an organization or teams in a software company.
Actually it's name is the best explanation I think :), "Units of an Organiztion".
-
0
It makes more sense now :-)
Does have the features of a Tenant? Like separate Admin/Members? Or usually it falls under a Tenant (Admin per Tenant)?
Also, how about Permissions? How do they work with OU? Now I deal with Permissions and they target only Tenants and Host. How about OU?
Thanks
-
0
Hi,
An OrganizationUnit is just a multi tenant entity for AspNet Zero, there is no other special implementation. Permissions are not related to OUs but if you need it you can make a custom implementation according to your needs.
Thanks.