Soenneker.Kiota.GenericAuthenticationProvider
4.0.43
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Kiota.GenericAuthenticationProvider --version 4.0.43
NuGet\Install-Package Soenneker.Kiota.GenericAuthenticationProvider -Version 4.0.43
<PackageReference Include="Soenneker.Kiota.GenericAuthenticationProvider" Version="4.0.43" />
<PackageVersion Include="Soenneker.Kiota.GenericAuthenticationProvider" Version="4.0.43" />
<PackageReference Include="Soenneker.Kiota.GenericAuthenticationProvider" />
paket add Soenneker.Kiota.GenericAuthenticationProvider --version 4.0.43
#r "nuget: Soenneker.Kiota.GenericAuthenticationProvider, 4.0.43"
#:package Soenneker.Kiota.GenericAuthenticationProvider@4.0.43
#addin nuget:?package=Soenneker.Kiota.GenericAuthenticationProvider&version=4.0.43
#tool nuget:?package=Soenneker.Kiota.GenericAuthenticationProvider&version=4.0.43
Soenneker.Kiota.GenericAuthenticationProvider
A Kiota authentication provider for custom credential headers, optional companion headers, and host restrictions.
Install
dotnet add package Soenneker.Kiota.GenericAuthenticationProvider
Usage
using Microsoft.Kiota.Http.HttpClientLibrary;
using Soenneker.Kiota.GenericAuthenticationProvider;
var authentication = new GenericAuthenticationProvider(
headerName: "X-Api-Key",
headerValue: apiKey,
additionalHeaders: new Dictionary<string, string>
{
["Api-Version"] = "2026-01-01"
},
allowedHosts: new[] { "api.example.com" });
var adapter = new HttpClientRequestAdapter(
authentication,
httpClient: httpClient);
Host names do not include a scheme or path. On an allowed HTTPS request, the provider replaces the configured credential header and companion headers with the configured values. On an off-host request, it removes those headers so a reused RequestInformation or Kiota raw-URL call cannot carry credentials elsewhere.
Always supply allowedHosts when the API host is known. For compatibility, omitting it pins the provider to the first HTTPS host it authenticates; later hosts receive no credential headers. An explicit allowlist is safer because it also protects the first request.
Plain HTTP is rejected by default. Set allowInsecureHttp: true only for a controlled local endpoint. The provider snapshots additionalHeaders during construction, so later dictionary changes do not alter live authentication behavior.
| Product | Versions 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. |
-
net10.0
- Microsoft.Kiota.Abstractions (>= 2.1.1)
NuGet packages (20)
Showing the top 5 NuGet packages that depend on Soenneker.Kiota.GenericAuthenticationProvider:
| Package | Downloads |
|---|---|
|
Soenneker.TrustedForm.Certificates.ClientUtil
Provides lazily initialized, authenticated access to the TrustedForm Certificate API v4 client. |
|
|
Soenneker.Calendly.OpenApiClientUtil
A thread-safe utility for obtaining Calendly's OpenApiClient singleton. |
|
|
Soenneker.Asana.OpenApiClientUtil
A thread-safe utility for obtaining Asana's OpenApiClient singleton. |
|
|
Soenneker.Bandwidth.OpenApiClientUtil
A thread-safe utility for obtaining Bandwidth's OpenApiClient singleton. |
|
|
Soenneker.Twilio.OpenApiClientUtil
Provides an authenticated, cached Twilio OpenAPI client |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.46 | 457 | 9/15/2026 |
| 4.0.45 | 2,045 | 9/12/2026 |
| 4.0.44 | 1,892 | 9/8/2026 |
| 4.0.43 | 2,798 | 9/4/2026 |
| 4.0.42 | 1,924 | 9/3/2026 |
| 4.0.41 | 3,166 | 8/30/2026 |
| 4.0.40 | 4,057 | 8/29/2026 |
| 4.0.39 | 119 | 8/29/2026 |
| 4.0.38 | 44,377 | 7/28/2026 |
| 4.0.37 | 6,385 | 7/21/2026 |
| 4.0.36 | 14,594 | 7/16/2026 |
| 4.0.35 | 27,097 | 6/18/2026 |
| 4.0.34 | 21,104 | 6/5/2026 |
| 4.0.33 | 145 | 6/5/2026 |
| 4.0.32 | 17,547 | 5/7/2026 |
| 4.0.31 | 1,880 | 5/6/2026 |
| 4.0.30 | 14,021 | 4/22/2026 |
| 4.0.29 | 12,730 | 3/20/2026 |
| 4.0.28 | 623 | 3/12/2026 |
| 4.0.27 | 126 | 3/12/2026 |
Updated Microsoft.Kiota.Abstractions to 2.1.1