Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
- ABP Framework version: 4.2.0
- UI type: None
- DB provider: EF Core
- Tiered (MVC) or Identity Server Seperated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:
Perhaps I am missing it in the docs, I cannot seem to find the difference between the Saas Tenant entity, and the Abp Tenant Entity. We need to get involved a bit during the registration process. I need to create my own 'registration service' and I'm not sure what/which/all tenant types that need to be created/persisted, or if there is even a relationship between the two. Thanks, ian
2 Answer(s)
-
0
hi
You should use
Volo.Saas
module instead ofVolo.Abp.TenantManagement
module.Volo.Abp.TenantManagement
is free and open source module,Volo.Saas
have more features than it.https://docs.abp.io/en/commercial/latest/modules/saas https://abp.io/packages?moduleName=Volo.Saas https://commercial.abp.io/modules/Volo.Saas
-
0
This question has been automatically marked as stale because it has not had recent activity.