Microsoft.AspNetCore.Authentication.Facebook 10.0.0-rc.2.25502.107

About

Microsoft.AspNetCore.Authentication.Facebook provides ASP.NET Core middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.

How to Use

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

Installation

dotnet add package Microsoft.AspNetCore.Authentication.Facebook

Configuration

  1. Refer to the guide in the official documentation here to create the app in Facebook.
  2. Follow the steps in the official documentation here to store the Facebook app ID and secret.
  3. Configure the middleware your ASP.NET Core app's Program.cs:
var builder = WebApplication.CreateBuilder(args);

builder.Services.AddAuthentication()
    .AddFacebook(options =>
    {
        options.AppId = Configuration["Authentication:Facebook:AppId"];
        options.AppSecret = Configuration["Authentication:Facebook:AppSecret"];
    });

Main Types

The main types provided by this package are:

  • FacebookOptions: Represents the options for configuring Facebook authentication
  • FacebookHandler: The authentication handler responsible for processing Facebook authentication requests and generating the appropriate authentication ticket

Additional Documentation

For additional documentation and examples, refer to the official documentation on Facebook login setup in ASP.NET Core.

Feedback & Contributing

Microsoft.AspNetCore.Authentication.Facebook 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.Facebook.

Packages Downloads
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.
68
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.
65
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
63
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.
63
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.
62
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
61
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
60
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. This package was built from the source at: https://github.com/aspnet/Universe/tree/244e037a222a7cd0a17feafb7f3a625fde40de97
60
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
59
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.
59
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.
57

.NET 10.0

  • No dependencies.

