setup-zoom-oauth

Select Zoom OAuth grant flows, scopes, and token storage.

7|2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/zoom/zoom-plugin --skill setup-zoom-oauth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-zoom-oauth
Source: https://github.com/zoom/zoom-plugin/tree/main/skills/setup-zoom-oauth
Command: npx skills add https://github.com/zoom/zoom-plugin --skill setup-zoom-oauth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Zoom app authentication can be a blocker when building or debugging an integration. This skill guides you through selecting the right OAuth grant, planning scopes, and defining token storage and refresh behavior to keep the app secure and functional.

Core Features & Use Cases

  • App type selection and authentication model alignment
  • OAuth grant flow selection and scope planning
  • Token storage, refresh behavior, and environment considerations
  • Auth debugging and guidance to reference Zoom docs and best practices

Quick Start

Determine your app model, choose the OAuth grant, define required scopes, and configure token storage to begin the authentication setup.

Frequently Asked Questions about setup-zoom-oauth

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Zoom OAuth for an app integration?

To set up Zoom OAuth, determine your app model and authorization direction, then select the correct OAuth grant flow and define minimum required scopes for your user flow.

What Zoom OAuth scopes do I need for my integration?

Zoom OAuth scopes depend on your specific user flow and app model; you must define the minimum scopes required to execute that flow while maintaining secure token storage and refresh behavior.

How should I handle Zoom OAuth token storage and refresh?

Zoom OAuth token storage requires specifying refresh behavior and environment considerations to keep the app secure and functional, ensuring tokens are stored and refreshed according to best practices.

Which Zoom OAuth grant flow should I choose for my app?

Choosing a Zoom OAuth grant flow depends on your app type and who is authorizing whom, which aligns your authentication model with the correct grant for secure integration.

Why is my Zoom OAuth authorization not working?

Zoom OAuth authorization issues often stem from misaligned app models, incorrect grant flow selection, or insufficient scopes, requiring debugging to validate the authentication setup and token behavior.

Do I need to configure environment considerations for Zoom OAuth token storage?

Yes, environment considerations are essential for Zoom OAuth token storage to ensure tokens are managed securely and refreshed properly within your specific deployment context.