microsoft-identity-web
microsoft-identity-web copied to clipboard
Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C
**Which version of Microsoft Identity Web are you using?** 11.16.0 Note that to get help, you need to run the latest version. **Where is the issue?** * Web app *...
Hi, I'm having an issue with the TokenAcquisition "mechanics" in an app. When accessing a page, the service (via DI) gets an access token and continually loops on the consent...
**Is your feature request related to a problem? Please describe.** When using MIW for Azure Functions, the extension methods are inconsistent for Authentication vs Authorization in that Authentication calls return...
Can I also use Managed Identity (System or user-assigned) for `IDownstreamWebApi`? Shouldn't Managed Identity the first option that should be mentioned in the documentation for the users? My proposed order...
**Is your feature request related to a problem? Please describe.** I'm trying to create testing scenarios using **MSAL** and [Playwright](https://playwright.dev/dotnet/) for E2E testing. I'm able to bypass discovery if I...
**Is your feature request related to a problem? Please describe.** Distributed caches support sliding window expiration for tokens. We need this same support for InMemory cache. **Describe the solution you'd...
I´m moving some Azure Functions from v3 to v4, and the migration pre-check tool in the Azure portal is raising this warning:  Following best practices [https://docs.microsoft.com/en-us/aspnet/core/fundamentals/http-requests?view=aspnetcore-6.0](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/http-requests?view=aspnetcore-6.0) I guess the...
### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 1.25.1 ### Web app Sign-in users ### Web API Not Applicable ### Token cache serialization In-memory caches ### Description I have a Blazor...
### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 1.25.1 ### Web app Not Applicable ### Web API Not Applicable ### Token cache serialization In-memory caches ### Description In the 'classic' code...
Because `CallWebApiForAppAsync` only accepts an object of type `StringContent` instead of `HttpContent`, I can't use it with `JsonContent.Create`. Not only is this an inconvenience, it also forces me to completely...