Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
356 stars 113 forks source link

[Feature Request] Use IDownstreamApi instead of ITokenAcquisition #317

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

Guidance on how to call a downstream API is to use the IDownstreamApi service rather than using HttpClient.

https://learn.microsoft.com/en-us/azure/active-directory/develop/scenario-web-app-call-api-call-api?tabs=aspnetcore#option-2-call-a-downstream-web-api-with-the-helper-class

KSchlobohm commented 1 year ago

migrated to 1852505