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
Dis.Common.Authorization
Package Description
64
Dis.Common.Authorization
Package Description
79
Dis.Common.Authorization
Package Description
6,898
Dis.Common.Authorization
Package Description
10,569
Dis.Common.Authorization
Package Description
20,953
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
49
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
54
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. 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.
49
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. 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.
55
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. 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.
61
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.
50
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.
51
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.
53
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.
54
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.
64
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.
75
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. This package was built from the source at: https://github.com/aspnet/Universe/tree/1016eae4004686f7fdad13f5c329f63bbae1f3a1
62
TNE.Common
Package Description
10,355
TNE.Core.Auth
Package Description
2,080

Version Downloads Last updated
9.0.1 2 01/17/2025
9.0.0 6 11/14/2024
9.0.0-rc.2.24474.3 11 10/08/2024
9.0.0-rc.1.24452.1 12 09/15/2024
9.0.0-preview.7.24406.2 11 08/13/2024
9.0.0-preview.6.24328.4 15 07/10/2024
9.0.0-preview.5.24306.11 17 06/13/2024
9.0.0-preview.4.24267.6 18 05/22/2024
9.0.0-preview.3.24172.13 17 04/20/2024
9.0.0-preview.2.24128.4 16 03/13/2024
9.0.0-preview.1.24081.5 16 02/25/2024
8.0.12 2 01/17/2025
8.0.11 12 11/14/2024
8.0.10 8 10/08/2024
8.0.8 9 08/13/2024
8.0.7 10 07/10/2024
8.0.6 10 06/04/2024
8.0.5 12 05/22/2024
8.0.4 11 04/20/2024
8.0.3 19 03/13/2024
8.0.2 8 02/25/2024
8.0.1 15 01/31/2024
8.0.0 21 11/16/2023
8.0.0-rc.2.23480.2 22 10/19/2023
8.0.0-rc.1.23421.29 23 09/22/2023
8.0.0-preview.7.23375.9 28 09/10/2023
8.0.0-preview.6.23329.11 27 09/11/2023
8.0.0-preview.5.23302.2 22 06/17/2023
8.0.0-preview.4.23260.4 14 06/12/2023
8.0.0-preview.3.23177.8 24 06/17/2023
8.0.0-preview.2.23153.2 28 03/29/2023
8.0.0-preview.1.23112.2 20 03/29/2023
7.0.20 11 06/04/2024
7.0.19 17 05/22/2024
7.0.18 15 04/20/2024
7.0.17 14 03/13/2024
7.0.16 14 02/25/2024
7.0.15 21 01/31/2024
7.0.14 23 11/22/2023
7.0.13 21 10/25/2023
7.0.12 10 10/19/2023
7.0.11 23 09/19/2023
7.0.10 24 09/27/2023
7.0.9 21 09/25/2023
7.0.8 22 09/12/2023
7.0.7 24 06/17/2023
7.0.5 21 06/17/2023
7.0.4 27 03/29/2023
7.0.3 25 03/29/2023
7.0.2 34 03/29/2023
7.0.1 17 01/08/2023
7.0.0 29 01/08/2023
7.0.0-rc.2.22476.2 24 10/19/2022
7.0.0-rc.1.22427.2 27 09/22/2022
7.0.0-preview.7.22376.6 28 09/23/2022
7.0.0-preview.6.22330.3 22 09/23/2022
7.0.0-preview.5.22303.8 25 09/24/2022
7.0.0-preview.4.22251.1 27 09/25/2022
7.0.0-preview.3.22178.4 22 06/27/2022
7.0.0-preview.2.22153.2 37 07/03/2022
7.0.0-preview.1.22109.13 24 09/23/2022
6.0.36 10 11/14/2024
6.0.35 9 10/09/2024
6.0.33 10 08/13/2024
6.0.32 10 07/11/2024
6.0.31 8 06/04/2024
6.0.30 13 05/22/2024
6.0.29 20 04/20/2024
6.0.28 18 03/13/2024
6.0.27 19 02/26/2024
6.0.26 13 01/31/2024
6.0.25 18 11/17/2023
6.0.24 14 10/25/2023
6.0.23 19 10/19/2023
6.0.22 25 09/22/2023
6.0.21 28 09/26/2023
6.0.20 21 09/24/2023
6.0.19 25 09/17/2023
6.0.18 29 06/17/2023
6.0.16 21 06/17/2023
6.0.15 15 03/29/2023
6.0.14 24 03/29/2023
6.0.13 19 03/29/2023
6.0.12 21 01/08/2023
6.0.11 24 01/08/2023
6.0.10 23,084 10/14/2022
6.0.9 1,402 09/21/2022
6.0.8 27 09/24/2022
6.0.7 26 09/21/2022
6.0.6 34 09/22/2022
6.0.5 28 09/21/2022
6.0.4 34 06/30/2022
6.0.3 26 09/21/2022
6.0.2 31 06/27/2022
6.0.1 28 07/02/2022
6.0.0 31 06/28/2022
6.0.0-rc.2.21480.10 24 09/22/2022
6.0.0-rc.1.21452.15 23 09/25/2022
6.0.0-preview.7.21378.6 29 09/21/2022
6.0.0-preview.6.21355.2 24 09/24/2022
6.0.0-preview.5.21301.17 24 09/25/2022
6.0.0-preview.4.21253.5 28 09/24/2022
6.0.0-preview.3.21201.13 26 09/22/2022
6.0.0-preview.2.21154.6 38 06/28/2022
6.0.0-preview.1.21103.6 29 07/01/2022
5.0.17 28 09/22/2022
5.0.16 34 07/28/2022
5.0.15 28 09/24/2022
5.0.14 38 07/01/2022
5.0.13 22 09/22/2022
5.0.12 23 07/02/2022
5.0.11 9,083 06/27/2022
5.0.10 36 09/23/2022
5.0.9 23 06/27/2022
5.0.8 23 07/08/2022
5.0.7 28 10/19/2022
5.0.6 22 07/18/2022
5.0.5 30 09/25/2022
5.0.4 18 09/27/2022
5.0.3 25 10/19/2022
5.0.2 25 07/29/2022
5.0.1 24 09/22/2022
5.0.0 20 09/23/2022
5.0.0-rc.2.20475.17 23 10/19/2022
5.0.0-rc.1.20451.17 31 07/16/2022
5.0.0-preview.8.20414.8 27 09/24/2022
5.0.0-preview.7.20365.19 30 09/22/2022
5.0.0-preview.6.20312.15 30 09/22/2022
5.0.0-preview.5.20279.2 23 09/23/2022
5.0.0-preview.4.20257.10 33 09/23/2022
5.0.0-preview.3.20215.14 26 09/23/2022
5.0.0-preview.2.20167.3 29 09/22/2022
5.0.0-preview.1.20124.5 30 09/23/2022
3.1.32 22 01/08/2023
3.1.31 22 01/08/2023
3.1.30 25 10/19/2022
3.1.29 26 09/22/2022
3.1.28 20 09/21/2022
3.1.27 25 09/21/2022
3.1.26 24 09/21/2022
3.1.25 26 09/22/2022
3.1.24 36 07/02/2022
3.1.23 42 07/11/2022
3.1.22 31 09/21/2022
3.1.21 22 09/23/2022
3.1.20 29 08/01/2022
3.1.19 23 07/29/2022
3.1.18 26 10/20/2022
3.1.17 33 07/02/2022
3.1.16 25 09/23/2022
3.1.15 23 10/20/2022
3.1.14 24 07/01/2022
3.1.13 29 07/06/2022
3.1.12 26 09/21/2022
3.1.11 24 09/23/2022
3.1.10 38 07/08/2022
3.1.9 25 07/02/2022
3.1.8 21 09/24/2022
3.1.7 26 09/25/2022
3.1.6 36 09/21/2022
3.1.5 10,345 06/27/2022
3.1.4 31 07/12/2022
3.1.3 32 07/02/2022
3.1.2 29 10/20/2022
3.1.1 24 09/15/2022
3.1.0 26 08/19/2022
3.1.0-preview3.19555.2 32 09/23/2022
3.1.0-preview2.19528.8 26 09/18/2022
3.1.0-preview1.19508.20 26 09/24/2022
3.0.3 39 06/28/2022
3.0.2 27 07/09/2022
3.0.0 28 09/26/2022
3.0.0-rc1.19457.4 23 09/23/2022
3.0.0-preview9.19424.4 32 07/01/2022
3.0.0-preview8.19405.7 31 06/28/2022
3.0.0-preview7.19365.7 25 09/24/2022
3.0.0-preview6.19307.2 30 07/25/2022
3.0.0-preview5-19227-01 27 09/25/2022
3.0.0-preview4-19216-03 26 09/23/2022
3.0.0-preview3-19153-02 26 09/24/2022
3.0.0-preview-19075-0444 27 07/11/2022
2.3.0 2 01/17/2025
2.2.0 31 08/04/2022
2.2.0-preview3-35497 31 09/25/2022
2.2.0-preview2-35157 27 09/21/2022
2.2.0-preview1-35029 32 09/25/2022
2.1.30 36 07/08/2022
2.1.2 29 07/18/2022
2.1.1 31 06/30/2022
2.1.0 26 07/11/2022
2.1.0-rc1-final 34 09/21/2022
2.1.0-preview2-final 31 10/20/2022
2.1.0-preview1-final 36 09/21/2022
2.0.4 25 07/13/2022
2.0.3 26 09/22/2022
2.0.1 27 09/23/2022
2.0.0 27 10/20/2022
2.0.0-preview2-final 32 09/21/2022
2.0.0-preview1-final 28 09/22/2022
1.1.3 34 07/13/2022
1.1.2 22 10/20/2022
1.1.1 33 07/13/2022
1.1.0 30 07/08/2022
1.1.0-preview1-final 29 10/20/2022
1.0.5 26 06/28/2022
1.0.4 22 10/20/2022
1.0.3 25 09/21/2022
1.0.2 29 09/22/2022
1.0.1 14 09/21/2022
1.0.0 28 10/19/2022
1.0.0-rc2-final 26 09/22/2022