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

https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/36b9cd5cbdf5999c65c31fd5c8f68471b1e605d1/src/System.IdentityModel.Tokens.Jwt/JwtSecurityTokenHandler.cs#L1379 In code https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/36b9cd5cbdf5999c65c31fd5c8f68471b1e605d1/src/Microsoft.IdentityModel.Tokens/InternalValidators.cs#L25, `numKeysInConfiguration` comes before `numKeysInTokenValidationParameters`

Hi, I was looking at the last package that got produced and I saw this: And I was expecting something like this: I don't see any issues with that, it...

Customer reported
Investigate

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]. Collections, Dictionaries, Lists all...

Enhancement

Net6 / aspnetcore api - v6.10.15 of microsoft.identitymodel.tokens appeared in update nuget packages. Clicked Update. - error message: method not found: ValidateLifetimeAndIssuerAfterSignatureNotValidatedJwt - reverting back to v6.10.10 - all Ok...

Customer reported
Investigate

Hi all, Reposting this issue from https://github.com/AzureAD/microsoft-identity-web/issues/1809 on advice of a contributor there: I hope this is the right repo to post this in. For the last couple of days...

Customer reported
Investigate

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

Enhancement
Customer reported

This is to start the discussion around these two classes.

### Documentation related to component What's the difference between `JsonWebTokenHandler` vs `JwtSecurityTokenHandler` From the code comments: `JsonWebTokenHandler`: ``` A designed for creating and validating Json Web Tokens. See: https://datatracker.ietf.org/doc/html/rfc7519 and...

Customer reported
Documentation

Use Azure AD for web portal authentication. .Net Version: .Net Framework 4.7.2 OpenIdConnectAuthenticationNotifications: not found in the project DLL library. The version of Microsoft.Owin and Microsoft.Identity can be found in...

Customer reported
Investigate