You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is nothing that currently prevents a multi-tenant strategy from being implemented though it could almost certainly be made easier. The biggest issue surrounding multitenancy is the management of connection strings which is currently correlated with the DataSourceProvider. As it stands, a developer can inject their own factory into a service and dynamically set the datasource name based on multitenancy requirement so this is not a high priority.
Add multitenancy support for entities, and persistence operations. Needs to include tenant resolver for the following scenarios:
Tenancy Models to support:
Will also need to create connection string factory to support dynamically changing connection strings based on tenancy model.
The text was updated successfully, but these errors were encountered: