Microsoft.AspNetCore.Authentication.JwtBearer 10.0.0-preview.2.25164.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
Furion.Extras.Authentication.JwtBearer
Furion Jwt 授权验证拓展插件。
18
Furion.Extras.Authentication.JwtBearer
Furion Jwt 授权验证拓展插件。
20
IdentityServer4.AccessTokenValidation
ASP.NET Core authentication handler to validate JWT and reference tokens from IdentityServer4
22
IdentityServer4.AccessTokenValidation
ASP.NET Core middleware to validate JWT and reference tokens from IdentityServer4
19
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.
18
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/331b52b370cd4e7fe2919d4d4cda27412e2ab1cc
20
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/440dadc05b2bed38e6a726c2492db90e77d43c62
19
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/4d0b3722384bfec7d4c210674df9b7bf1e59da90
19
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/564969bca155b40432d101ec35f24a0e81e6afa0
19
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/5a007deadbb2636caff4656333cafc818b6b2ef6
19
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/98a853b20131fd59b37076dd3699d8c7f62b24cb
19
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/b92c9f50f0333ea661785ba849f303cde6a93844
22
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
19
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.
19
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.
28
Microsoft.Identity.Web.TokenAcquisition
Implementation for higher level API for confidential client applications (ASP.NET Core and SDK/.NET).
22
Volo.Abp.AspNetCore.Authentication.JwtBearer
Package Description
20
Volo.Abp.AspNetCore.Authentication.JwtBearer
Package Description
25

Version Downloads Last updated
10.0.0-preview.2.25164.1 2 03/22/2025
10.0.0-preview.1.25120.3 4 03/09/2025
9.0.3 3 03/18/2025
9.0.2 4 02/21/2025
9.0.1 6 01/17/2025
9.0.0 12 11/14/2024
9.0.0-rc.2.24474.3 8 11/28/2024
9.0.0-rc.1.24452.1 10 12/03/2024
9.0.0-preview.7.24406.2 11 11/23/2024
9.0.0-preview.6.24328.4 8 11/23/2024
9.0.0-preview.5.24306.11 10 12/02/2024
9.0.0-preview.4.24267.6 17 05/25/2024
9.0.0-preview.3.24172.13 14 05/10/2024
9.0.0-preview.2.24128.4 14 04/23/2024
9.0.0-preview.1.24081.5 17 04/24/2024
8.0.14 3 03/18/2025
8.0.13 4 02/18/2025
8.0.12 6 01/17/2025
8.0.11 10 11/14/2024
8.0.10 13 11/04/2024
8.0.8 8 12/02/2024
8.0.7 9 11/29/2024
8.0.6 11 11/29/2024
8.0.5 11 05/31/2024
8.0.4 16 05/03/2024
8.0.3 10 05/10/2024
8.0.2 12 04/29/2024
8.0.1 13 05/31/2024
8.0.0 17 12/18/2023
8.0.0-rc.2.23480.2 16 05/07/2024
8.0.0-rc.1.23421.29 14 05/16/2024
8.0.0-preview.7.23375.9 9 05/31/2024
8.0.0-preview.6.23329.11 11 05/31/2024
8.0.0-preview.5.23302.2 11 05/31/2024
8.0.0-preview.4.23260.4 11 05/10/2024
8.0.0-preview.3.23177.8 12 04/23/2023
8.0.0-preview.2.23153.2 14 05/31/2024
8.0.0-preview.1.23112.2 9 04/22/2024
7.0.20 10 11/18/2024
7.0.19 16 05/14/2024
7.0.18 17 04/24/2024
7.0.17 13 05/10/2024
7.0.16 12 05/05/2024
7.0.15 12 05/06/2024
7.0.14 16 05/10/2024
7.0.13 15 05/31/2024
7.0.12 16 05/08/2024
7.0.11 18 05/02/2024
7.0.10 16 05/10/2024
7.0.9 13 05/31/2024
7.0.8 13 05/20/2024
7.0.7 14 12/18/2023
7.0.5 12 05/31/2024
7.0.4 11 05/06/2024
7.0.3 13 07/13/2023
7.0.2 12 05/07/2024
7.0.1 17 04/26/2024
7.0.0 14 05/31/2024
7.0.0-rc.2.22476.2 12 05/31/2024
7.0.0-rc.1.22427.2 11 05/31/2024
7.0.0-preview.7.22376.6 9 11/23/2024
7.0.0-preview.6.22330.3 12 05/31/2024
7.0.0-preview.5.22303.8 14 05/31/2024
7.0.0-preview.4.22251.1 15 05/25/2024
6.0.36 12 11/18/2024
6.0.35 13 11/14/2024
6.0.33 9 12/01/2024
6.0.32 10 12/05/2024
6.0.31 9 12/03/2024
6.0.30 13 05/14/2024
6.0.29 15 05/10/2024
6.0.28 12 05/07/2024
6.0.27 13 05/10/2024
6.0.26 10 05/31/2024
6.0.25 13 05/10/2024
6.0.24 13 05/01/2024
6.0.23 17 05/03/2024
6.0.22 14 05/02/2024
6.0.21 15 05/10/2024
6.0.20 10 12/02/2024
6.0.19 14 05/16/2024
6.0.18 12 04/24/2024
6.0.16 12 05/01/2024
6.0.15 9 12/03/2024
6.0.14 15 05/31/2024
6.0.13 15 05/03/2024
6.0.12 25 05/07/2023
6.0.11 12 05/05/2024
6.0.10 13 05/01/2024
6.0.9 15 05/06/2024
6.0.8 11 04/26/2024
6.0.7 14 05/31/2024
6.0.6 20 03/22/2023
6.0.5 12 05/31/2024
6.0.0-preview.6.21355.2 13 05/25/2024
5.0.17 12 07/13/2023
5.0.12 16 05/10/2022
5.0.9 10 04/23/2024
5.0.0-rc.1.20451.17 14 05/25/2024
3.1.32 17 04/23/2023
3.1.31 12 05/31/2024
3.1.30 11 10/25/2022
3.1.29 15 04/22/2024
3.1.28 14 05/07/2024
3.1.27 16 05/18/2024
3.1.26 13 04/23/2024
3.1.25 14 05/25/2024
3.1.8 10 05/31/2024
3.1.0 16 05/05/2024
3.0.0 15 02/04/2024
3.0.0-rc1.19457.4 11 05/31/2024
2.3.0 5 01/28/2025
2.1.2 19 05/10/2022
2.0.0-preview2-final 12 05/10/2024
1.0.5 11 05/14/2024