What is Multi-Tenancy?

Multi-tenancy is the practice of serving multiple customers (tenants) within a single application deployment. Oso supports tenant-aware policies through examples like this sample multi-tenant file-sharing app that isolates data and permissions per tenant.

Authorization done right