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

Currently, token lifetime validation is performed by getting the current time from a DateTime ambient context, as [seen here](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/d353b5a67200933361941550e99d4a15a11de04e/src/Microsoft.IdentityModel.Tokens/ValidatorUtilities.cs#L38). (I know there's other places where DateTime is used to get...

## Why? - We want to avoid the sync over async - We don't want to throw when there are several authentication schemes ## What? Add more delegates that are...

sync-over-async

# Made ValidateAsync and IssuerValidatorAsync public - [ 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/). - [ x] You've included unit or integration tests for your change,...

### 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...

**Is your feature request related to a problem? Please describe.** Some partners request to have an L1/L2 cache for metadata **Describe the solution you'd like** An extensibility mechanism to provide...

P1
IdentityModel8x

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

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

P1
Bug
Dependency Mismatch

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

### Documentation related to component System.IdentityModel.Tokens.Jwt ### Please check all that apply - [ ] typo - [ ] documentation doesn't exist - [x] documentation needs clarification - [ ]...

IdentityModel8x