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

It's not clear that we are handling this correctly. The EnvelopedSignatureReaders and Writers have been modified to handle multiple signatures. We need to make sure this is working correctly now...

Enhancement
SAML

Apparently one must configure where to get the user's name claim from so that they can perform operations like `var name = User.Identity.Name;` In the following [Azure-Samples/active-directory-b2c-dotnet-webapp-and-webapi](https://github.com/Azure-Samples/active-directory-b2c-dotnet-webapp-and-webapi/blob/cf011352babed2685c9c324e308a2b8775640c2b/TaskWebApp/App_Start/Startup.Auth.cs#L78) example, the value...

Enhancement
Customer reported
Documentation
ASP.NET Handler

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

P1
Customer reported
Bug

**Which version of Microsoft.IdentityModel are you using?** Note that to get help, you need to run the latest version. Latest dev / 6.31.0 **Where is the issue?** * [ ]...

Customer reported
Bug
P3

**Which version of Microsoft.IdentityModel are you using?** Note that to get help, you need to run the latest version. Microsoft.IdentityModel 7.0.0 **Where is the issue?** * [ ] M.IM.JsonWebTokens *...

Enhancement
Not a regression

The following test use static jwts as base64urlencoded strings and are used to compare jwts generated dynamically. Any changes to the order of the artifacts used to create the jwts...

Fundamentals

# Add TimeProvider support to token validation TimeProvider abstracts time and enables deterministic tests. ## Description Added a new parameter to the `TokenValidationParameters` class to hold the `TimeProvider` instance. The...

[Design linked in Bug](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2201#issuecomment-2072883307) Fixes #2201 , #1641

### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 2.17.2 ### Web app Not Applicable ### Web API Protected web APIs (validating tokens) ### Token cache serialization Not Applicable ### Description We...

P1
Bug
sync-over-async

# OneBranch Migration Enabling onebranch builds - [ ] You've read the [Contributor Guide](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/Contributing.md) and [Code of Conduct](https://opensource.microsoft.com/codeofconduct/). - [ ] You've included unit or integration tests for your change,...