CoderJony

OAuth

Register a Client application in Google to access Google APIs via OAuth 2.0

Register a Client application in Google to access Google APIs via OAuth 2.0

Any application that wants to use Google API, must have to register a Client application in Google to get a Client Id and Client Secret. That application will further use this Client Id and Client Secret to get an Access Token from Google to access its APIs.

Read More By Ankush Jain
Authentication with Google Account using OpenID Connect

Authentication with Google Account using OpenID Connect

In this post, we will understand, how can we implement Login with Google Account functionality in our web application. We will be doing this authentication using the Open Id Connect protocol.

Read More By Ankush Jain
Implementing Login with Microsoft or Azure Active Directory Account using ASP.NET Core 3.1

Implementing Login with Microsoft or Azure Active Directory Account using ASP.NET Core 3.1

In this post, we will understand how can we enable the user to log in with their work, school, or personal Microsoft account or Azure Active Directory account using ASP.NET Core.

Read More By Ankush Jain