Auto-sync: 2026-04-18 12:03

This commit is contained in:
2026-04-18 12:03:11 +08:00
parent 1a82750f1c
commit 7d361490b2
85 changed files with 2857 additions and 7 deletions

18
wiki/concepts/OAuth.md Normal file
View File

@@ -0,0 +1,18 @@
---
title: "OAuth"
type: concept
tags: [authentication, authorization, google]
sources: []
---
## Definition
OAuth开放授权是一种授权机制允许第三方应用在获得用户授权后访问其 Google 账号中的敏感信息,而无需提供密码。
## Context
- 在 gog CLI 配置中用于授权访问 Google Workspace 六大服务
- Google OAuth 需要创建 OAuth 客户端 ID 并下载 credentials.json
- 未验证的 Google 应用需要添加测试用户才能完成授权
## Connections
- [[GOG-CLI-安装配置指南]] ← 授权机制于 ← [[OAuth]]
- [[Google-Cloud-Console]] ← 创建凭证于 ← [[OAuth]]