📄️ Deep Dive into Helper Classes
In this part of the tutorial, you will learn about the different helper classes implemented in the business application service. These classes mainly support the automation of the Tenant subscription process. Furthermore, they contain the logic of the in-app user management.
📄️ Deep Dive into Multitenancy
In this part of the tutorial, you will learn about different aspects of multitenancy and how multitenancy is handled by the SaaS application.
📄️ Deep Dive into Service Brokers
This part of the tutorial will explain the details of the SaaS API backing service implementation together with a dedicated service broker since both components are working hand in hand to provide a multitenant SaaS API.
📄️ Shared Database Container
To have the ability to share data among your Consumer tenants, a shared database container is set up for this sample scenario. This allows you as a Provider to maintain e.g., master data like Languages, Countries, or Currencies in a central place and update it for all Consumer tenants.