Open Closed

Custom Authorization #6810


User avatar
0
mmaldonado@emscltd.com created
  • ABP Framework version: 6.0.3
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

In my system there are 3 microservices, product-service, order-service and provider-service,

product-service and order-service has to check if the user is granted to access to the information requested, this logic is inside provider-service, so I would like to access to the provider-service domain directly

could you guide me how should i implement this?


1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You can consider using the Integration Services https://docs.abp.io/en/abp/latest/Integration-Services

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11