PreviousNext

ASP.NET Core Social authentication without Identity

by bill-s, 2020-07-07T02:12:05.211Z

This blog post is about how to configure and use ASP.NET Core Social Authentication without ASP.NET Core identity. In this post I am using Google Authentication provider, you can use Facebook or Twitter. Only the authentication provider and associated configuration only will change.

Read More