Activities of "m_josiah"

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:

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

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

  • Does not have any tenant data
  • Has its own Identity database which also holds host data
  • Has its own UI to administer tenants, features and general host data

Tenant Solution

  • Has its own database completely separate from the host
  • Has its own UI to build out the tenant software
  • Holds customer information and validates users against the identity server (host solution)
  • Modules with UI and its own entities which are combined with the main tenant dbcontext (I want one context across all modules)
    • Can my module use the main dbcontext?

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.

Showing 1 to 3 of 3 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11