🔐 Google OIDC Demo
This demonstrates OpenID Connect authentication with Google.
Clicking the button will:
- Redirect you to Google's login page
- Google authenticates you and returns an authorization code
- We exchange the code for an ID token and access token
- We decode the ID token to show your identity claims
Sign in with Google
Scopes requested: openid profile email