Microsoft.IdentityModel.Protocols.OpenIdConnect 8.8.0

Prefix Reserved
dotnet add package Microsoft.IdentityModel.Protocols.OpenIdConnect --version 8.8.0
                    
NuGet\Install-Package Microsoft.IdentityModel.Protocols.OpenIdConnect -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="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.8.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.8.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" />
                    
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 Microsoft.IdentityModel.Protocols.OpenIdConnect --version 8.8.0
                    
#r "nuget: Microsoft.IdentityModel.Protocols.OpenIdConnect, 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=Microsoft.IdentityModel.Protocols.OpenIdConnect&version=8.8.0
                    
Install Microsoft.IdentityModel.Protocols.OpenIdConnect as a Cake Addin
#tool nuget:?package=Microsoft.IdentityModel.Protocols.OpenIdConnect&version=8.8.0
                    
Install Microsoft.IdentityModel.Protocols.OpenIdConnect 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 (405)

Showing the top 5 NuGet packages that depend on Microsoft.IdentityModel.Protocols.OpenIdConnect:

Package Downloads
Microsoft.Data.SqlClient

The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS). Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.

Microsoft.AspNetCore.Authentication.JwtBearer

ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/de35e2b0a0d8d5d1e307907983a6838da1092898

Microsoft.AspNetCore.Authentication.OpenIdConnect

ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/de35e2b0a0d8d5d1e307907983a6838da1092898

Microsoft.Graph.Core

Microsoft Graph Core Client Library implements core functionality used by Microsoft Graph client libraries.

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.

GitHub repositories (74)

Showing the top 20 popular GitHub repositories that depend on Microsoft.IdentityModel.Protocols.OpenIdConnect:

Repository Stars
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.
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
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
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
opserver/Opserver
Stack Exchange's Monitoring System
aspnet-contrib/AspNet.Security.OAuth.Providers
OAuth 2.0 social authentication providers for ASP.NET Core
OrchardCMS/Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
Squidex/squidex
Headless CMS and Content Managment Hub
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 9 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 19, React 19, Vue 3.5, BFF with YARP, NextJs 15, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ..
Azure/azure-functions-host
The host/runtime that powers Azure Functions
scottksmith95/LINQKit
LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users.
WireMock-Net/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
aspnet/Security
[Archived] Middleware for security and authorization of web apps. Project moved to https://github.com/aspnet/AspNetCore
abpframework/abp-samples
Sample solutions built with the ABP Framework
OfficeDev/Microsoft-Teams-Samples
Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
Azure/data-api-builder
Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
SteeltoeOSS/Steeltoe
.NET Components for Externalized Configuration, Database Connectors, Service Discovery, Logging and Distributed Tracing, Application Management, Security, and more.
aspnet/AspNetKatana
Microsoft's OWIN implementation, the Katana project
Version Downloads Last updated
8.8.0 197,160 4/8/2025
8.7.0 684,367 3/21/2025
8.6.1 1,144,867 3/7/2025
8.6.0 496,143 2/22/2025
8.5.0 1,018,930 2/15/2025
8.4.0 559,002 2/7/2025
8.3.1 3,083,379 1/17/2025
8.3.0 4,872,698 12/4/2024
8.2.1 2,701,117 11/15/2024
8.2.0 5,054,994 11/2/2024
8.1.2 4,377,178 10/8/2024
8.1.1 401,258 10/5/2024
8.0.1 14,128,581 7/23/2024
8.0.0 1,173,343 7/16/2024
8.0.0-preview1 120,977 6/19/2024
7.7.1 1,290,441 7/20/2024
7.7.0 17,720 7/18/2024
7.6.3 1,822,681 7/10/2024
7.6.2 1,611,326 6/20/2024
7.6.1 213,224 6/17/2024
7.6.0 11,002,593 5/28/2024
7.5.2 2,043,664 5/13/2024
7.5.1 6,948,397 4/5/2024
7.5.0 8,836,978 3/27/2024
7.4.1 2,901,364 3/15/2024
7.4.0 4,112,833 2/26/2024
7.4.0-preview1 3,259 2/12/2024
7.3.1 6,459,972 2/3/2024
7.3.0 483,908 1/30/2024
7.2.0 5,017,004 1/10/2024
7.1.2 85,902,374 1/9/2024
7.0.3 23,143,673 10/17/2023
7.0.2 515,234 9/29/2023
7.0.1 243,946 9/27/2023
7.0.0 802,320 9/11/2023
7.0.0-preview5 314,040 9/6/2023
7.0.0-preview4 2,213 8/29/2023
7.0.0-preview3 4,427 8/21/2023
7.0.0-preview2 2,603 8/13/2023
7.0.0-preview 181,611 7/11/2023
6.36.0 713,276 7/19/2024
6.35.1 65,393 7/11/2024
6.35.0 126,007,336 1/9/2024
6.34.0 6,611,764 10/17/2023
6.33.0 3,011,919 10/3/2023
6.32.3 1,651,529 9/5/2023
6.32.2 1,530,347 8/26/2023
6.32.1 2,443,324 7/28/2023
6.32.0 3,797,211 7/12/2023
6.31.0 1,990,093 6/8/2023
6.30.1 1,530,144 5/10/2023
6.30.0 4,762,437 4/26/2023
6.29.0 2,963,537 4/14/2023
6.28.1 405,332 4/3/2023
6.27.0 4,643,810 2/16/2023
6.26.1 5,724,964 2/7/2023
6.26.0 676,319 1/20/2023
6.25.1 12,017,034 12/1/2022
6.25.0 4,092,768 10/27/2022
6.24.0 90,344,436 10/13/2022
6.23.1 14,021,950 9/8/2022
6.23.0 87,592 9/6/2022
6.22.1 440,108 8/25/2022
6.22.0 8,154,794 7/27/2022
6.21.0 67,117,167 7/1/2022
6.20.0 6,329,758 6/21/2022
6.19.0 6,109,078 6/6/2022
6.18.0 646,849 5/19/2022
6.17.0 6,126,010 4/6/2022
6.16.0 5,504,612 2/18/2022
6.15.1 59,085,252 1/20/2022
6.15.0 7,463,829 12/3/2021
6.14.1 2,797,077 11/4/2021
6.14.0 464,541 10/29/2021
6.13.1 541,183 10/7/2021
6.12.2 21,102,879 8/20/2021
6.12.1 3,097,220 8/13/2021
6.12.0 2,856,192 7/21/2021
6.11.1 7,079,165 5/21/2021
6.11.0 728,968 4/27/2021
6.10.2 1,902,487 4/15/2021
6.10.1 770,022 4/12/2021
6.10.0 171,106,956 3/30/2021
6.9.0 303,342 3/16/2021
6.8.0 227,105,486 10/13/2020
6.7.2-preview-10803222715 8,271 8/4/2020
6.7.1 69,843,295 6/30/2020
6.6.0 1,027,265 5/22/2020
6.5.1 748,209 4/28/2020
6.5.0 8,665,343 3/24/2020
5.7.0 898,482 1/9/2024
5.6.0 114,896,139 10/19/2019
5.5.0 209,335,740 6/24/2019
5.4.0 4,264,384 1/23/2019
5.3.0 42,125,007 10/5/2018
5.2.4 2,353,933 6/19/2018
5.2.2 1,908,672 4/24/2018
5.2.1 7,610,266 2/8/2018
2.1.5 1,378,717 11/17/2017
2.1.4 25,449,373 6/12/2017
2.1.3 194,637 2/28/2017
2.1.2 2,409,224 1/11/2017
2.0.0 1,452,782 6/27/2016