0
nhontran created
Hi, I am trying to split the IS4 to a separated database, and I need to remove all the endpoints related to identity and identity server in swagger, I have tried to comment these 2 lines but the it does not work
[DependsOn(
typeof(TestingAbpApplicationContractsModule),
//typeof(AbpIdentityHttpApiModule),
typeof(AbpPermissionManagementHttpApiModule),
typeof(AbpFeatureManagementHttpApiModule),
typeof(AbpAuditLoggingHttpApiModule),
//typeof(AbpIdentityServerHttpApiModule),
typeof(AbpAccountAdminHttpApiModule),
typeof(AbpAccountPublicHttpApiModule),
typeof(LanguageManagementHttpApiModule),
typeof(SaasHostHttpApiModule),
typeof(LeptonThemeManagementHttpApiModule),
typeof(TextTemplateManagementHttpApiModule)
)]
Did I miss any steps? Any help is appreciated.
- ABP Framework version: v3.3.2
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Seperated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:
1 Answer(s)
-
0
sorry, I have found the answer in another thread: https://support.abp.io/QA/Questions/255/We-don't-want-to-use-the-Organization-Unit-functionality-and-want-to-remove-it-from-the-UIAPI