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

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

P1
Customer reported
Bug

Currently [IDocumentRetriever ](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/620be62dda649d4c63e88ec9ae994a12cf54c707/src/Microsoft.IdentityModel.Protocols/Configuration/IDocumentRetriever.cs#L20)returns a string. If we had another api that returned byte[], then we could work with spans though out the stack. If we could figure out that the...

Performance
IdentityModel8x
not-breaking

Today: EdDSA signed JWTs Future: The goal is for this list: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/src/System.IdentityModel.Tokens.Jwt/JwtSecurityTokenHandler.cs#L62 to support an EdDSA signature strategy so that dependencies of this library understand how to handle EdDSA signed...

Enhancement

This PR adds support for RSA-OAEP-256, as mentioned in RFC 7518 (https://datatracker.ietf.org/doc/html/rfc7518#section-4.1) and fixes Issue 1293

Added `NotNullWhen` attribute to indicate that the parameter is not `null` when the method returns `false`.

Hi, I am working on migrating an app from .NET Framework to .NET Core. I see some functionality missing in `SamlSubject` and `SamlAttribute` in .NET Core. Sharing details below -...

Question
SAML

We are working on migrating our app from .NET Framework to .NET Core. In our app, certain flow uses SAML related code. A snippet from the code is - ```...

Question
SAML

First I opened this bug in the asp.net core and Safia Abdalla debugged the issue that I mentioned and she suggested that the bug is related to this Repo here...

Customer reported
Documentation