System.IdentityModel.Tokens.Jwt 8.8.0

Prefix Reserved
dotnet add package System.IdentityModel.Tokens.Jwt --version 8.8.0
                    
NuGet\Install-Package System.IdentityModel.Tokens.Jwt -Version 8.8.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.8.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.8.0" />
                    
Directory.Packages.props
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add System.IdentityModel.Tokens.Jwt --version 8.8.0
                    
#r "nuget: System.IdentityModel.Tokens.Jwt, 8.8.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=System.IdentityModel.Tokens.Jwt&version=8.8.0
                    
Install System.IdentityModel.Tokens.Jwt as a Cake Addin
#tool nuget:?package=System.IdentityModel.Tokens.Jwt&version=8.8.0
                    
Install System.IdentityModel.Tokens.Jwt as a Cake Tool

IdentityModel Extensions for .NET

Nuget

IdentityModel Extensions for .NET provide assemblies that are interesting for web developers that wish to use federated identity providers for establishing the caller's identity.

Versions

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

IdentityModel 7x

We are excited to announce the release of IdentityModel 7x, a major update to our popular .NET auth validation library. This new version introduces several improvements related to serialization and consistency in the API, which will provide a better user experience for developers, as well as full AOT compatibility on .NET, and huge perf improvements compared to 6x.

Note about 6.x

We bumped the release from 6.x to 7.x. We are maintaining two releases from two different branches. dev - 7.x dev6x - 6.x

dev6x will be maintained until March 2024, at which point, you will need to move to 7x to continue to get the latest and greatest improvements and security updates.

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

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

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.

Security Reporting

See SECURITY.md

Security Vulnerability in Microsoft.IdentityModel.Tokens 5.1.0

IdentityModel Extensions library Microsoft.IdentityModel.Tokens has a known security vulnerability affecting version 5.1.0. Please update to >= 5.1.1 immediately. An updated package is available on NuGet. For more details, see the security notice.

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.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3.0K)

Showing the top 5 NuGet packages that depend on System.IdentityModel.Tokens.Jwt:

Package Downloads
Microsoft.IdentityModel.Protocols.OpenIdConnect

Includes types that provide support for OpenIdConnect protocol.

Microsoft.Azure.ServiceBus

Please note, a newer package Azure.Messaging.ServiceBus is available as of November 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/net/migrate/sb for more details.

Microsoft.Identity.Web

This package enables ASP.NET Core web apps and web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). This package is specifically used for web applications, which sign-in users, and protected web APIs, which optionally call downstream web APIs.

Microsoft.IdentityModel.Validators

Includes types that provide token validators.

Twilio

Twilio REST API helper library

GitHub repositories (357)

