- ABP Framework version: v5.3.3
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
I am referring below
https://support.abp.io/QA/Questions/3235/Override-abpapplication-configuration-api
#3235 I could not find public method that can be override some data.
below we are trying reduce load not load all auth data. some auth not required for gatewayapi level.
lets say if request coming from internal api1 -- auth should load only api1 data and send api1 - app configuration, same for api2 . but using micro service app configuration giving all service data which we need apply filter based on resource or scope.
6 Answer(s)
-
0
-
0
-
1
hi
https://community.abp.io/posts/extending-the-application-configuration-endpoint-hj229c4r
-
0
@maimling - why it closed I am asking the override functionality your referring the extension. please advise
-
0
all protected virtual must be public so that we can override which methods/props. it doesn't make sense making as protected
-
0
hi I will updapte all methods to virtual in next version , You can implement the
IAbpApplicationConfigurationAppService
interface now. copy the code from AbpApplicationConfigurationAppService