skip to content
Jerrie Pelser's Blog

Google Authentication with ASP.NET Core

1 of 4 posts published

We delve deeper into some more advanced techniques when using Google Authentication with ASP.NET Core. We go beyond the basics of adding a Google login button and look at advanced techniques such as using the authorization token, creating test users, limiting users by domain, and auto-provisioning users.

  1. 1.

    Add Google authentication to ASP.NET Core (without Identity)

    Describes how you can add authentication via Google to an ASP.NET Core application without using ASP.NET Core Identity
  2. 2. Coming soon

    Creating test users with Google Cloud Identity

  3. 3. Coming soon

    Restricting the user's domain during Google login

  4. 4. Coming soon

    Auto-provisioning user accounts for Google login