Soenneker.ApplicationInsights.Correlator.Jwt 4.0.751

Prefix Reserved
dotnet add package Soenneker.ApplicationInsights.Correlator.Jwt --version 4.0.751
 
NuGet\Install-Package Soenneker.ApplicationInsights.Correlator.Jwt -Version 4.0.751
 
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.751" />
 
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.751" />
 
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.751
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.ApplicationInsights.Correlator.Jwt, 4.0.751"
 
#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.751
 
#: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.751
 
Install as a Cake Addin
#tool nuget:?package=Soenneker.ApplicationInsights.Correlator.Jwt&version=4.0.751
 
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 Compatible and additional computed target framework versions.
.NET 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.
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.751 367 6/18/2026
4.0.750 608 6/5/2026
4.0.749 103 6/5/2026
4.0.748 737 5/2/2026
4.0.747 291 4/22/2026
4.0.745 336 3/12/2026
4.0.744 133 3/12/2026
4.0.743 150 3/12/2026
4.0.742 150 3/12/2026
4.0.741 191 3/10/2026
4.0.740 184 3/9/2026
4.0.739 116 3/9/2026
4.0.738 133 3/9/2026
4.0.737 401 3/4/2026
4.0.736 330 2/5/2026
4.0.735 482 1/2/2026
4.0.734 724 11/20/2025
4.0.733 590 11/6/2025
4.0.732 304 10/29/2025
3.0.731 432 9/3/2025
Loading failed

Update actions/checkout action to v7 (#1202)