{
  "issuer": "https://accounts.google.com",
  "authorization_endpoint": "https://accounts.google.com/o/oauth2/v2/auth",
  "token_endpoint": "https://oauth2.googleapis.com/token",
  "userinfo_endpoint": "https://openidconnect.googleapis.com/v1/userinfo",
  "jwks_uri": "https://www.googleapis.com/oauth2/v3/certs",
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "profile",
    "https://www.googleapis.com/auth/youtube.readonly"
  ],
  "claims_supported": [
    "sub",
    "email",
    "email_verified",
    "name",
    "picture"
  ],
  "service_documentation": "https://video-navigator.todij.com/faq.html#privacy-auth",
  "metadata_note": "Todij Video Navigator uses Google sign-in and read-only YouTube authorization. This is a static discovery aid for agents and points to Google's OpenID provider rather than declaring video-navigator.todij.com as an issuer."
}
