OAuth2: Configuring Google for OAuth2/OIDC
Google’s API supports OAuth2 and OIDC, and can be used to both authenticate and authorize users. In this article, I will show how to use the Google web console to configure an Application that can support OAuth2/OIDC. We will then use a small, local Docker image to implement the Client Application side and smoke test … OAuth2: Configuring Google for OAuth2/OIDC