Which version of Microsoft Identity Web are you using?
Note that to get help, you need to run the latest version.
Where is the issue?
- Web app
- Web API
- Token cache serialization
- Other (please describe)
Is this a new or an existing app?
Not a regression
Repro
Look at
|
StringContent? requestContent = null) |
Expected behavior
requestContent should be used in the method, or the parameter removed
Actual behavior
requestContent is not used in the method DownstreamApi.CallWebApiForAppAsync
Which version of Microsoft Identity Web are you using?
Note that to get help, you need to run the latest version.
Where is the issue?
Is this a new or an existing app?
Not a regression
Repro
Look at
microsoft-identity-web/src/Microsoft.Identity.Web/DownstreamWebApiSupport/DownstreamWebApi.cs
Line 169 in 5d3c277
Expected behavior
requestContentshould be used in the method, or the parameter removedActual behavior
requestContentis not used in the methodDownstreamApi.CallWebApiForAppAsync