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

**Is your feature request related to a problem? Please describe.** Backwards interoperability of WsFederation and Federated authentication between asp.net Framework and .net (core). **Describe the solution you'd like** A configuration...

Enhancement
WsFed

**Logs and network traces** System.MissingMethodException: 'Method not found: 'Microsoft.IdentityModel.Tokens.SecurityKey Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities.ResolveTokenSigningKey(System.String, System.String, Microsoft.IdentityModel.Tokens.TokenValidationParameters)'.' This exception was originally thrown at this call stack: System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler.ValidateSignature(string, System.IdentityModel.Tokens.Jwt.JwtSecurityToken, Microsoft.IdentityModel.Tokens.TokenValidationParameters, Microsoft.IdentityModel.Tokens.BaseConfiguration) in JwtSecurityTokenHandler.cs System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler.ValidateSignatureAndIssuerSecurityKey(string, System.IdentityModel.Tokens.Jwt.JwtSecurityToken, Microsoft.IdentityModel.Tokens.TokenValidationParameters,...

More info needed

**Which version of Microsoft.IdentityModel are you using?** Microsoft.IdentityModel 6.15.1 in Microsoft.AspnetCore.Authentication.JwtBearer 7.0.7 **Where is the issue?** /ConfigurationManager.cs * [ ] M.IM.JsonWebTokens * [ ] M.IM.KeyVaultExtensions * [ ] M.IM.Logging *...

Customer reported
IdentityModel8x

**Is your feature request related to a problem? Please describe.** Today, if an API on net461 invokes ConvertFromECDsaSecurityKey(Microsoft.IdentityModel.Tokens.ECDsaSecurityKey) method then a MethodNotFound exception will occur. **Describe the solution you'd like**...

Enhancement
Internal

All, I'm seeing following errors: ``` 023-08-29T10:48:14.255426554Z 2023-08-29 10:48:14.255 +00:00 [Error] (Microsoft.IdentityModel.LoggingExtensions.IdentityLoggerAdapter ) IDX40003: Neither `tid` nor `tenantId` claim is present in the token obtained from Microsoft identity platform. 2023-08-29T10:48:14.707045616Z...

Question

Currently Decompress returns a byte[] which means that the method allocates memory. Decompress is usually in a call graph that is deserializing a JWE. We want to have a top...

Internal
Performance

The comments are: /// /// A utility method that appends to the . /// /// A collection of http request headers. Which say nothing about overriding existing values.

Internal

When a JsonWebToken parses a token, certain registered claims will be deserialized into a known format: Exp, Aud, ect. If a scenario is expecting custom or non-registered claims, this feature...

Internal

**Is your feature request related to a problem? Please describe.** Developers might want to deserialize claims in ways we can't anticipate, and are ready to direct the .NET 7/8 compiler...

Internal

Changes that need to be investigated: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/9ccf9536413025e189ef443ffe02e72397ab93a9

Investigate
Internal