azureadwebstacknightly - System.IdentityModel.Tokens.Jwt 6.14.2-preview-21115030118

Includes types that provide support for creating, serializing and validating JSON Web Tokens.

PM> Install-Package System.IdentityModel.Tokens.Jwt -Version 6.14.2-preview-21115030118 -Source https://www.myget.org/F/azureadwebstacknightly/api/v3/index.json

Copy to clipboard

> nuget.exe install System.IdentityModel.Tokens.Jwt -Version 6.14.2-preview-21115030118 -Source https://www.myget.org/F/azureadwebstacknightly/api/v3/index.json

Copy to clipboard

> dotnet add package System.IdentityModel.Tokens.Jwt --version 6.14.2-preview-21115030118 --source https://www.myget.org/F/azureadwebstacknightly/api/v3/index.json

Copy to clipboard
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.14.2-preview-21115030118" />
Copy to clipboard
source https://www.myget.org/F/azureadwebstacknightly/api/v3/index.json

nuget System.IdentityModel.Tokens.Jwt  ~> 6.14.2-preview-21115030118
Copy to clipboard

> choco install System.IdentityModel.Tokens.Jwt --version 6.14.2-preview-21115030118 --source https://www.myget.org/F/azureadwebstacknightly/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "azureadwebstacknightly" -SourceLocation "https://www.myget.org/F/azureadwebstacknightly/api/v2"
Install-Module -Name "System.IdentityModel.Tokens.Jwt" -RequiredVersion "6.14.2-preview-21115030118" -Repository "azureadwebstacknightly" -AllowPreRelease
Copy to clipboard

IdentityModel Extensions for .NET

Nuget

The IdentityModel Extensions for .NET library provides robust tools to enhance authentication and authorization workflows in your .NET applications. Backed by the Entra team, this library simplifies working with OpenID Connect (OIDC), OAuth2.0, and JSON Web Tokens (JWT) in .NET.

Whether you're building secure APIs, implementing token validation, or managing claims, this library is designed to handle the heavy lifting for you.

Why IdentityModel?

  • Widely Adopted: Trusted by thousands of developers to integrate OIDC and OAuth2.0 standards.
  • Secure by Design: Built with security as a priority to reduce common vulnerabilities.
  • Extensible: Easily extend or customize for advanced use cases.
  • Battle hardened: Validates 5+ trillion requests daily, and growing.

Versions

You can find the release notes for each version here. Older versions can be found here.

Version Lifecycle and Support Matrix

See Long Term Support policy for details.

Major Version Currently Supported Version Status
8.x from 8.0.1 to Nuget Active (Current) - Tied to .NET 9 (STS) & 10 (LTS) ~ Nov, 2028
7.x 7.7.1 Supported (LTS) through .NET 8 LTS lifetime Nov 10, 2026.
⚠️Versions < 7.7.1 not supported.
5.x 5.7.0 Supported (LTS), tied to the Microsoft.Owin.Security.JWT 4.2.2 lifetime.
⚠️Versions < 5.7.0 not supported.

IdentityModel 8.x

Version 8.x introduces significant updates and improvements:

  • Enhanced Performance: Optimized token validation to handle high-throughput scenarios.
  • .NET Compatibility: Fully compatible with .NET 9.

🧭LTS: Supported through .NET 9 LTS lifetime: May 12, 2026 + .NET 10 LTS (~3 years).

IdentityModel 7.x

IdentityModel 7x introduced several improvements related to serialization and consistency in the API, which provide a better user experience for developers, as well as full AOT compatibility on .NET, and considerable performance improvements compared to IdentityModel 6x.

🧭LTS: Supported through .NET 8 LTS lifetime: Nov 10, 2026.

⚡Recommendation: Move to 8.x.

IdentityModel 6.x

🧭Deprecated: Support ended with .NET 7 LTS lifetime: May 2024.

⚡Action: Move to 8.x.

IdentityModel 5.x

Not a recommended version

🧭LTS: Supported for Microsoft.Owin.Security.JWT

⚡Action: Move to 8.x.

Samples and Documentation

The scenarios supported by IdentityModel extensions for .NET are described in Scenarios. The libraries are in particular used part of ASP.NET security to validate tokens in ASP.NET Web Apps and Web APIs. To learn more about token validation, and find samples, see:

Community Help and Support

Report a bug or request a feature directly in the GitHub repo.

Have a design proposal? Please submit a design proposal before starting work on a PR to ensure it means the goals/objectives of this library and it's priorities.

We leverage Stack Overflow to work with the community on supporting Microsoft Entra and its SDKs, including this one! We highly recommend you ask your questions on Stack Overflow (we're all on there!) Also browse existing issues to see if someone has had your question before.

We recommend you use the "identityModel" tag so we can see it! Here is the latest Q&A on Stack Overflow for IdentityModel: https://stackoverflow.com/questions/tagged/identityModel

Security Reporting

See SECURITY.md

Contributing

All code is licensed under the MIT license and we triage actively on GitHub. We enthusiastically welcome contributions and feedback. See Contributing.md for guidelines, branch information, build instructions, and legalese.

License

Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License (the "License");

We Value and Adhere to the Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

  • .NETFramework 4.5
    • Microsoft.IdentityModel.JsonWebTokens (>= 6.14.2-preview-21115030118)
    • Microsoft.IdentityModel.Tokens (>= 6.14.2-preview-21115030118)
  • .NETFramework 4.6.1
    • Microsoft.IdentityModel.JsonWebTokens (>= 6.14.2-preview-21115030118)
    • Microsoft.IdentityModel.Tokens (>= 6.14.2-preview-21115030118)
  • .NETFramework 4.7.2
    • Microsoft.IdentityModel.JsonWebTokens (>= 6.14.2-preview-21115030118)
    • Microsoft.IdentityModel.Tokens (>= 6.14.2-preview-21115030118)
  • .NETStandard 2.0
    • Microsoft.IdentityModel.JsonWebTokens (>= 6.14.2-preview-21115030118)
    • Microsoft.IdentityModel.Tokens (>= 6.14.2-preview-21115030118)
  • .NETFramework 4.5: 4.5.0.0
  • .NETFramework 4.6.1: 4.6.1.0
  • .NETFramework 4.7.2: 4.7.2.0
  • .NETStandard 2.0: 2.0.0.0

Owners

Azure Active Directory

Authors

Microsoft

Project URL

https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet

License

Apache-2.0

Tags

.NET Windows Authentication Identity Json Web Token

Info

0 total downloads
0 downloads for version 6.14.2-preview-21115030118
Download (168.9 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
6.14.2-preview-21117030132 168.95 KB Wed, 17 Nov 2021 03:46:05 GMT 0
6.14.2-preview-21117020457 168.75 KB Wed, 17 Nov 2021 02:50:46 GMT 0
6.14.2-preview-21116184603 168.92 KB Tue, 16 Nov 2021 19:32:55 GMT 0
6.14.2-preview-21116030119 168.87 KB Tue, 16 Nov 2021 03:48:59 GMT 0
6.14.2-preview-21115030118 168.9 KB Mon, 15 Nov 2021 03:44:32 GMT 0
6.14.2-preview-21113004400 168.86 KB Sat, 13 Nov 2021 01:33:58 GMT 0
6.14.2-preview-21112030101 168.91 KB Fri, 12 Nov 2021 03:49:46 GMT 0
6.14.2-preview-21111180954 168.9 KB Thu, 11 Nov 2021 19:01:35 GMT 0
6.14.2-preview-21111030117 168.9 KB Thu, 11 Nov 2021 03:55:39 GMT 0
6.14.2-preview-21110170042 168.9 KB Wed, 10 Nov 2021 17:59:49 GMT 0
6.14.2-preview-21110030120 168.73 KB Wed, 10 Nov 2021 03:47:34 GMT 0
6.14.2-preview-21110014620 168.81 KB Wed, 10 Nov 2021 02:32:40 GMT 0
6.14.2-preview-21109030111 168.75 KB Tue, 09 Nov 2021 03:51:13 GMT 0
6.14.2-preview-21108220957 168.78 KB Mon, 08 Nov 2021 22:57:27 GMT 0
6.14.2-preview-21108210423 168.75 KB Mon, 08 Nov 2021 21:50:28 GMT 0
6.6.1-preview-10605041306 45.27 KB Fri, 05 Jun 2020 04:34:27 GMT 0
6.5.2-preview-10506042551 44.63 KB Wed, 06 May 2020 04:41:16 GMT 0
5.5.1-preview-61011030454 212.75 KB Fri, 11 Oct 2019 03:37:08 GMT 0