Microsoft.AspNetCore.Authentication.Negotiate 10.0.0-preview.5.25277.114

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.Authentication.Negotiate.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Authentication.Negotiate --version 10.0.0-preview.5.25277.114
                    
NuGet\Install-Package Microsoft.AspNetCore.Authentication.Negotiate -Version 10.0.0-preview.5.25277.114
                    
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="Microsoft.AspNetCore.Authentication.Negotiate" Version="10.0.0-preview.5.25277.114" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="10.0.0-preview.5.25277.114" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Authentication.Negotiate" />
                    
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 Microsoft.AspNetCore.Authentication.Negotiate --version 10.0.0-preview.5.25277.114
                    
#r "nuget: Microsoft.AspNetCore.Authentication.Negotiate, 10.0.0-preview.5.25277.114"
                    
#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 Microsoft.AspNetCore.Authentication.Negotiate@10.0.0-preview.5.25277.114
                    
#: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=Microsoft.AspNetCore.Authentication.Negotiate&version=10.0.0-preview.5.25277.114&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Authentication.Negotiate&version=10.0.0-preview.5.25277.114&prerelease
                    
Install as a Cake Tool

About

Microsoft.AspNetCore.Authentication.Negotiate contains an authentication handler used to authenticate requests using Windows Authentication (also known as Negotiate, Kerberos, or NTLM).

How to Use

To use Microsoft.AspNetCore.Authentication.Negotiate, follow these steps:

Installation

dotnet add package Microsoft.AspNetCore.Authentication.Negotiate

Configuration

To use the middleware, configure it in your ASP.NET Core app's Program.cs:

builder.Services.AddAuthentication(NegotiateDefaults.AuthenticationScheme)
   .AddNegotiate();

builder.Services.AddAuthorization();

var app = builder.Build();

