- ABP version: v5.1.4
- UI type: Blazor
- DB provider: EF Core
I want my application to have the multi tenancy functionality determined by domain. So I added the following code to the configureServices method of module Main Web Application and AuthServer. However, it no longer shows the options for managing clients scopes, saas and others. How do I get one of the tenants can to see all menu of Main Web Application with data of all tenants?
Configure<AbpTenantResolveOptions>(options => { options.AddDomainTenantResolver("{0}.com"); });
3 Answer(s)
-
0
hi
We have a demo
https://github.com/abpframework/abp-samples/tree/master/DomainTenantResolver
-
0
Hello, can you be more explicit in the answer? I couldn't how you allow a particular tenant to manage all information of others tenants.Thank you
-
0
hi
Microservices may not yet support using domain names as tenants. I will create an internal issue to resolve it.