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 am working on creating a new 1P Web API called BCS that will be a MS Graph workload. It...

enhancement
Feature Request
mise-sal-migration

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

question

**Which version of Microsoft Identity Web are you using?** 1.22.0 **Expected behavior** Apps should configure either L1 cache or L1+L2 cache where L2 is not DistributedMemoryCache. **Actual behavior** Our documentation...

bug
documentation
P2
token cache serialization - distributed cache
static analysis

**Is your feature request related to a problem? Please describe.** Our team is in the process of rotating tokenencryption certs. We have decided to implement a "primary / secondary" cert...

enhancement
Feature Request

**Is your feature request related to a problem? Please describe.** The [current token cache encryption strategy](https://github.com/AzureAD/microsoft-identity-web/issues/1044) uses the same key to encrypt and decrypt all tokens in the cache. This...

enhancement
Feature Request

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

investigate
Azure Functions

### Documentation related to component Token Decryption ### Please check all that apply - [ ] typo - [ ] documentation doesn't exist - [ x] documentation needs clarification -...

documentation
enhancement

### Documentation related to component Testing approach for authorization logic ### Please check all that apply - [ ] typo - [x] documentation doesn't exist - [ ] documentation needs...

documentation

I am working on a .net 6 API project which uses OBO flow to call Graph API and get the user profile. In the development I am using .AddInMemoryTokenCaches(), which...

documentation

Most of the entry points (e.g. AddMicrosoftIdentityWebAppAuthentication) seem to be excluded from the Net Framework compilation of this library: https://github.com/AzureAD/microsoft-identity-web/blob/master/src/Microsoft.Identity.Web/Microsoft.Identity.Web.csproj#L112 Is this library usable within Net Framework? It seems to...

question
Answered