How do I get access to the Mastering ABP Framework ebook as a commerical customer
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.
If you're creating a bug/problem report, please include followings:
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)
Hi
I would like advice on the best way to set up my ABP solution with the following requirements in mind.
Host solution
Tenant Solution
Basically, I am building a billing system with the main tenant application being a base CRM. We then can have modules for things like Analytics, Sales, invoices etc. These modules have their own schema which can be migrated into the main tenant database (so invoice tables are added to the tenant db if an invoice module is added) and the modules can utilize the customer entities that are part of the base CRM. This billing system authenticates with a separately hosted identity server (which is also the main host and manages features etc).
I hope this makes sense.