Wednesday, June 28, 2023

DEV: Finding Google Client Id and Secret

  1. console.cloud.google.com
  2. APIs & Services
  3. Credentials
  4. Under OAuth 2.0 Client IDs
  5. Click client
  6. Find Client ID and Client secret

 

To add Google authentication for Microsoft Blazor Server: https://learn.microsoft.com/en-us/answers/questions/830958/how-to-implement-google-authetication-in-blazor-se


Install nuget: Microsoft.AspNetCore.Authentication.Google

No comments:

Post a Comment