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

This PR allows for loading X509Certificates with private keys by passing the password in CertificateDescription.CertificatePassword.

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

documentation

### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 2.0.2-preview ### Web app Sign-in users and call web APIs ### Web API Not Applicable ### Token cache serialization Not Applicable ### Description...

question

**Is your feature request related to a problem? Please describe.** In this line of code - https://github.com/AzureAD/microsoft-identity-web/blob/bb2d213e11311f4b7c7b217a73d6d26346c34481/src/Microsoft.Identity.Web.TokenCache/Distributed/MsalDistributedTokenCacheAdapter.cs#L187 – distributed cache does not store the token expiration time. The following scenario...

enhancement
R9
Feature Request

Expose an api in Microsoft.Identity.Web to get ITelemetryClient which is added in MSAL: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3533. In MSAL we added an api for CCA apps to pass in a list of ITelemetryClient...

enhancement
Feature Request

Add L1/L2 cache details to TokenCacheNotificationArgs once the cache details parameter is available from MSAL. This will be available when we release MSAL 4.48.0. This will involve adding which cache...

enhancement
Feature Request

**Is your feature request related to a problem? Please describe.** Today the OBO token cache is eating our Redis memory. **Describe the solution you'd like** We ware wondering can MSAL...

enhancement
Feature Request

**Is your feature request related to a problem? Please describe.** Our service supports both S2S (S2SAuthenticationDefaults) auth schema and also OIDC (OpenIdConnectDefaults) auth schema. Once we add AddDistributedTokenCaches() onto the...

enhancement
Feature Request

Hello :wave: @jennyf19 I believe this PR will fix the following issue #749 where ClaimActions are not run if you alter these when setting up Microsoft.Identity.Web in configuration/options. I have...

Hello, we are using the latest version of the library and are trying to register authentication and a call to downstream API using a certificate instead of a client secret....

enhancement
question
answered