Microsoft.AspNetCore.Authentication.Facebook 10.0.0-preview.7.25380.108

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

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.

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.
  • net10.0

    • No dependencies.

NuGet packages (87)

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

Package 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.

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.

Abp.AspNetZeroCore.Web

Package Description

NanoCore

The project is inspired by years of tedious repetitions, continuously re-writing similar code-snippets and libraries, to handle common functionality, not related to the business domain, such as logging, data persistence, message queuing, documentation, validation and similar.

FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

GitHub repositories (34)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Authentication.Facebook:

Repository Stars
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
EduardoPires/EquinoxProject
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
simplcommerce/SimplCommerce
A simple, cross platform, modulith ecommerce system built on .NET
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 9 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 20, React 19, Vue 3.5, BFF with YARP, NextJs 15, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ..
aspnet/Identity
[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
grandnode/grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
ivaylokenov/MyTested.AspNetCore.Mvc
Fluent testing library for ASP.NET Core MVC.
fullstackproltd/AspNetCoreSpa
Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
xamarin/Essentials
Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
cloudscribe/cloudscribe
ASP.NET Core multi-tenant web application foundation with management for sites, users, roles, claims and more
grandnode/grandnode2
E-commerce platform built with ASP.NET Core using MongoDB for NoSQL storage
bitfoundation/bitplatform
Build all of your apps using what you already know and love ❤️
neozhu/CleanArchitectureWithBlazorServer
This is a repository for creating a Blazor Server dashboard application following the principles of Clean Architecture
mixcore/mix.core
🚀 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility.
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
Version Downloads Last Updated
10.0.0-rc.1.25451.107 165 9/9/2025
10.0.0-preview.7.25380.108 201 8/12/2025
10.0.0-preview.6.25358.103 210 7/15/2025
10.0.0-preview.5.25277.114 220 6/6/2025
10.0.0-preview.4.25258.110 335 5/12/2025
10.0.0-preview.3.25172.1 284 4/10/2025
10.0.0-preview.2.25164.1 42,007 3/18/2025
10.0.0-preview.1.25120.3 73,383 2/25/2025
9.0.9 4,314 9/9/2025
9.0.8 46,501 8/5/2025
9.0.7 36,590 7/8/2025
9.0.6 49,211 6/10/2025
9.0.5 46,595 5/13/2025
9.0.4 64,439 4/8/2025
9.0.3 62,647 3/11/2025
9.0.2 53,003 2/11/2025
9.0.1 120,674 1/14/2025
9.0.0 122,818 11/12/2024
9.0.0-rc.2.24474.3 3,329 10/8/2024
9.0.0-rc.1.24452.1 2,938 9/10/2024
9.0.0-preview.7.24406.2 1,009 8/13/2024
9.0.0-preview.6.24328.4 99,985 7/9/2024
9.0.0-preview.5.24306.11 347 6/11/2024
9.0.0-preview.4.24267.6 338 5/21/2024
9.0.0-preview.3.24172.13 835 4/11/2024
9.0.0-preview.2.24128.4 576 3/12/2024
9.0.0-preview.1.24081.5 1,794 2/13/2024
8.0.20 2,414 9/9/2025
8.0.19 22,315 8/4/2025
8.0.18 23,578 7/8/2025
8.0.17 22,832 6/10/2025
8.0.16 26,078 5/13/2025
8.0.15 59,207 4/8/2025
8.0.14 39,732 3/11/2025
8.0.13 30,058 2/11/2025
8.0.12 41,827 1/14/2025
8.0.11 129,905 11/12/2024
8.0.10 132,106 10/8/2024
8.0.8 194,856 8/13/2024
8.0.7 114,504 7/9/2024
8.0.6 114,600 5/28/2024
8.0.5 57,614 5/14/2024
8.0.4 155,166 4/9/2024
8.0.3 87,322 3/12/2024
8.0.2 86,952 2/13/2024
8.0.1 124,649 1/9/2024
8.0.0 427,469 11/14/2023
8.0.0-rc.2.23480.2 6,277 10/10/2023
8.0.0-rc.1.23421.29 1,168 9/12/2023
8.0.0-preview.7.23375.9 1,065 8/8/2023
8.0.0-preview.6.23329.11 827 7/11/2023
8.0.0-preview.5.23302.2 946 6/13/2023
8.0.0-preview.4.23260.4 257,595 5/16/2023
8.0.0-preview.3.23177.8 1,717 4/11/2023
8.0.0-preview.2.23153.2 91,582 3/14/2023
8.0.0-preview.1.23112.2 685 2/21/2023
7.0.20 41,972 5/28/2024
7.0.19 18,467 5/14/2024
7.0.18 18,011 4/9/2024
7.0.17 22,786 3/12/2024
7.0.16 20,345 2/13/2024
7.0.15 25,280 1/9/2024
7.0.14 35,027 11/14/2023
7.0.13 92,913 10/24/2023
7.0.12 52,593 10/10/2023
7.0.11 56,814 9/12/2023
7.0.10 105,782 8/8/2023
7.0.9 80,262 7/11/2023
7.0.8 53,996 6/22/2023
7.0.7 38,638 6/13/2023
7.0.5 205,593 4/11/2023
7.0.4 83,722 3/14/2023
7.0.3 78,505 2/14/2023
7.0.2 98,704 1/10/2023
7.0.1 121,809 12/13/2022
7.0.0 106,089 11/7/2022
7.0.0-rc.2.22476.2 1,302 10/11/2022
7.0.0-rc.1.22427.2 66,817 9/14/2022
7.0.0-preview.7.22376.6 897 8/9/2022
7.0.0-preview.6.22330.3 590 7/12/2022
7.0.0-preview.5.22303.8 900 6/14/2022
7.0.0-preview.4.22251.1 893 5/10/2022
7.0.0-preview.3.22178.4 763 4/13/2022
7.0.0-preview.2.22153.2 551 3/14/2022
7.0.0-preview.1.22109.13 534 2/17/2022
6.0.36 34,255 11/12/2024
6.0.35 31,104 10/8/2024
6.0.33 21,266 8/13/2024
6.0.32 21,038 7/9/2024
6.0.31 23,431 5/28/2024
6.0.30 18,463 5/14/2024
6.0.29 21,460 4/9/2024
6.0.28 30,048 3/12/2024
6.0.27 27,725 2/13/2024
6.0.26 30,016 1/9/2024
6.0.25 85,659 11/14/2023
6.0.24 30,987 10/24/2023
6.0.23 27,248 10/10/2023
6.0.22 36,231 9/12/2023
6.0.21 70,908 8/8/2023
6.0.20 34,630 7/11/2023
6.0.19 29,397 6/22/2023
6.0.18 23,464 6/13/2023
6.0.16 114,007 4/11/2023
6.0.15 58,842 3/14/2023
6.0.14 56,861 2/14/2023
6.0.13 73,656 1/10/2023
6.0.12 72,567 12/13/2022
6.0.11 99,352 11/7/2022
6.0.10 224,910 10/11/2022
6.0.9 102,915 9/13/2022
6.0.8 184,472 8/9/2022
6.0.7 246,111 7/12/2022
6.0.6 152,211 6/14/2022
6.0.5 1,072,851 5/10/2022
6.0.4 185,657 4/11/2022
6.0.3 131,753 3/8/2022
6.0.2 120,836 2/8/2022
6.0.1 851,566 12/14/2021
6.0.0 423,241 11/8/2021
6.0.0-rc.2.21480.10 2,742 10/12/2021
6.0.0-rc.1.21452.15 9,390 9/14/2021
6.0.0-preview.7.21378.6 1,615 8/10/2021
6.0.0-preview.6.21355.2 947 7/14/2021
6.0.0-preview.5.21301.17 923 6/15/2021
6.0.0-preview.4.21253.5 838 5/24/2021
6.0.0-preview.3.21201.13 754 4/8/2021
6.0.0-preview.2.21154.6 770 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 1,905 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 51,397 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 28,783 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 27,735 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 29,687 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 58,064 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 45,548 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 99,837 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 102,904 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 86,204 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 130,979 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 146,555 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 84,398 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 128,746 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 116,450 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 245,154 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 70,373 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 109,519 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 426,626 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 1,768 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 2,823 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 899 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 1,242 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 1,798 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 763 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 915 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 844 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 886 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 860 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 36,460 12/13/2022
3.1.31 21,058 11/8/2022
3.1.30 26,513 10/11/2022
3.1.29 19,498 9/13/2022
3.1.28 24,810 8/9/2022
3.1.27 22,508 7/12/2022
3.1.26 25,667 6/14/2022
3.1.25 27,700 5/10/2022
3.1.24 20,201 4/11/2022
3.1.23 29,206 3/8/2022
3.1.22 52,663 12/14/2021
3.1.21 38,334 11/7/2021
3.1.20 36,622 10/11/2021
3.1.19 34,931 9/14/2021
3.1.18 93,535 8/10/2021
3.1.17 59,105 7/13/2021
3.1.16 46,482 6/8/2021
3.1.15 34,510 5/11/2021
3.1.14 53,072 4/6/2021
3.1.13 91,891 3/9/2021
3.1.12 61,556 2/9/2021
3.1.11 144,575 1/12/2021
3.1.10 235,134 11/9/2020
3.1.9 203,060 10/13/2020
3.1.8 192,889 9/8/2020
3.1.7 90,382 8/11/2020
3.1.6 119,997 7/14/2020
3.1.5 262,516 6/9/2020
3.1.4 268,100 5/12/2020
3.1.3 240,318 3/24/2020
3.1.2 218,422 2/18/2020
3.1.1 153,172 1/14/2020
3.1.0 165,545 12/3/2019
3.1.0-preview3.19555.2 874 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 812 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 984 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 27,666 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 33,605 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 744,983 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 2,436 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 1,679 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 1,989 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 2,636 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 2,001 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 2,740 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 2,154 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 2,299 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 2,760 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 2,481 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 16,867 1/14/2025
2.2.0 14,121,731 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 63,823 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 6,582 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 3,967 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.2 13,504,845 8/21/2018
2.1.1 11,530,155 6/18/2018
2.1.0 3,490,427 5/29/2018
2.1.0-rc1-final 20,051 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 20,578 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 28,312 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 3,846,658 5/7/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 3,748,243 3/13/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.1 5,362,091 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,491,053 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 56,641 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 23,094 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 27,933 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 102,549 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 116,467 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 124,708 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 4,576 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 21,444 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 20,075 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 22,243 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 30,192 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 23,388 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 162,881 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 6,344 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.