Adding Facebook Authentication in a .NET Core API (Login & Register)
Video Statistics and Information
Channel: Nick Chapsas
Views: 23,300
Rating: undefined out of 5
Keywords: Elfocrash, elfo, coding, asp.net, .netcore, dot net, core, C#, how to code, tutorial, asp.net core, javascript, js, csharp, rest, rest api, lesson, software engineering, microsoft, microsoft mvp, .net core, auth, authorization, jwt, jwt token, json web token, registration, user, user registration, nick chapsas, web api, facebook, facebook auth, facebook login, facebook register, access token, .net core 3, .net core 2, .net core 2.2, authentication, dotnet, .net
Id: I2PChWTwmM8
Channel Id: undefined
Length: 33min 28sec (2008 seconds)
Published: Thu Jan 02 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
My favorite authentication layer to add to web projects is Azure AD B2C. You can configure Facebook, Google, Amazon, or your own email authentication, among others, and the users register in your own Azure AD instance. You have to use the Graph API to do anything specific with the AD tenant instance itself, especially if you're doing anything with groups, which can be a pain, but nothing you can't get around.