Duende.AspNetCore.Authentication.OAuth2Introspection
7.0.0
Prefix Reserved
dotnet add package Duende.AspNetCore.Authentication.OAuth2Introspection --version 7.0.0
NuGet\Install-Package Duende.AspNetCore.Authentication.OAuth2Introspection -Version 7.0.0
<PackageReference Include="Duende.AspNetCore.Authentication.OAuth2Introspection" Version="7.0.0" />
<PackageVersion Include="Duende.AspNetCore.Authentication.OAuth2Introspection" Version="7.0.0" />
<PackageReference Include="Duende.AspNetCore.Authentication.OAuth2Introspection" />
paket add Duende.AspNetCore.Authentication.OAuth2Introspection --version 7.0.0
#r "nuget: Duende.AspNetCore.Authentication.OAuth2Introspection, 7.0.0"
#:package Duende.AspNetCore.Authentication.OAuth2Introspection@7.0.0
#addin nuget:?package=Duende.AspNetCore.Authentication.OAuth2Introspection&version=7.0.0
#tool nuget:?package=Duende.AspNetCore.Authentication.OAuth2Introspection&version=7.0.0
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 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. net10.0 is compatible. 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. |
-
net10.0
- Duende.IdentityModel (>= 8.0.0)
- Microsoft.Extensions.Caching.Hybrid (>= 10.0.0)
-
net8.0
- Duende.IdentityModel (>= 8.0.0)
- Microsoft.Extensions.Caching.Hybrid (>= 10.0.0)
-
net9.0
- Duende.IdentityModel (>= 8.0.0)
- Microsoft.Extensions.Caching.Hybrid (>= 10.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Duende.AspNetCore.Authentication.OAuth2Introspection:
| Package | Downloads |
|---|---|
|
Aguacongas.TheIdServer
OpenID/Connect , OAuth and WS-Federation server base on Duende IdentityServer. |
|
|
Indice.AspNetCore.Builder
Package Description |
|
|
Euonia.Hosting
Euonia development framework and toolkit library for .NET application/service. Powered by Nerosoft. |
|
|
ZitadelSDK
Community version of Zitadel SDK for .NET |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.0.0 | 5,943 | 12/1/2025 |
| 7.0.0-rc.1 | 301 | 11/11/2025 |
| 7.0.0-preview.2 | 213 | 10/16/2025 |
| 7.0.0-preview.1 | 130 | 10/15/2025 |
| 6.3.0 | 43,964 | 8/4/2025 |