abp icon indicating copy to clipboard operation
abp copied to clipboard

The abp framework integrated with another microservice has a built-in identity server

Open abdullahshaqaliah opened this issue 3 years ago • 6 comments

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.

abdullahshaqaliah avatar Oct 10 '22 21:10 abdullahshaqaliah

hi

abp uses claims-based authentication. So your IDS only needs to return standard claims to the abp client.

maliming avatar Oct 11 '22 02:10 maliming

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?

abdullahshaqaliah avatar Oct 11 '22 03:10 abdullahshaqaliah

@maliming ??

abdullahshaqaliah avatar Oct 12 '22 02:10 abdullahshaqaliah

I'm not familiar with your microservices and don't have much advice.

maliming avatar Oct 12 '22 02:10 maliming

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.

abdullahshaqaliah avatar Oct 12 '22 03:10 abdullahshaqaliah

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.

stale[bot] avatar Dec 16 '22 03:12 stale[bot]