Files
nexus/wiki/concepts/OAuth.md
2026-04-18 12:03:16 +08:00

643 B
Raw Blame History

title, type, tags, sources
title type tags sources
OAuth concept
authentication
authorization
google

Definition

OAuth开放授权是一种授权机制允许第三方应用在获得用户授权后访问其 Google 账号中的敏感信息,而无需提供密码。

Context

  • 在 gog CLI 配置中用于授权访问 Google Workspace 六大服务
  • Google OAuth 需要创建 OAuth 客户端 ID 并下载 credentials.json
  • 未验证的 Google 应用需要添加测试用户才能完成授权

Connections