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 270 microsoft-identity-web issues
Sort by recently updated
recently updated
newest added

### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 2.17.4 ### Web app Sign-in users ### Web API Protected web APIs (validating scopes/roles) ### Token cache serialization In-memory caches ### Description My...

question
answered

### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 2.17.2 ### Web app Sign-in users ### Web API Protected web APIs call downstream web APIs ### Token cache serialization In-memory caches ###...

bug
P2
regression:entra

### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 2.17.3 ### Web app Sign-in users ### Web API Protected web APIs (validating tokens) ### Token cache serialization In-memory caches ### Description For...

bug
P2

Previously the code signing was not working with M.IM.UI, so this needs to be looked into.| related issue: https://github.com/dotnet/razor/issues/7577 and https://github.com/AzureAD/microsoft-identity-web/issues/2183

enhancement
feature request
IdWeb3x
Breaking change

For token acquisition, MSAL publishes the logs and provides `containsPii` boolean value. Logging callback in Identity.Web is [ignoring that value](https://github.com/AzureAD/microsoft-identity-web/blob/a2a682521477c55a7613ed42ff9e55a0b3c675fe/src/Microsoft.Identity.Web.TokenAcquisition/TokenAcquisition.cs#L1077), and there is no way to override that callback. Based...

enhancement
feature request

Currently, we cannot specifically configure HTTP clients created by Identity.Web for token acquisition through MSAL, because it is always created [without the name](https://github.com/AzureAD/microsoft-identity-web/blob/a2a682521477c55a7613ed42ff9e55a0b3c675fe/src/Microsoft.Identity.Web.TokenAcquisition/MsalAspNetCoreHttpClientFactory.cs#L20). The same as for [DownstreamAPI](https://github.com/AzureAD/microsoft-identity-web/blob/a2a682521477c55a7613ed42ff9e55a0b3c675fe/src/Microsoft.Identity.Web.DownstreamApi/DownstreamApi.cs#L290) and other...

enhancement
feature request

### Microsoft.Identity.Web Library Microsoft.Identity.Web.DownstreamApi ### Microsoft.Identity.Web version 2.17,1 ### Web app Not Applicable ### Web API Protected web APIs call downstream web APIs ### Token cache serialization Not Applicable ###...

enhancement
good first issue
feature request

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

bug
P2
token cache serialization - distributed cache
R9

--- **Issue moved from dotnet/aspnetcore#45024** - Please respond to @ShaunCurtis. --- _From @ShaunCurtis on Friday, November 11, 2022 10:19:49 AM_ ### Is there an existing issue for this? - [X]...

bug
P2
need repro