VOOZH about

URL: https://www.nuget.org/packages/Soenneker.ApplicationInsights.Correlator.Jwt/

⇱ NuGet Gallery | Soenneker.ApplicationInsights.Correlator.Jwt 4.0.750




👁 Image
Soenneker.ApplicationInsights.Correlator.Jwt 4.0.750

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

👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image

👁 alternate text is missing from this package README image
Soenneker.ApplicationInsights.Correlator.Jwt

A telemetry initializer that adds a request's authorization header

Installation

dotnet add package Soenneker.ApplicationInsights.Correlator.Jwt

Usage

1. Add the following to your Startup.cs file

public void ConfigureServices(IServiceCollection services)
{
 services.AddJwtTelemetryCorrelatorAsSingleton();
}

That's it!

If requests are made with the request headerAuthorization, and have the scheme bearer <token>, Jwt will be visible on the individual requests in Application Insights.

Product Versions Compatible and additional computed target framework versions.
.NET 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 (1)

Showing the top 1 NuGet packages that depend on Soenneker.ApplicationInsights.Correlator.Jwt:

Package Downloads
Soenneker.Extensions.ServiceCollection.ApplicationInsights

A collection of helpful IServiceCollection extension methods involving Application Insights

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.750 500 6/5/2026
4.0.749 97 6/5/2026
4.0.748 734 5/2/2026
4.0.747 286 4/22/2026
4.0.745 335 3/12/2026
4.0.744 131 3/12/2026
4.0.743 146 3/12/2026
4.0.742 149 3/12/2026
4.0.741 188 3/10/2026
4.0.740 183 3/9/2026
4.0.739 115 3/9/2026
4.0.738 132 3/9/2026
4.0.737 399 3/4/2026
4.0.736 328 2/5/2026
4.0.735 479 1/2/2026
4.0.734 722 11/20/2025
4.0.733 589 11/6/2025
4.0.732 302 10/29/2025
3.0.731 430 9/3/2025
3.0.730 361 8/11/2025
Loading failed

renovate update.