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

18 lines
643 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]