setup-zoom-oauth
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese/setup-zoom-oauth
/setup-zoom-oauth
Use this skill when auth is the blocker or when auth choices will shape the entire integration.
当认证成为阻碍因素,或者认证选择将影响整个集成方案时,请使用此skill。
Scope
适用范围
- App type selection
- OAuth grant selection
- Scope planning
- Token exchange and refresh
- Auth debugging and environment assumptions
- 应用类型选择
- OAuth授权类型选择
- 权限范围规划
- 令牌交换与刷新
- 认证调试与环境假设验证
Workflow
工作流程
- Determine the app model and who is authorizing whom.
- Choose the correct grant flow.
- Identify minimum scopes for the user flow.
- Define token storage and refresh behavior.
- Route into the deepest relevant reference docs only after the above is clear.
- 确定应用模型以及授权主体与被授权对象。
- 选择正确的授权流程。
- 确定用户流程所需的最小权限范围。
- 定义令牌存储与刷新机制。
- 完成上述步骤后,再跳转至最相关的深度参考文档。
Primary References
主要参考资料
- oauth
- general
- rest-api
- oauth
- general
- rest-api
Common Mistakes
常见错误
- Picking a grant before clarifying the actor and tenant model
- Asking for broad scopes before confirming the exact workflow
- Forgetting refresh-token behavior and token lifecycle handling
- Reusing an old refresh token after a successful refresh instead of storing the newly returned one
- Treating auth failures as API failures without checking app configuration first
- 在明确角色与租户模型之前就选择授权类型
- 在确认具体工作流程之前就申请宽泛的权限范围
- 忽略刷新令牌的行为与令牌生命周期管理
- 成功刷新令牌后仍使用旧的刷新令牌,而非存储新返回的令牌
- 未先检查应用配置就将认证失败当作API失败处理