Next, refer to the [official documentation](https://learn.microsoft.com/aspnet/core/security/authentication/windowsauth) for configuration details specific to your app's web server.

## Main Types

The main types provided by this package are:

* `NegotiateOptions`: Represents the options for configuring Negotiate Authentication handler behavior
* `NegotiateHandler`: The authentication handler responsible for processing Negotiate authentication requests and generating the appropriate authentication ticket

## Additional Documentation

For additional documentation and examples, refer to the [official documentation](https://learn.microsoft.com/aspnet/core/security/authentication/windowsauth) on Windows Authentication in ASP.NET Core.

## Feedback &amp; Contributing

`Microsoft.AspNetCore.Authentication.Negotiate` is released as open-source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/aspnetcore).
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 (24)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Authentication.Negotiate:

Package Downloads
Aguacongas.IdentityServer.Admin

Expose OData controllers to manage TheIdServer.

PeriaIT.DataModeler.DataService

Provides services to manage and frame the data service layer of Data Modeler. This layer is used to query a data context and provides data through endpoint methods.

Pipoburgos.SharedKernel.Api

C# DDD Distributed Services Layer

Gemstone.Security

GPA Gemstone Security Library

BizDoc.Core.DirectoryServices

DirectoryServices authentication for BizDoc

GitHub repositories (11)

Showing the top 11 popular GitHub repositories that depend on Microsoft.AspNetCore.Authentication.Negotiate:

Repository Stars
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
CoreWCF/CoreWCF
Main repository for the Core WCF project
webprofusion/certify
Professional ACME Client for Windows. Certificate Management UI, powered by Let's Encrypt and compatible with all ACME v2 CAs. Used by over 150,000 organisations. Remember to Star us! Download from certifytheweb.com
simpleidserver/SimpleIdServer
OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
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
dotnet/dotnet-monitor
This repository contains the source code for .NET Monitor - a tool that allows you to gather diagnostic data from running applications using HTTP endpoints
dotnet/systemweb-adapters
Universalis-FFXIV/Universalis
A crowdsourced market board API for FFXIV.
Nfactor26/pixel-identity
Bootstrapper for https://github.com/openiddict/openiddict-core and Asp.net Identity with a blazor based UI .
ardalis/WebApiBestPractices
Resources related to my Pluralsight course on this topic.
Version Downloads Last Updated
10.0.0-preview.7.25380.108 432 8/12/2025
10.0.0-preview.6.25358.103 598 7/15/2025
10.0.0-preview.5.25277.114 398 6/6/2025
10.0.0-preview.4.25258.110 941 5/12/2025
10.0.0-preview.3.25172.1 461 4/10/2025
10.0.0-preview.2.25164.1 379 3/18/2025
10.0.0-preview.1.25120.3 396 2/25/2025
9.0.8 63,106 8/5/2025
9.0.7 44,693 7/8/2025
9.0.6 74,919 6/10/2025
9.0.5 69,110 5/13/2025
9.0.4 121,805 4/8/2025
9.0.3 83,659 3/11/2025
9.0.2 84,834 2/11/2025
9.0.1 108,328 1/14/2025
9.0.0 144,797 11/12/2024
9.0.0-rc.2.24474.3 1,133 10/8/2024
9.0.0-rc.1.24452.1 649 9/10/2024
9.0.0-preview.7.24406.2 2,299 8/13/2024
9.0.0-preview.6.24328.4 352 7/9/2024
9.0.0-preview.5.24306.11 848 6/11/2024
9.0.0-preview.4.24267.6 367 5/21/2024
9.0.0-preview.3.24172.13 495 4/11/2024
9.0.0-preview.2.24128.4 394 3/12/2024
9.0.0-preview.1.24081.5 446 2/13/2024
8.0.19 46,941 8/4/2025
8.0.18 47,226 7/8/2025
8.0.17 60,080 6/10/2025
8.0.16 90,127 5/13/2025
8.0.15 148,804 4/8/2025
8.0.14 114,386 3/11/2025
8.0.13 128,652 2/11/2025
8.0.12 180,535 1/14/2025
8.0.11 346,398 11/12/2024
8.0.10 531,561 10/8/2024
8.0.8 475,088 8/13/2024
8.0.7 261,905 7/9/2024
8.0.6 299,682 5/28/2024
8.0.5 122,662 5/14/2024
8.0.4 236,605 4/9/2024
8.0.3 238,466 3/12/2024
8.0.2 431,395 2/13/2024
8.0.1 266,713 1/9/2024
8.0.0 371,826 11/14/2023
8.0.0-rc.2.23480.2 3,457 10/10/2023
8.0.0-rc.1.23421.29 2,459 9/12/2023
8.0.0-preview.7.23375.9 1,712 8/8/2023
8.0.0-preview.6.23329.11 886 7/11/2023
8.0.0-preview.5.23302.2 592 6/13/2023
8.0.0-preview.4.23260.4 542 5/16/2023
8.0.0-preview.3.23177.8 688 4/11/2023
8.0.0-preview.2.23153.2 1,014 3/14/2023
8.0.0-preview.1.23112.2 475 2/21/2023
7.0.20 35,734 5/28/2024
7.0.19 21,384 5/14/2024
7.0.18 23,187 4/9/2024
7.0.17 21,305 3/12/2024
7.0.16 30,907 2/13/2024
7.0.15 71,515 1/9/2024
7.0.14 76,973 11/14/2023
7.0.13 81,188 10/24/2023
7.0.12 63,473 10/10/2023
7.0.11 100,741 9/12/2023
7.0.10 129,654 8/8/2023
7.0.9 89,565 7/11/2023
7.0.8 102,955 6/22/2023
7.0.7 39,611 6/13/2023
7.0.5 246,926 4/11/2023
7.0.4 91,867 3/14/2023
7.0.3 88,257 2/14/2023
7.0.2 91,128 1/10/2023
7.0.1 73,050 12/13/2022
7.0.0 86,642 11/7/2022
7.0.0-rc.2.22476.2 3,820 10/11/2022
7.0.0-rc.1.22427.2 1,576 9/14/2022
7.0.0-preview.7.22376.6 1,066 8/9/2022
7.0.0-preview.6.22330.3 592 7/12/2022
7.0.0-preview.5.22303.8 836 6/14/2022
7.0.0-preview.4.22251.1 722 5/10/2022
7.0.0-preview.3.22178.4 511 4/13/2022
7.0.0-preview.2.22153.2 445 3/14/2022
7.0.0-preview.1.22109.13 464 2/17/2022
6.0.36 37,771 11/12/2024
6.0.35 26,605 10/8/2024
6.0.33 57,233 8/13/2024
6.0.32 29,017 7/9/2024
6.0.31 35,948 5/28/2024
6.0.30 27,895 5/14/2024
6.0.29 87,137 4/9/2024
6.0.28 54,016 3/12/2024
6.0.27 78,013 2/13/2024
6.0.26 66,090 1/9/2024
6.0.25 103,983 11/14/2023
6.0.24 74,388 10/24/2023
6.0.23 53,471 10/10/2023
6.0.22 73,090 9/12/2023
6.0.21 165,128 8/8/2023
6.0.20 104,373 7/11/2023
6.0.19 54,764 6/22/2023
6.0.18 45,438 6/13/2023
6.0.16 190,108 4/11/2023
6.0.15 117,203 3/14/2023
6.0.14 408,379 2/14/2023
6.0.13 247,997 1/10/2023
6.0.12 102,467 12/13/2022
6.0.11 229,246 11/7/2022
6.0.10 247,651 10/11/2022
6.0.9 235,825 9/13/2022
6.0.8 223,264 8/9/2022
6.0.7 218,237 7/12/2022
6.0.6 187,492 6/14/2022
6.0.5 234,276 5/10/2022
6.0.4 269,422 4/11/2022
6.0.3 196,508 3/8/2022
6.0.2 256,262 2/8/2022
6.0.1 223,494 12/14/2021
6.0.0 291,742 11/8/2021
6.0.0-rc.2.21480.10 3,194 10/12/2021
6.0.0-rc.1.21452.15 842 9/14/2021
6.0.0-preview.7.21378.6 889 8/10/2021
6.0.0-preview.6.21355.2 453 7/14/2021
6.0.0-preview.5.21301.17 414 6/15/2021
6.0.0-preview.4.21253.5 384 5/24/2021
6.0.0-preview.3.21201.13 432 4/8/2021
6.0.0-preview.2.21154.6 514 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 573 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 76,492 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 22,565 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 28,646 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 27,896 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 57,551 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 50,624 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 74,469 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 211,606 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 89,990 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 76,306 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 67,626 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 161,931 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 78,768 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 43,080 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 55,619 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 42,232 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 44,535 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 42,974 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 783 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 571 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 579 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 576 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 557 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 542 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 593 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.14 530 4/23/2020 5.0.0-preview.3.20215.14 is deprecated because it is no longer maintained.
5.0.0-preview.2.20167.3 565 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20124.5 557 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 32,411 12/13/2022
3.1.31 17,886 11/8/2022
3.1.30 21,198 10/11/2022
3.1.29 18,955 9/13/2022
3.1.28 19,916 8/9/2022
3.1.27 20,265 7/12/2022
3.1.26 18,919 6/14/2022
3.1.25 23,431 5/10/2022
3.1.24 22,106 4/11/2022
3.1.23 32,581 3/8/2022
3.1.22 51,358 12/14/2021
3.1.21 27,354 11/7/2021
3.1.20 22,793 10/11/2021
3.1.19 60,527 9/14/2021
3.1.18 47,411 8/10/2021
3.1.17 52,827 7/13/2021
3.1.16 41,385 6/8/2021
3.1.15 26,278 5/11/2021
3.1.14 49,795 4/6/2021
3.1.13 33,413 3/9/2021
3.1.12 65,750 2/9/2021
3.1.11 47,007 1/12/2021
3.1.10 79,125 11/9/2020
3.1.9 75,863 10/13/2020
3.1.8 104,995 9/8/2020
3.1.7 85,959 8/11/2020
3.1.6 56,658 7/14/2020
3.1.5 77,522 6/9/2020
3.1.4 95,104 5/12/2020
3.1.3 99,471 3/24/2020
3.1.2 47,177 2/18/2020
3.1.1 79,787 1/14/2020
3.1.0 48,055 12/3/2019
3.1.0-preview3.19555.2 572 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 559 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 577 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 19,679 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 25,816 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 358,911 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 630 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 685 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 684 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 656 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 1,692 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.