🔐 Google OIDC Demo

This demonstrates OpenID Connect authentication with Google.

Clicking the button will:

  1. Redirect you to Google's login page
  2. Google authenticates you and returns an authorization code
  3. We exchange the code for an ID token and access token
  4. We decode the ID token to show your identity claims

Sign in with Google


Scopes requested: openid profile email