azure-activedirectory-identitymodel-extensions-for-dotnet icon indicating copy to clipboard operation
azure-activedirectory-identitymodel-extensions-for-dotnet copied to clipboard

IdentityModel extensions for .Net

Results 240 azure-activedirectory-identitymodel-extensions-for-dotnet issues
Sort by recently updated
recently updated
newest added

On [this line](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/ab1876777abdbbe315553b77f6617d66089b02c5/src/Microsoft.IdentityModel.Protocols/Configuration/ConfigurationManager.cs#L254), there is a check to see if the current date/time has passed the refresh interval. However, if my apps want to force to refresh a new configuration...

Enhancement

I am encountering an error and attempting to debug it but I am getting a message saying its obfuscating some information because of ShowPII settings. I have added the setting...

Answered

While benchmarking an ASP.NET Core app we found that ~5% of allocations come from a substring call to remove `"Bearer "` from the access token provided in the "Authorization" header....

Enhancement
Performance

**Which version of Microsoft.IdentityModel are you using?** 7.0.0-preview3 **Where is the issue?** * [ ] M.IM.JsonWebTokens * [ ] M.IM.KeyVaultExtensions * [ ] M.IM.Logging * [ ] M.IM.ManagedKeyVaultSecurityKey * [...

Enhancement

**Which version of Microsoft.IdentityModel are you using?** Works: 6.35.0 First impacted version: 7.0.0 Latest impacted version: 7.3.1 **Where is the issue?** * [x] M.IM.Tokens **Is this a new or an...

Regression

**Which version of Microsoft.IdentityModel are you using?** Note that to get help, you need to run the latest version. Latest. I'm seeing the bug in the code https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/1a5e9b450bc028076ee6b1c0ab17c96c2e2c3013/src/Microsoft.IdentityModel.Protocols.OpenIdConnect/OpenIdConnectProtocolValidator.cs#L333 I submitted...

Documentation

# Add Eddsa signature validation algorithms. fix #2426 Add in EdDSA almost everywhere. Still missing: * [ ] Code to actually verify EdDSA algorithm along with the generation of the...

Hello, I believe there's an error in the implementation. https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/59ec62eeef11c3762aaedc8c6003f0b2fce2e2cb/src/Microsoft.IdentityModel.JsonWebTokens/JsonWebTokenHandler.cs#L982-L986 The second argument of `EcdhKeyExchangeProvider` should be the public key taken from the `epk` in the token's header (as the...

P1
Customer reported
Bug
IdentityModel8x

# Reduce memory in get cache key Still some more testing to be done to look at all the cases. Need to understand perf of non-typical cases better where multiple...

This `Microsoft.IdentityModel.Tokens.CollectionUtilities.IsNullOrEmpty` extension [introduced](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1695/files#diff-d6203951e787f84d178b2d2ae5f8375daa4e79d7a333b2ca9ee91a48ca66423f) in the latest version broke one of the codebases I work on because there is a similar extension already present. It was easy enough to fully...

P2
Customer reported
Question
Bug
breaking change