Open Closed

How to setup a multi tenancy standalone application where the identity service is not included #4224


User avatar
0
m_josiah created

How to setup a multi-tenancy standalone application where the identity service is not included. To provide more context as I have created a separate HOST solution which manages the tenant connectionstring and other host data.

I then want to setup a standalone web application and configure that to NOT include any identity features as also to still be multi tenant. I dont know how to get this application to know where the tenancy data is going to come from (i.e. setting the ItenantStore to point to another database)


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Are you talking about microservice projects?

    Each module can be configured with an independent connection string, so that ItenantStore can get data. For tiered projects, it can also remotely get tenant data.

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