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.** .NET team provides a new library called HybridCache, which by default uses MemoryCache, but can optionally also be configured with...

enhancement
token cache serialization - distributed cache
token cache serialization - in memory cache
feature request

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

token cache serialization - distributed cache
feature request

**Is your feature request related to a problem? Please describe.** It's a best practice to have async methods accept and honor a cancellation token. [DefaultCredentialsLoader.LoadCredentialsIfNeededAsync](https://github.com/AzureAD/microsoft-identity-web/blob/011bd155ce3ddedeb43daa7348e09584cfa20552/src/Microsoft.Identity.Web.Certificate/DefaultCredentialsLoader.cs#L59C27-L59C55) uses a semaphore which accepts...

enhancement
good first issue
feature request

**Is your feature request related to a problem? Please describe.** Our B2C tenant/policy provides a feature where certain admin users can (e.g. for support reasons) impersonate another user. After such...

enhancement
feature request

I think it would be great, if Microsoft.Identity.Web provided two extension methods - `AuthorizeForGroupsAsync(string[] groupIds, bool useAppOnly = false)` and `AuthorizeForTenantRolesAsync(string[] roleIds, bool useAppOnly = false)`. # AuthorizeForGroupsAsync I am...

enhancement
supportability
auth z module

# Update locking and caching for `OpenIdConnectCachingSecurityTokenProvider` - [X] You've read the [Contributor Guide](https://github.com/AzureAD/microsoft-identity-web/blob/master/CONTRIBUTING.md) and [Code of Conduct](https://github.com/AzureAD/microsoft-identity-web/blob/master/CODE_OF_CONDUCT.md). - [ ] You've included unit or integration tests for your change,...

Would it possible to modify the SignOut method in Microsoft.Identity.Web.UI - AccountController.cs to invalidate the user's access token on the server? My app using Microsoft.Identity.Web.UI 1.16.0 and Azure AD B2C....

enhancement
more info needed

### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 3.2.2 ### Web app Sign-in users and call web APIs ### Web API Protected web APIs call downstream web APIs ### Token cache...

question
answered

# Fix certificate reload logic to only trigger on certificate-specific errors - [x] You've read the [Contributor Guide](https://github.com/AzureAD/microsoft-identity-web/blob/master/CONTRIBUTING.md) and [Code of Conduct](https://github.com/AzureAD/microsoft-identity-web/blob/master/CODE_OF_CONDUCT.md). - [x] You've included unit or integration tests...

### Microsoft.Identity.Web Library Microsoft.Identity.Web.TokenAcquisition ### Microsoft.Identity.Web version 4.x ### Web app Not Applicable ### Web API Not Applicable ### Token cache serialization Not Applicable ### Description The certificate reload logic...

bug