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

### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 2.16.1 ### Web app Sign-in users and call web APIs ### Web API Protected web APIs (validating tokens) ### Token cache serialization Not...

## Summary The log message for IDX10503 in this https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2436/files is duplicated: ![image](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/assets/7384252/830fe447-dc45-4aec-9cc1-59d5c4c8e518) key.ToString already contains the key.keyId in it. https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/src/Microsoft.IdentityModel.Tokens/SecurityKey.cs ![image](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/assets/7384252/a8e2a475-f83a-4f9e-a8db-a78d14c97d46) In addition, I don't think it's necessary to...

Good First Issue

# Use TimeProvider instead of DateTime.Now - [x] 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, where...

**Describe the solution you'd like** Use EnforceCodeStyleInBuild https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#enforcecodestyleinbuild Longer term, should align on code style with dotnet libraries, for example: https://github.com/dotnet/sdk/blob/main/.editorconfig

the test in Wilson was timing out sporadically. There is a better way - instead of it being an XUnit test, use a powershell script called from a GH action....

Hi Team, While upgrading System.IdentityModel.Tokens.Jwt from 5.70 to 6.1.0 we are getting the below test case failure. We are unable to find the issue and also could not find any...

### Documentation related to component IdentityModel 7x releases notes. ### Please check all that apply - [ ] typo - [ ] documentation doesn't exist - [ ] documentation needs...

**Which version of Microsoft.IdentityModel are you using?** 7.5.1 **Where is the issue?** * M.IM.JsonWebTokens **Is this a new or an existing app?** **Repro** I am just trying to add JWT...

P1
Bug
Regression

**Which version of Microsoft.IdentityModel are you using?** Bug from version 7.4.0 and upwards **Where is the issue?** * [ ] M.IM.JsonWebTokens * Other (please describe) **Is this a new or...

**Which version of Microsoft.IdentityModel are you using?** 7.3.1 **Where is the issue?** * [ ] S.IM.Tokens.Jwt **Is this a new or an existing app?** a. The app is in production...