Open Closed

How to change an existing service to a multitenant Saas service on Microservice template? #4600


User avatar
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)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    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.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11