// GLOSSARY
Customer boundary
The authorization boundary separating one customer's data from another's in a multi-tenant application. Authentication does not establish this boundary on its own; it has to be checked at every object access.
// GLOSSARY
The authorization boundary separating one customer's data from another's in a multi-tenant application. Authentication does not establish this boundary on its own; it has to be checked at every object access.