Open Closed

Override-abpapplication-configuration-api #3586


User avatar
0
vijay.nallala created
  • 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.

image.png


6 Answer(s)
Made with ❤️ on ABP v9.2.0-preview. Updated on January 08, 2025, 14:09