Skip to content

Sample repository for configuring ASP.NET Core to support Google's OAuth login process without using ASP.NET Core Identity, in response to a Stack Overflow question.

serpent5/SO53654020

Repository files navigation

SO53654020

Sample repository for configuring ASP.NET Core to support Google's OAuth login process without using ASP.NET Core Identity, in response to a Stack Overflow question here. It consists of a Razor Page (Index) that requires authorisation in order to show the signed-in user's claims. The authentication process is handled in AccountController, a standard MVC controller implementation.

The sample should run mostly as is, but requires setting the Google ClientId/ClientSecret pair in Startup.cs.

About

Sample repository for configuring ASP.NET Core to support Google's OAuth login process without using ASP.NET Core Identity, in response to a Stack Overflow question.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published