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

**Is your feature request related to a problem? Please describe.** Currently, the library uses response_type=openid, etc.,, which requires change of the default setting of the app registration in AAD (allow...

enhancement
feature request

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

token cache serialization - in memory cache
feature request

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

question
answered

### Microsoft.Identity.Web Library Microsoft.Identity.Web.DownstreamApi ### Microsoft.Identity.Web version 2.13.4 ### Web app Not Applicable ### Web API Not Applicable ### Token cache serialization Distributed caches ### Description I am trying to...

duplicate
question
Azure Functions

**Is your feature request related to a problem? Please describe.** Received exception when loading token decryption certificate from Keyvault, with MISE migration: 'Microsoft.IdentityModel.S2S.Configuration.S2SAuthenticationManagerFactory' caught exceptions when loading the certificate. Exception...

enhancement
feature request
1P

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

question

### Documentation related to component ### Please check all that apply - [ ] typo - [ ] documentation doesn't exist - [x] documentation needs clarification - [ ] error(s)...

documentation
Azure Functions

I have multiple microservices that have cold-start about 20+ seconds. My requests through DownstreamApi return 502 Bad Gateway when sending a requests. I would love to be able to configure...

enhancement
feature request

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

question

### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 2.10.0 ### Web app Sign-in users and call web APIs ### Web API Protected web APIs (validating scopes/roles) ### Token cache serialization In-memory...

bug
P2