Version Downloads Last updated
10.0.0 8 11/13/2025
10.0.0-rc.2.25502.107 8 10/17/2025
10.0.0-rc.1.25451.107 16 09/12/2025
10.0.0-preview.7.25380.108 13 08/15/2025
10.0.0-preview.6.25358.103 11 07/16/2025
10.0.0-preview.5.25277.114 13 06/12/2025
10.0.0-preview.4.25258.110 25 05/13/2025
10.0.0-preview.3.25172.1 22 04/12/2025
10.0.0-preview.2.25164.1 26 03/20/2025
10.0.0-preview.1.25120.3 29 02/26/2025
9.0.11 5 11/13/2025
9.0.10 8 10/17/2025
9.0.9 12 09/13/2025
9.0.8 10 08/10/2025
9.0.7 12 07/13/2025
9.0.6 15 06/14/2025
9.0.5 23 05/17/2025
9.0.4 21 04/12/2025
9.0.3 23 03/13/2025
9.0.2 33 02/13/2025
9.0.1 29 01/19/2025
9.0.0 35 11/13/2024
9.0.0-rc.2.24474.3 34 10/22/2024
9.0.0-rc.1.24452.1 45 09/11/2024
9.0.0-preview.7.24406.2 34 08/13/2024
9.0.0-preview.6.24328.4 46 07/22/2024
9.0.0-preview.5.24306.11 50 06/12/2024
9.0.0-preview.4.24267.6 50 05/23/2024
9.0.0-preview.3.24172.13 61 04/12/2024
9.0.0-preview.2.24128.4 50 03/23/2024
9.0.0-preview.1.24081.5 49 03/07/2024
8.0.22 6 11/16/2025
8.0.21 8 10/17/2025
8.0.20 11 09/13/2025
8.0.19 13 08/10/2025
8.0.18 14 07/12/2025
8.0.17 19 06/13/2025
8.0.16 22 05/17/2025
8.0.15 24 04/12/2025
8.0.14 28 03/13/2025
8.0.13 29 02/21/2025
8.0.12 32 01/20/2025
8.0.11 38 11/13/2024
8.0.10 39 10/11/2024
8.0.8 40 08/13/2024
8.0.7 57 07/22/2024
8.0.6 53 06/01/2024
8.0.5 52 05/14/2024
8.0.4 56 04/10/2024
8.0.3 45 03/23/2024
8.0.2 50 03/07/2024
8.0.1 58 01/15/2024
8.0.0 60 11/17/2023
8.0.0-rc.2.23480.2 61 10/21/2023
8.0.0-rc.1.23421.29 68 09/14/2023
8.0.0-preview.7.23375.9 59 08/26/2023
8.0.0-preview.6.23329.11 60 07/20/2023
8.0.0-preview.5.23302.2 64 07/25/2023
8.0.0-preview.4.23260.4 69 06/29/2023
8.0.0-preview.3.23177.8 64 07/25/2023
8.0.0-preview.2.23153.2 67 07/22/2023
8.0.0-preview.1.23112.2 60 07/23/2023
7.0.20 44 06/01/2024
7.0.19 52 05/14/2024
7.0.18 54 04/10/2024
7.0.17 53 03/23/2024
7.0.16 55 03/07/2024
7.0.15 50 01/15/2024
7.0.14 56 11/16/2023
7.0.13 64 10/29/2023
7.0.12 55 10/21/2023
7.0.11 59 09/14/2023
7.0.10 64 08/24/2023
7.0.9 60 08/02/2023
7.0.8 58 07/24/2023
7.0.7 68 08/05/2023
7.0.5 55 08/06/2023
7.0.4 59 07/25/2023
7.0.3 58 07/20/2023
7.0.2 59 08/08/2023
7.0.1 60 08/15/2023
7.0.0 65 07/26/2023
7.0.0-rc.2.22476.2 61 06/20/2023
7.0.0-rc.1.22427.2 64 07/23/2023
7.0.0-preview.7.22376.6 56 07/23/2023
7.0.0-preview.6.22330.3 59 07/20/2023
7.0.0-preview.5.22303.8 57 07/19/2023
7.0.0-preview.4.22251.1 64 07/19/2023
7.0.0-preview.3.22178.4 60 07/23/2023
7.0.0-preview.2.22153.2 59 07/23/2023
7.0.0-preview.1.22109.13 67 07/26/2023
6.0.36 37 11/13/2024
6.0.35 38 10/09/2024
6.0.33 43 08/13/2024
6.0.32 50 07/22/2024
6.0.31 55 06/01/2024
6.0.30 58 05/14/2024
6.0.29 50 04/10/2024
6.0.28 47 03/23/2024
6.0.27 51 03/07/2024
6.0.26 54 01/15/2024
6.0.25 61 11/16/2023
6.0.24 65 10/29/2023
6.0.23 58 10/21/2023
6.0.22 61 09/14/2023
6.0.21 58 08/27/2023
6.0.20 66 07/24/2023
6.0.19 60 08/09/2023
6.0.18 56 08/09/2023
6.0.16 64 10/03/2023
6.0.15 56 07/25/2023
6.0.14 59 07/22/2023
6.0.13 59 08/09/2023
6.0.12 55 07/24/2023
6.0.11 57 07/19/2023
6.0.10 64 07/20/2023
6.0.9 62 07/18/2023
6.0.8 65 08/10/2023
6.0.7 61 07/17/2023
6.0.6 60 07/19/2023
6.0.5 56 07/22/2023
6.0.4 60 07/04/2023
6.0.3 59 08/19/2023
6.0.2 60 08/07/2023
6.0.1 59 08/10/2023
6.0.0 62 07/24/2023
6.0.0-rc.2.21480.10 69 07/24/2023
6.0.0-rc.1.21452.15 69 08/07/2023
6.0.0-preview.7.21378.6 58 07/18/2023
6.0.0-preview.6.21355.2 66 07/21/2023
6.0.0-preview.5.21301.17 54 07/19/2023
6.0.0-preview.4.21253.5 66 07/09/2023
6.0.0-preview.3.21201.13 60 07/23/2023
6.0.0-preview.2.21154.6 67 07/24/2023
6.0.0-preview.1.21103.6 59 11/21/2022
5.0.17 57 07/23/2023
5.0.16 60 07/08/2023
5.0.15 54 07/18/2023
5.0.14 55 12/04/2022
5.0.13 62 08/08/2023
5.0.12 62 07/20/2023
5.0.11 63 07/22/2023
5.0.10 59 07/22/2023
5.0.9 59 07/23/2023
5.0.8 61 08/09/2023
5.0.7 61 07/21/2023
5.0.6 53 08/04/2023
5.0.5 61 07/10/2023
5.0.4 58 07/25/2023
5.0.3 59 07/22/2023
5.0.2 65 06/17/2023
5.0.1 59 08/15/2023
5.0.0 64 07/24/2023
5.0.0-rc.2.20475.17 70 07/04/2023
5.0.0-rc.1.20451.17 60 07/21/2023
5.0.0-preview.8.20414.8 58 07/25/2023
5.0.0-preview.7.20365.19 58 08/05/2023
5.0.0-preview.6.20312.15 61 08/05/2023
5.0.0-preview.5.20279.2 67 07/23/2023
5.0.0-preview.4.20257.10 58 07/23/2023
5.0.0-preview.3.20215.14 60 07/23/2023
5.0.0-preview.2.20167.3 62 07/22/2023
5.0.0-preview.1.20124.5 57 07/25/2023
3.1.32 58 07/25/2023
3.1.31 55 07/23/2023
3.1.30 59 05/04/2023
3.1.29 49 07/19/2023
3.1.28 62 07/24/2023
3.1.27 69 07/19/2023
3.1.26 62 07/25/2023
3.1.25 61 08/06/2023
3.1.24 61 07/24/2023
3.1.23 59 07/17/2023
3.1.22 60 07/22/2023
3.1.21 56 07/07/2023
3.1.20 51 07/25/2023
3.1.19 63 08/04/2023
3.1.18 60 07/14/2023
3.1.17 56 08/07/2023
3.1.16 63 08/09/2023
3.1.15 52 07/23/2023
3.1.14 55 07/18/2023
3.1.13 55 08/07/2023
3.1.12 68 07/18/2023
3.1.11 57 07/21/2023
3.1.10 62 08/06/2023
3.1.9 65 07/06/2023
3.1.8 58 07/18/2023
3.1.7 55 08/20/2023
3.1.6 60 07/19/2023
3.1.5 62 07/25/2023
3.1.4 60 11/13/2022
3.1.3 59 07/24/2023
3.1.2 63 07/22/2023
3.1.1 61 07/19/2023
3.1.0 67 07/23/2023
3.1.0-preview3.19555.2 59 07/25/2023
3.1.0-preview2.19528.8 60 07/22/2023
3.1.0-preview1.19508.20 52 07/22/2023
3.0.3 64 10/06/2023
3.0.2 58 07/22/2023
3.0.0 58 12/06/2022
3.0.0-rc1.19457.4 68 07/23/2023
3.0.0-preview9.19424.4 61 07/23/2023
3.0.0-preview8.19405.7 61 07/23/2023
3.0.0-preview7.19365.7 63 07/09/2023
3.0.0-preview6.19307.2 66 07/23/2023
3.0.0-preview5-19227-01 62 08/22/2023
3.0.0-preview4-19216-03 65 07/19/2023
3.0.0-preview3-19153-02 61 06/04/2023
3.0.0-preview-19075-0444 68 07/23/2023
3.0.0-preview-18579-0056 68 07/10/2023
2.3.0 37 01/20/2025
2.2.0 60 07/05/2023
2.2.0-preview3-35497 63 07/23/2023
2.2.0-preview2-35157 59 07/20/2023
2.2.0-preview1-35029 60 07/20/2023
2.1.2 64 11/15/2022
2.1.1 65 06/07/2022
2.1.0 66 08/12/2023
2.1.0-rc1-final 61 07/04/2023
2.1.0-preview2-final 62 07/25/2023
2.1.0-preview1-final 63 07/23/2023
2.0.4 56 07/23/2023
2.0.3 65 07/23/2023
2.0.1 63 07/23/2023
2.0.0 77 11/22/2022
2.0.0-preview2-final 66 07/20/2023
2.0.0-preview1-final 65 07/18/2023
1.1.3 61 08/17/2023
1.1.2 62 07/25/2023
1.1.1 57 07/24/2023
1.1.0 56 07/22/2023
1.1.0-preview1-final 63 08/06/2023
1.0.5 60 07/23/2023
1.0.4 60 07/22/2023
1.0.3 56 07/22/2023
1.0.2 61 07/23/2023
1.0.1 55 07/19/2023
1.0.0 66 09/29/2023
1.0.0-rc2-final 57 09/27/2023