Zoom Oauth
Skill Verified ActiveReference skill for Zoom authentication. Use after routing to an auth workflow when choosing app credentials, grant types, scopes, token refresh behavior, or debugging Zoom OAuth failures.
To serve as a comprehensive reference for understanding and implementing Zoom OAuth authentication and authorization flows, helping developers navigate complex token management and error scenarios.
Features
- Detailed explanation of four Zoom OAuth flows
- Guidance on PKCE for public clients
- Comprehensive token lifecycle management
- Troubleshooting for common Zoom OAuth errors
- Reference for OAuth scopes and environment variables
Use Cases
- Understanding which OAuth flow to use for a given Zoom integration
- Implementing token refresh and managing access token expiration
- Debugging common Zoom OAuth errors like redirect URI mismatches
- Securing OAuth implementations with PKCE and state parameters
Non-Goals
- Automating the OAuth flow directly
- Acting as an OAuth client or server
- Managing Zoom user accounts or data
Installation
First, add the marketplace
/plugin marketplace add anthropics/knowledge-work-plugins/plugin install zoom-plugin@knowledge-work-pluginsQuality Score
VerifiedTrust Signals
Similar Extensions
Google Docs
100Interact with Google Docs - create documents, search by title, read content, and edit text. Use when user asks to: create a Google Doc, find a document, read doc content, add text to a doc, or replace text in a document. Lightweight alternative to full Google Workspace MCP server with standalone OAuth authentication.
Netlify Identity
100Use when the task involves authentication, user signups, logins, password recovery, OAuth providers, role-based access control, or protecting routes and functions. Always use `@netlify/identity`. Never use `netlify-identity-widget` or `gotrue-js` — they are deprecated.
Better Auth Authentication
99Better Auth authentication flows for TypeScript apps. Use when enabling email/password auth, configuring social providers, or implementing sign-up, sign-in, and verification flows.
Better Auth
99Add authentication with Better Auth (TypeScript). Use for email/password, OAuth providers (Google, GitHub), 2FA/MFA, passkeys/WebAuthn, sessions, RBAC, rate limiting.
Rivet Sdk
98Reference skill for Zoom Rivet SDK. Use after routing to a Rivet-based server workflow when implementing auth handling, webhook consumers, API wrappers, multi-module composition, or Lambda receiver patterns.
Oauth
96Implements OAuth 2.0/2.1 authorization flows in Fastify applications — configures authorization code with PKCE, client credentials, device flow, refresh token rotation, JWT validation, and token introspection/revocation endpoints. Use when setting up authentication, authorization, login flows, access tokens, API security, or securing Fastify routes with OAuth; also applies when troubleshooting token validation errors, mismatched redirect URIs, CSRF issues, scope problems, or RFC 6749/6750/7636/8252/8628 compliance questions.