Showing the top 20 popular GitHub repositories that depend on System.IdentityModel.Tokens.Jwt:

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
duplicati/duplicati
Store securely encrypted backups in the cloud!
microsoft/garnet
Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
chocolatey/choco
Chocolatey - the package manager for Windows
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 3, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
Kareadita/Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
NLog/NLog
NLog - Advanced and Structured Logging for Various .NET Platforms
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
kurrent-io/KurrentDB
EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
actions/runner
The Runner for GitHub Actions :rocket:
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
Azure/azure-powershell
Microsoft Azure PowerShell
cobbr/Covenant
Covenant is a collaborative .NET C2 framework for red teamers.
cq-panda/Vue.NetCore
(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
Version Downloads Last updated
8.8.0 394,557 4/8/2025
8.7.0 1,144,117 3/21/2025
8.6.1 1,747,166 3/7/2025
8.6.0 1,291,413 2/22/2025
8.5.0 1,569,635 2/15/2025
8.4.0 1,116,498 2/7/2025
8.3.1 4,501,869 1/17/2025
8.3.0 8,354,704 12/4/2024
8.2.1 5,372,632 11/15/2024
8.2.0 6,463,542 11/2/2024
8.1.2 7,635,571 10/8/2024
8.1.1 777,750 10/5/2024
8.0.1 15,679,274 7/23/2024
8.0.0 2,181,957 7/16/2024
8.0.0-preview1 153,190 6/19/2024
7.7.1 2,503,829 7/20/2024
7.7.0 65,379 7/18/2024
7.6.3 3,236,705 7/10/2024
7.6.2 4,473,115 6/20/2024
7.6.1 632,960 6/17/2024
7.6.0 14,461,619 5/28/2024
7.5.2 4,470,399 5/13/2024
7.5.1 13,913,801 4/5/2024
7.5.0 10,183,039 3/27/2024
7.4.1 4,664,089 3/15/2024
7.4.0 7,269,707 2/26/2024
7.4.0-preview1 18,050 2/12/2024
7.3.1 13,314,361 2/3/2024
7.3.0 1,840,385 1/30/2024
7.2.0 12,845,816 1/10/2024
7.1.2 85,340,777 1/9/2024
7.0.3 24,900,809 10/17/2023 7.0.3 has at least one vulnerability with moderate severity.
7.0.2 1,545,896 9/29/2023 7.0.2 has at least one vulnerability with moderate severity.
7.0.1 215,609 9/27/2023 7.0.1 has at least one vulnerability with moderate severity.
7.0.0 7,312,789 9/11/2023 7.0.0 has at least one vulnerability with moderate severity.
7.0.0-preview5 321,523 9/6/2023 7.0.0-preview5 has at least one vulnerability with moderate severity.
7.0.0-preview4 7,164 8/29/2023 7.0.0-preview4 has at least one vulnerability with moderate severity.
7.0.0-preview3 19,798 8/21/2023 7.0.0-preview3 has at least one vulnerability with moderate severity.
7.0.0-preview2 8,269 8/13/2023 7.0.0-preview2 has at least one vulnerability with moderate severity.
7.0.0-preview 177,269 7/11/2023 7.0.0-preview has at least one vulnerability with moderate severity.
6.36.0 2,991,774 7/19/2024
6.35.1 315,598 7/11/2024
6.35.0 127,380,989 1/9/2024
6.34.0 26,213,520 10/17/2023
6.33.0 4,308,763 10/3/2023 6.33.0 has at least one vulnerability with moderate severity.
6.32.3 3,108,250 9/5/2023 6.32.3 has at least one vulnerability with moderate severity.
6.32.2 3,041,005 8/26/2023 6.32.2 has at least one vulnerability with moderate severity.
6.32.1 5,168,768 7/28/2023 6.32.1 has at least one vulnerability with moderate severity.
6.32.0 7,955,665 7/12/2023 6.32.0 has at least one vulnerability with moderate severity.
6.31.0 7,001,009 6/8/2023 6.31.0 has at least one vulnerability with moderate severity.
6.30.1 6,227,220 5/10/2023 6.30.1 has at least one vulnerability with moderate severity.
6.30.0 7,355,756 4/26/2023 6.30.0 has at least one vulnerability with moderate severity.
6.29.0 4,577,962 4/14/2023 6.29.0 has at least one vulnerability with moderate severity.
6.28.1 3,338,905 4/3/2023 6.28.1 has at least one vulnerability with moderate severity.
6.27.0 13,312,968 2/16/2023 6.27.0 has at least one vulnerability with moderate severity.
6.26.1 7,823,523 2/7/2023 6.26.1 has at least one vulnerability with moderate severity.
6.26.0 4,120,056 1/20/2023 6.26.0 has at least one vulnerability with moderate severity.
6.25.1 25,413,828 12/1/2022 6.25.1 has at least one vulnerability with moderate severity.
6.25.0 11,336,210 10/27/2022 6.25.0 has at least one vulnerability with moderate severity.
6.24.0 88,230,308 10/13/2022 6.24.0 has at least one vulnerability with moderate severity.
6.23.1 20,695,337 9/8/2022 6.23.1 has at least one vulnerability with moderate severity.
6.23.0 772,911 9/6/2022 6.23.0 has at least one vulnerability with moderate severity.
6.22.1 3,349,770 8/25/2022 6.22.1 has at least one vulnerability with moderate severity.
6.22.0 15,189,014 7/27/2022 6.22.0 has at least one vulnerability with moderate severity.
6.21.0 70,505,716 7/1/2022 6.21.0 has at least one vulnerability with moderate severity.
6.20.0 8,067,154 6/21/2022 6.20.0 has at least one vulnerability with moderate severity.
6.19.0 20,749,254 6/6/2022 6.19.0 has at least one vulnerability with moderate severity.
6.18.0 6,135,996 5/19/2022 6.18.0 has at least one vulnerability with moderate severity.
6.17.0 17,638,298 4/6/2022 6.17.0 has at least one vulnerability with moderate severity.
6.16.0 20,156,240 2/18/2022 6.16.0 has at least one vulnerability with moderate severity.
6.15.1 61,609,237 1/20/2022 6.15.1 has at least one vulnerability with moderate severity.
6.15.0 16,813,827 12/3/2021 6.15.0 has at least one vulnerability with moderate severity.
6.14.1 9,253,961 11/4/2021 6.14.1 has at least one vulnerability with moderate severity.
6.14.0 1,036,330 10/29/2021 6.14.0 has at least one vulnerability with moderate severity.
6.13.1 12,351,335 10/7/2021 6.13.1 has at least one vulnerability with moderate severity.
6.12.2 28,289,500 8/20/2021 6.12.2 has at least one vulnerability with moderate severity.
6.12.1 5,672,311 8/13/2021 6.12.1 has at least one vulnerability with moderate severity.
6.12.0 8,354,608 7/21/2021 6.12.0 has at least one vulnerability with moderate severity.
6.11.1 27,745,684 5/21/2021 6.11.1 has at least one vulnerability with moderate severity.
6.11.0 4,162,208 4/27/2021 6.11.0 has at least one vulnerability with moderate severity.
6.10.2 11,591,576 4/15/2021 6.10.2 has at least one vulnerability with moderate severity.
6.10.1 1,182,565 4/12/2021 6.10.1 has at least one vulnerability with moderate severity.
6.10.0 153,189,387 3/30/2021 6.10.0 has at least one vulnerability with moderate severity.
6.9.0 2,541,445 3/16/2021 6.9.0 has at least one vulnerability with moderate severity.
6.8.0 240,211,286 10/13/2020 6.8.0 has at least one vulnerability with moderate severity.
6.7.2-preview-10803222715 66,650 8/4/2020 6.7.2-preview-10803222715 has at least one vulnerability with moderate severity.
6.7.1 94,684,349 6/30/2020 6.7.1 has at least one vulnerability with moderate severity.
6.6.0 8,702,835 5/22/2020 6.6.0 has at least one vulnerability with moderate severity.
6.5.1 5,317,238 4/28/2020 6.5.1 has at least one vulnerability with moderate severity.
6.5.0 14,141,725 3/24/2020 6.5.0 has at least one vulnerability with moderate severity.
5.7.0 3,083,068 1/9/2024
5.6.0 156,028,175 10/19/2019 5.6.0 has at least one vulnerability with moderate severity.
5.5.0 222,820,593 6/24/2019 5.5.0 has at least one vulnerability with moderate severity.
5.4.0 117,066,998 1/23/2019 5.4.0 has at least one vulnerability with moderate severity.
5.3.0 77,071,646 10/5/2018 5.3.0 has at least one vulnerability with moderate severity.
5.2.4 28,402,478 6/19/2018 5.2.4 has at least one vulnerability with moderate severity.
5.2.2 26,619,842 4/24/2018 5.2.2 has at least one vulnerability with moderate severity.
5.2.1 18,777,079 2/8/2018 5.2.1 has at least one vulnerability with moderate severity.
5.1.5 4,687,460 11/17/2017 5.1.5 has at least one vulnerability with moderate severity.
5.1.4 26,249,851 6/12/2017 5.1.4 has at least one vulnerability with moderate severity.
5.1.3 3,551,519 2/28/2017 5.1.3 has at least one vulnerability with moderate severity.
5.1.2 14,700,731 1/11/2017 5.1.2 has at least one vulnerability with moderate severity.
5.0.0 2,651,173 6/27/2016 5.0.0 has at least one vulnerability with moderate severity.
4.0.4.403061554 15,908,093 3/7/2017 4.0.4.403061554 has at least one vulnerability with moderate severity.
4.0.4.402070948 326,949 2/7/2017 4.0.4.402070948 has at least one vulnerability with moderate severity.
4.0.3.308261200 3,222,159 8/31/2016 4.0.3.308261200 has at least one vulnerability with moderate severity.
4.0.2.206221351 15,251,358 6/23/2015 4.0.2.206221351 has at least one vulnerability with moderate severity.
4.0.2.205111437 973,217 5/11/2015 4.0.2.205111437 has at least one vulnerability with moderate severity.
4.0.2.202250711 716,785 2/25/2015 4.0.2.202250711 has at least one vulnerability with moderate severity.
4.0.1 1,316,798 11/3/2014 4.0.1 has at least one vulnerability with moderate severity.
4.0.0 10,088,487 8/19/2014 4.0.0 has at least one vulnerability with moderate severity.
3.0.2 828,079 1/31/2014 3.0.2 has at least one vulnerability with moderate severity.
3.0.1 39,648 1/22/2014 3.0.1 has at least one vulnerability with moderate severity.
3.0.0 112,961 12/18/2013 3.0.0 has at least one vulnerability with moderate severity.
1.0.0 1,390,725 6/7/2013 1.0.0 has at least one vulnerability with moderate severity.