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

**Is your feature request related to a problem? Please describe.** I want to be able to use ITokenAcquisition in an unauthenticated host (for example a queue triggered azure function) with...

enhancement
relv2

### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 1.25.1 ### Web app Sign-in users and call web APIs ### Web API Protected web APIs (validating tokens) ### Token cache serialization Not...

question
regression

### Documentation related to component Microsoft.Identity.Web ### Please check all that apply - [ ] typo - [ ] documentation doesn't exist - [ ] documentation needs clarification - [...

documentation
enhancement
feature request
new-devex

### 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 Not Applicable ### Description After the application Sign-out,...

question

**Which version of Microsoft Identity Web are you using?** Microsoft Identity Web 1.21.0 **Where is the issue?** * Web app * [ ] Sign-in users * [ ] Sign-in users...

documentation
enhancement
blocked
work-around-available
Azure Functions

### Microsoft.Identity.Web Library Microsoft.Identity.Web.UI ### Microsoft.Identity.Web version 1.25.1 ### Web app Sign-in users ### Web API Not Applicable ### Token cache serialization Not Applicable ### Description I am unable to...

question

I've created a version of my PR (#854) with only the required changes, as I noticed someone else had the this issue (#938)

### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 1.25.1 ### Web app Sign-in users and call web APIs ### Web API Not Applicable ### Token cache serialization In-memory caches ### Description...

bug
question
b2c

### Microsoft.Identity.Web Library Microsoft.Identity.Web.TokenCache ### Microsoft.Identity.Web version 1.25.0 ### Web app Sign-in users and call web APIs ### Web API Protected web APIs (validating tokens) ### Token cache serialization Distributed...

question
needs documentation
multi-threading

**Why?** EnablePiiLogging and RedirectUri are not present in [AuthenticationOptions.cs](https://github.com/AzureAD/microsoft-identity-web/blob/rel/v2/src/Microsoft.Identity.Web.TokenAcquisition.Abstractions/ApplicationOptions/AuthenticationOptions.cs) in Microsoft.Identity.Web.TokenAcquisitionAbstraction, wheres they were present in `MicrosoftIdentityOptions`. We want to replace, in the new DevEx, the `MicrosoftIdentityOptions` by [MicrosoftAuthenticationOptions.cs](https://github.com/AzureAD/microsoft-identity-web/blob/rel/v2/src/Microsoft.Identity.Web.TokenAcquisition.Abstractions/ApplicationOptions/MicrosoftAuthenticationOptions.cs) **What?**...

fixed
relv2