Microsoft.IdentityModel.Protocols
                              
                            
                                6.11.1
                            
                        
                    
            
        
            .NET Standard 2.0
        
        
            
                
                
                    This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
                
            
        
    
        
        
            .NET Framework 4.5
        
        
            
                
                
                    This package targets .NET Framework 4.5. The package is compatible with this framework or higher.
                
            
        
    
                    dotnet add package Microsoft.IdentityModel.Protocols --version 6.11.1
NuGet\Install-Package Microsoft.IdentityModel.Protocols -Version 6.11.1
        
        
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" Version="6.11.1" />
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="Microsoft.IdentityModel.Protocols" Version="6.11.1" />
<PackageReference Include="Microsoft.IdentityModel.Protocols" />
        
        
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 --version 6.11.1
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: Microsoft.IdentityModel.Protocols, 6.11.1"
        
        
#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.
                    
    
    #:package Microsoft.IdentityModel.Protocols@6.11.1
        
        
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
                    
    
    #addin nuget:?package=Microsoft.IdentityModel.Protocols&version=6.11.1
#tool nuget:?package=Microsoft.IdentityModel.Protocols&version=6.11.1
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    Provides base protocol support for OpenIdConnect and WsFederation.
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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 | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 is compatible. net462 was computed. 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.
- 
                                                    .NETFramework 4.5- Microsoft.IdentityModel.Logging (>= 6.11.1)
- Microsoft.IdentityModel.Tokens (>= 6.11.1)
 
- 
                                                    .NETFramework 4.6.1- Microsoft.IdentityModel.Logging (>= 6.11.1)
- Microsoft.IdentityModel.Tokens (>= 6.11.1)
 
- 
                                                    .NETFramework 4.7.2- Microsoft.IdentityModel.Logging (>= 6.11.1)
- Microsoft.IdentityModel.Tokens (>= 6.11.1)
 
- 
                                                    .NETStandard 2.0- Microsoft.IdentityModel.Logging (>= 6.11.1)
- Microsoft.IdentityModel.Tokens (>= 6.11.1)
 
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Microsoft.IdentityModel.Protocols:
| Package | Downloads | 
|---|---|
| Microsoft.Owin.Security.OpenIdConnect Middleware that enables an application to use OpenIdConnect for authentication. | |
| Microsoft.IdentityModel.Protocols.OpenIdConnect Includes types that provide support for OpenIdConnect protocol. | 
GitHub repositories (41)
Showing the top 20 popular GitHub repositories that depend on Microsoft.IdentityModel.Protocols:
| Repository | Stars | 
|---|---|
| chocolatey/choco 
                                                            Chocolatey - the package manager for Windows
                                                         | |
| openiddict/openiddict-core 
                                                            Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
                                                         | |
| netwrix/pingcastle 
                                                            PingCastle - Get Active Directory Security at 80% in 20% of the time
                                                         | |
| OrchardCMS/Orchard 
                                                            Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
                                                         | |
| 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.
                                                         | |
| 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!
                                                         | |
| UiPath/CoreWF 
                                                            WF runtime ported to work on .NET 6
                                                         | |
| Azure/data-api-builder 
                                                            Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
                                                         | |
| aspnet/AspNetKatana 
                                                            Microsoft's OWIN implementation, the Katana project
                                                         | |
| optimajet/WorkflowEngine.NET 
                                                            WorkflowEngine.NET - component that adds workflow in your application. It can be fully integrated into your application, or be in the form of a specific service (such as a web service).
                                                         | |
| azure-ad-b2c/samples 
                                                            Azure AD B2C custom policy solutions and samples.
                                                         | |
| Kyrodan/KeeAnywhere 
                                                            A cloud storage provider plugin for KeePass Password Safe
                                                         | |
| cmu-sei/GHOSTS 
                                                            GHOSTS is a realistic user simulation framework for cyber experimentation, simulation, training, and exercise
                                                         | |
| ProfessionalCSharp/ProfessionalCSharp7 
                                                            Code samples for the book Professional C# 7 and .NET Core 2.0 (with updates for 2.1), Wrox Press
                                                         | |
| microsoft/SqlNexus 
                                                            SQL Nexus is a tool that helps you identify the root cause of SQL Server performance issues. It loads and analyzes performance data collected by  SQL LogScout, SQLDiag or PSSDiag. It can dramatically reduce the amount of time you spend manually analyzing data.
                                                         | |
| ergulkizilkaya/ReCapProject | |
| microsoft/BotFramework-BlogSamples 
                                                            Welcome to the Bot Framework samples repository. Here you will find sample bots that take advantage of Bot Framework capabilities. 
                                                         | |
| Syslifters/offsec-tools 
                                                            Compiled tools for internal assessments
                                                         | |
| trimble-oss/dba-dash 
                                                            DBA Dash - SQL Server Monitoring Tool
                                                         | 
| Version | Downloads | Last Updated | 
|---|---|---|
| 6.11.1 | 74 | 9/19/2022 | 
| 6.10.0 | 286 | 9/19/2022 | 
| 6.8.0 | 32,634 | 3/6/2021 | 
| 6.7.2-preview-10803222715 | 2 | 3/6/2021 | 
| 6.7.1 | 68 | 3/6/2021 | 
| 6.7.0 | 1 | 3/6/2021 | 
| 6.6.1-preview-10617201806 | 3 | 3/6/2021 | 
| 6.6.0 | 2 | 3/6/2021 | 
| 6.5.1 | 2 | 3/6/2021 | 
| 6.5.0 | 17 | 3/6/2021 | 
| 5.6.0 | 31 | 3/6/2021 | 
| 5.5.0 | 65,388 | 3/6/2021 | 
| 5.4.0 | 2 | 3/6/2021 | 
| 5.3.0 | 37,495 | 3/6/2021 | 
| 5.2.4 | 5 | 3/6/2021 | 
| 5.2.3 | 2 | 3/6/2021 | 
| 5.2.2 | 2 | 3/6/2021 | 
| 5.2.1 | 9,463 | 3/6/2021 | 
| 5.2.0 | 9,470 | 3/6/2021 | 
| 5.2.0-preview2-41113220915 | 3 | 3/6/2021 | 
| 5.2.0-preview1-408290725 | 6 | 3/6/2021 | 
| 2.1.5 | 3 | 3/6/2021 | 
| 2.1.4 | 99 | 3/6/2021 | 
| 2.1.3 | 7 | 3/6/2021 | 
| 2.1.2 | 80 | 3/6/2021 | 
| 2.1.1 | 3 | 3/6/2021 | 
| 2.1.0 | 37 | 3/6/2021 | 
| 2.0.1-pre-310121323 | 1 | 3/6/2021 | 
| 2.0.0 | 51 | 3/6/2021 | 
| 2.0.0-rc2-305061149 | 2 | 3/6/2021 |