microsoft-identity-web icon indicating copy to clipboard operation
microsoft-identity-web copied to clipboard

Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C

Results 420 microsoft-identity-web issues
Sort by recently updated
recently updated
newest added

**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 *...

Answered

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...

question
Answered

**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...

enhancement
Azure Functions
Feature Request

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...

enhancement
Feature Request
relv2
credential

**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...

bug
external:msal

**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...

enhancement
token cache serialization - in memory cache
Feature Request

I´m moving some Azure Functions from v3 to v4, and the migration pre-check tool in the Azure portal is raising this warning: ![image](https://user-images.githubusercontent.com/9392197/176361751-b3ece632-028f-48db-8df7-6685ab111b61.png) 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...

enhancement
Feature Request
DownstreamRestApi
relv2

### 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...

question
external

### 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...

question
investigate
web app
relv2

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...

enhancement
Feature Request
DownstreamRestApi
relv2