0
ugurturan created
Hi,
We have a microservice architecture based on commercial ABP microservice template. We are using Identity, Saas, Authserver as template services. We implemented a service on this structure. We didnt create multitenant entities for our new service.
Now we want to use this service as Saas with multitenant properties. Which steps we should follow? Can you help us to create a road map for it?
- ABP Framework version: 4.4
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
1 Answer(s)
-
0
Hi,
ABP abstracts multi-tenancy, you can implement the
IMultiTenant
interface for your entity directly.ABP microservice template has already done the necessary configuration, I think it should be work for you.