The abp framework integrated with another microservice has a built-in identity server
ABP Framework version is 6 User Interface mvc
Hi I have microservice not based on abp framework but shared with the same identity server how i can send request from abp to the microservice with authitication header and return the result to application based on abp framework.
hi
abp uses claims-based authentication. So your IDS only needs to return standard claims to the abp client.
Thank you for reply There any code how i can sent http request from abp framework built in to different microservice or just i used normal httpclient with asp.net?
@maliming ??
I'm not familiar with your microservices and don't have much advice.
My microservice has one api just i want call the api from application based on abp feamework to return some result how i can by abp sent http call ,I know i can by httpclient do that just i ask if there libary in abp bulit in do the same httpclient to send request and get the response.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.