VOOZH about

URL: https://www.nuget.org/packages/Duende.AspNetCore.Authentication.OAuth2Introspection/

⇱ NuGet Gallery | Duende.AspNetCore.Authentication.OAuth2Introspection 7.0.1




👁 Image
Duende.AspNetCore.Authentication.OAuth2Introspection 7.0.1

Prefix Reserved
dotnet add package Duende.AspNetCore.Authentication.OAuth2Introspection --version 7.0.1
 
 
NuGet\Install-Package Duende.AspNetCore.Authentication.OAuth2Introspection -Version 7.0.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="Duende.AspNetCore.Authentication.OAuth2Introspection" Version="7.0.1" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Duende.AspNetCore.Authentication.OAuth2Introspection" Version="7.0.1" />
 
Directory.Packages.props
<PackageReference Include="Duende.AspNetCore.Authentication.OAuth2Introspection" />
 
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 Duende.AspNetCore.Authentication.OAuth2Introspection --version 7.0.1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Duende.AspNetCore.Authentication.OAuth2Introspection, 7.0.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 Duende.AspNetCore.Authentication.OAuth2Introspection@7.0.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=Duende.AspNetCore.Authentication.OAuth2Introspection&version=7.0.1
 
Install as a Cake Addin
#tool nuget:?package=Duende.AspNetCore.Authentication.OAuth2Introspection&version=7.0.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Duende.AspNetCore.Authentication.OAuth2Introspection

ASP.NET Core authentication handler for OAuth 2.0 token introspection.

https://tools.ietf.org/html/rfc7662

Configuration

services.AddAuthentication(OAuth2IntrospectionDefaults.AuthenticationScheme)
 .AddOAuth2Introspection(options =>
 {
 options.Authority = "https://base_address_of_token_service";

 options.ClientId = "client_id_for_introspection_endpoint";
 options.ClientSecret = "client_secret_for_introspection_endpoint";
 });

Configuring Backchannel HTTP Client

If configuration, such as using a proxy, is required for the HTTP client calling the Authority then it can be done by registering a named HTTP Client as follows

services.AddHttpClient(OAuth2IntrospectionDefaults.BackChannelHttpClientName)
 .AddHttpMessageHandler(() =>
 {
 //Configure client/handler for the back channel HTTP Client here
 return new HttpClientHandler
 {
 UseProxy = true,
 Proxy = new WebProxy(WebProxyUri, true)
 };
 }
Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Duende.AspNetCore.Authentication.OAuth2Introspection:

Package Downloads
Monq.Core.BasicDotNetMicroservice

NetCore Microservice extensions library that brings simplicity to configure asp.net and console programs as microservices.

Be.Vlaanderen.Basisregisters.Auth.AcmIdm

BasisRegisters Auth ACM/IDM utilities for C#.

Indice.AspNetCore.Builder

Package Description

Aguacongas.TheIdServer

OpenID/Connect , OAuth and WS-Federation server base on Duende IdentityServer.

Euonia.Hosting

Euonia development framework and toolkit library for .NET application/service. Powered by Nerosoft.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Duende.AspNetCore.Authentication.OAuth2Introspection:

Repository Stars
Aguafrommars/TheIdServer
OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI
Version Downloads Last Updated
7.0.1 109,670 3/12/2026
7.0.0 143,536 12/1/2025
7.0.0-rc.1 389 11/11/2025
7.0.0-preview.2 273 10/16/2025
7.0.0-preview.1 176 10/15/2025
6.3.0 168,064 8/4/2025