![]() |
VOOZH | about |
dotnet add package Duende.AspNetCore.Authentication.OAuth2Introspection --version 7.0.1
NuGet\Install-Package Duende.AspNetCore.Authentication.OAuth2Introspection -Version 7.0.1
<PackageReference Include="Duende.AspNetCore.Authentication.OAuth2Introspection" Version="7.0.1" />
<PackageVersion Include="Duende.AspNetCore.Authentication.OAuth2Introspection" Version="7.0.1" />Directory.Packages.props
<PackageReference Include="Duende.AspNetCore.Authentication.OAuth2Introspection" />Project file
paket add Duende.AspNetCore.Authentication.OAuth2Introspection --version 7.0.1
#r "nuget: Duende.AspNetCore.Authentication.OAuth2Introspection, 7.0.1"
#:package Duende.AspNetCore.Authentication.OAuth2Introspection@7.0.1
#addin nuget:?package=Duende.AspNetCore.Authentication.OAuth2Introspection&version=7.0.1Install as a Cake Addin
#tool nuget:?package=Duende.AspNetCore.Authentication.OAuth2Introspection&version=7.0.1Install as a Cake Tool
ASP.NET Core authentication handler for OAuth 2.0 token introspection.
https://tools.ietf.org/html/rfc7662
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";
});
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. |
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. |
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 |