Microsoft.AspNetCore.Authentication.JwtBearer 9.0.1

About

Microsoft.AspNetCore.Authentication.JwtBearer is a middleware component designed for ASP.NET Core applications. It facilitates JSON Web Token (JWT) authentication, enabling secure authentication for APIs and web services. This package allows you to validate JWT tokens issued by an authentication server, ensuring secure access to your application's resources.

Key Features

  • Seamless integration with ASP.NET Core applications.
  • Supports JSON Web Token (JWT) authentication.
  • Enables secure authentication for APIs and web services.
  • Flexible configuration options for token validation parameters.
  • Works with .NET Core 3.0 and newer, as well as .NET Standard 2.1.

How to Use

using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.IdentityModel.Tokens;
using System.Text;

public void ConfigureServices(IServiceCollection services)
{
    services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme)
        .AddJwtBearer(options =>
        {
            options.TokenValidationParameters = new TokenValidationParameters
            {
                ValidateIssuer = true,
                ValidateAudience = true,
                ValidateLifetime = true,
                ValidateIssuerSigningKey = true,
                ValidIssuer = "your_issuer",
                ValidAudience = "your_audience",
                IssuerSigningKey = new SymmetricSecurityKey(Encoding.UTF8.GetBytes("your_secret_key"))
            };
        });

    // Other configurations...
}

For more detailed configuration options and advanced scenarios, please refer to the blog JWT Validation and Authorization in ASP.NET Core.

Main Types

The main types provided by this library are:

  • JwtBearerDefaults: Contains default values for JWT Bearer authentication.
  • JwtBearerEvents: Events used to handle JWT Bearer authentication events.
  • JwtBearerHandler: Handles JWT Bearer authentication requests.
  • wtBearerOptions: Options for configuring JWT Bearer authentication.

Additional Documentation

Feedback & Contributing

Microsoft.AspNetCore.Authentication.JwtBearer is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on Microsoft.AspNetCore.Authentication.JwtBearer.

Packages Downloads
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
13
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
14
Microsoft.AspNetCore.Authentication.AzureAD.UI
ASP.NET Core Azure Active Directory Integration provides components for easily integrating Azure Active Directory authentication within your ASP.NET Core application. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc
13
Microsoft.AspNetCore.Authentication.AzureAD.UI
ASP.NET Core Azure Active Directory Integration provides components for easily integrating Azure Active Directory authentication within your ASP.NET Core application. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/c5f85986e62dabfc0b7f2f2a45dc7c22e8ac815f
13
Microsoft.AspNetCore.Authentication.AzureAD.UI
ASP.NET Core Azure Active Directory Integration provides components for easily integrating Azure Active Directory authentication within your ASP.NET Core application. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/e3187077455f953200e3c930430808a30f48b82e
13
Microsoft.AspNetCore.Authentication.AzureAD.UI
ASP.NET Core Azure Active Directory Integration provides components for easily integrating Azure Active Directory authentication within your ASP.NET Core application. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3eeb12e106b9e913c3a4dec1a7d16da7b74149eb
13
Microsoft.AspNetCore.Authentication.AzureAD.UI
ASP.NET Core Azure Active Directory Integration provides components for easily integrating Azure Active Directory authentication within your ASP.NET Core application. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/96103c264e5e8f0485d07018ba27b78cd8227dd2
14
Microsoft.AspNetCore.Authentication.AzureAD.UI
ASP.NET Core Azure Active Directory Integration provides components for easily integrating Azure Active Directory authentication within your ASP.NET Core application. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ab1f1c636afa3a6607f2d67bc387b586596d1d38
13
Microsoft.AspNetCore.Authentication.AzureAD.UI
ASP.NET Core Azure Active Directory Integration provides components for easily integrating Azure Active Directory authentication within your ASP.NET Core application. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c0ae1d179dba6f3acd0e55be55718c97c9028698
13
Microsoft.AspNetCore.Authentication.AzureAD.UI
ASP.NET Core Azure Active Directory Integration provides components for easily integrating Azure Active Directory authentication within your ASP.NET Core application. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d827c653b787c07de908240b7746ce34d3e6271e
13
Microsoft.Identity.Web
This package enables ASP.NET Core web apps and web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). This package is specifically used for web applications, which sign-in users, and protected web APIs, which optionally call downstream web APIs.
13
Microsoft.Identity.Web
This package enables ASP.NET Core Web apps and Web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). This package is specifically used for web applications, which sign-in users, and protected web APIs, which optionally call downstream web APIs.
15
Microsoft.Identity.Web
This package enables ASP.NET Core web apps and web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). This package is specifically used for web applications, which sign-in users, and protected web APIs, which optionally call downstream web APIs.
17

Version Downloads Last updated
10.0.0-preview.1.25120.3 0 25.02.2025
9.0.2 0 11.02.2025
9.0.1 5 22.01.2025
9.0.0 5 22.01.2025
9.0.0-rc.2.24474.3 7 19.10.2024
9.0.0-rc.1.24452.1 9 23.09.2024
9.0.0-preview.7.24406.2 10 23.09.2024
9.0.0-preview.6.24328.4 8 23.09.2024
9.0.0-preview.5.24306.11 9 23.09.2024
9.0.0-preview.4.24267.6 10 23.09.2024
9.0.0-preview.3.24172.13 2 22.01.2025
9.0.0-preview.2.24128.4 11 23.09.2024
9.0.0-preview.1.24081.5 11 23.09.2024
8.0.13 0 11.02.2025
8.0.12 5 22.01.2025
8.0.11 5 22.01.2025
8.0.10 2 22.01.2025
8.0.8 9 23.09.2024
8.0.7 10 20.07.2024
8.0.6 8 23.09.2024
8.0.5 10 23.09.2024
8.0.4 10 23.09.2024
8.0.3 8 23.09.2024
8.0.2 8 23.09.2024
8.0.1 8 23.09.2024
8.0.0 9 23.09.2024
8.0.0-rc.2.23480.2 10 23.09.2024
8.0.0-rc.1.23421.29 9 23.09.2024
8.0.0-preview.7.23375.9 8 23.09.2024
8.0.0-preview.6.23329.11 8 23.09.2024
8.0.0-preview.5.23302.2 8 23.09.2024
8.0.0-preview.4.23260.4 8 23.09.2024
8.0.0-preview.3.23177.8 8 23.09.2024
8.0.0-preview.2.23153.2 8 23.09.2024
8.0.0-preview.1.23112.2 10 23.09.2024
7.0.20 10 23.09.2024
7.0.19 9 23.09.2024
7.0.18 8 23.09.2024
7.0.17 8 23.09.2024
7.0.16 9 23.09.2024
7.0.15 0 09.01.2024
7.0.14 8 23.09.2024
7.0.13 8 23.09.2024
7.0.12 10 23.09.2024
7.0.11 8 23.09.2024
7.0.10 9 23.09.2024
7.0.9 2 22.01.2025
7.0.8 8 23.09.2024
7.0.7 10 23.09.2024
7.0.5 8 23.09.2024
7.0.4 13 13.03.2024
7.0.3 8 23.09.2024
7.0.2 2 22.01.2025
7.0.1 10 04.03.2024
7.0.0 9 28.02.2024
7.0.0-rc.2.22476.2 8 23.09.2024
7.0.0-rc.1.22427.2 8 23.09.2024
7.0.0-preview.7.22376.6 7 23.10.2024
7.0.0-preview.6.22330.3 9 23.09.2024
7.0.0-preview.5.22303.8 2 22.01.2025
7.0.0-preview.4.22251.1 10 23.09.2024
7.0.0-preview.3.22178.4 2 22.01.2025
7.0.0-preview.2.22153.2 10 23.09.2024
7.0.0-preview.1.22109.13 8 23.09.2024
6.0.36 5 22.01.2025
6.0.35 2 22.01.2025
6.0.33 10 23.09.2024
6.0.32 10 23.09.2024
6.0.31 7 23.10.2024
6.0.30 9 23.09.2024
6.0.29 9 23.09.2024
6.0.28 10 23.09.2024
6.0.27 8 23.09.2024
6.0.26 2 22.01.2025
6.0.25 9 23.09.2024
6.0.24 10 23.09.2024
6.0.23 10 23.09.2024
6.0.22 8 23.09.2024
6.0.21 8 23.09.2024
6.0.20 8 23.09.2024
6.0.19 8 23.09.2024
6.0.18 10 23.09.2024
6.0.16 8 23.09.2024
6.0.15 9 23.09.2024
6.0.14 9 23.09.2024
6.0.13 8 23.09.2024
6.0.12 10 06.05.2024
6.0.11 2 22.01.2025
6.0.10 8 23.09.2024
6.0.9 8 23.09.2024
6.0.8 11 23.09.2024
6.0.7 2 22.01.2025
6.0.6 8 23.09.2024
6.0.5 9 23.09.2024
6.0.4 8 23.09.2024
6.0.3 9 23.09.2024
6.0.2 2 22.01.2025
6.0.1 2 22.01.2025
6.0.0 10 23.09.2024
6.0.0-rc.2.21480.10 8 23.09.2024
6.0.0-rc.1.21452.15 10 23.09.2024
6.0.0-preview.7.21378.6 8 23.09.2024
6.0.0-preview.6.21355.2 8 23.09.2024
6.0.0-preview.5.21301.17 8 23.09.2024
6.0.0-preview.4.21253.5 8 23.09.2024
6.0.0-preview.3.21201.13 10 23.09.2024
6.0.0-preview.2.21154.6 8 23.09.2024
6.0.0-preview.1.21103.6 9 23.09.2024
5.0.17 10 23.09.2024
5.0.16 8 23.09.2024
5.0.15 9 23.09.2024
5.0.14 9 23.09.2024
5.0.13 2 22.01.2025
5.0.12 8 23.09.2024
5.0.11 10 23.09.2024
5.0.10 3 22.01.2025
5.0.9 2 22.01.2025
5.0.8 10 23.09.2024
5.0.7 10 23.09.2024
5.0.6 8 23.09.2024
5.0.5 10 23.09.2024
5.0.4 8 23.09.2024
5.0.3 8 23.09.2024
5.0.2 2 22.01.2025
5.0.1 10 23.09.2024
5.0.0 16 13.03.2024
5.0.0-rc.2.20475.17 8 23.09.2024
5.0.0-rc.1.20451.17 11 23.09.2024
5.0.0-preview.8.20414.8 9 23.09.2024
5.0.0-preview.7.20365.19 8 23.09.2024
5.0.0-preview.6.20312.15 8 23.09.2024
5.0.0-preview.5.20279.2 10 23.09.2024
5.0.0-preview.4.20257.10 10 23.09.2024
5.0.0-preview.3.20215.14 8 23.09.2024
5.0.0-preview.2.20167.3 2 22.01.2025
5.0.0-preview.1.20124.5 8 23.09.2024
3.1.32 8 23.09.2024
3.1.31 8 23.09.2024
3.1.30 9 23.09.2024
3.1.29 10 23.09.2024
3.1.28 10 23.09.2024
3.1.27 8 23.10.2024
3.1.26 8 23.09.2024
3.1.25 2 22.01.2025
3.1.24 10 23.09.2024
3.1.23 8 23.09.2024
3.1.22 2 22.01.2025
3.1.21 9 23.09.2024
3.1.20 9 23.09.2024
3.1.19 10 23.09.2024
3.1.18 8 23.09.2024
3.1.17 9 23.09.2024
3.1.16 8 23.09.2024
3.1.15 10 23.09.2024
3.1.14 8 23.09.2024
3.1.13 9 23.09.2024
3.1.12 8 23.09.2024
3.1.11 9 23.09.2024
3.1.10 2 22.01.2025
3.1.9 10 23.09.2024
3.1.8 9 23.09.2024
3.1.7 8 23.09.2024
3.1.6 8 23.09.2024
3.1.5 9 23.09.2024
3.1.4 9 23.09.2024
3.1.3 10 23.09.2024
3.1.2 10 23.09.2024
3.1.1 2 22.01.2025
3.1.0 10 23.09.2024
3.1.0-preview3.19555.2 9 23.09.2024
3.1.0-preview2.19528.8 9 23.09.2024
3.1.0-preview1.19508.20 10 23.10.2024
3.0.3 12 23.09.2024
3.0.2 8 23.09.2024
3.0.0 2 22.01.2025
3.0.0-rc1.19457.4 10 23.09.2024
3.0.0-preview9.19424.4 8 23.09.2024
3.0.0-preview8.19405.7 10 23.09.2024
3.0.0-preview7.19365.7 8 23.09.2024
3.0.0-preview6.19307.2 8 23.09.2024
3.0.0-preview5-19227-01 9 23.09.2024
3.0.0-preview4-19216-03 9 23.09.2024
3.0.0-preview3-19153-02 8 23.09.2024
3.0.0-preview-19075-0444 8 23.10.2024
2.3.0 5 22.01.2025
2.2.0 14 13.02.2024
2.2.0-preview3-35497 10 23.09.2024
2.2.0-preview2-35157 8 23.09.2024
2.2.0-preview1-35029 8 23.09.2024
2.1.30 2 22.01.2025
2.1.2 8 23.09.2024
2.1.1 2 22.01.2025
2.1.0 8 23.09.2024
2.1.0-rc1-final 2 22.01.2025
2.1.0-preview2-final 9 23.09.2024
2.1.0-preview1-final 8 23.09.2024
2.0.4 9 23.09.2024
2.0.3 2 22.01.2025
2.0.1 9 23.09.2024
2.0.0 9 23.09.2024
2.0.0-preview2-final 8 23.09.2024
2.0.0-preview1-final 16 23.09.2024
1.1.3 8 23.09.2024
1.1.2 9 23.09.2024
1.1.1 8 23.09.2024
1.1.0 9 23.09.2024
1.1.0-preview1-final 14 23.09.2024
1.0.5 8 23.09.2024
1.0.4 8 23.09.2024
1.0.3 8 23.09.2024
1.0.2 8 23.09.2024
1.0.1 9 23.09.2024
1.0.0 8 23.09.2024
1.0.0-rc2-final 8 23.09.2024