Setting the file. One moment. OAuth Issues · Build Zoom Team Chat App · anthropics/knowledge-work-plugins · Skills Docs22
Validate Data
Tech Debt
62
Recruiting Pipeline
71
Vendor Check
125
Zoom Meeting SDK Web
88
Vendor Review
181
Create An Asset
Video Sdk/web
- The redirect URL in the token exchange must exactly match what’s configured in Marketplace.
- Keep endpoint split correct:
- authorize:
https://zoom.us/oauth/authorize
- token exchange:
https://zoom.us/oauth/token
- Add the scope in Marketplace.
- Ensure the user re-authorizes after scope changes.
- Confirm you’re using the user token for Team Chat API calls.
- Refresh access tokens using the refresh token.
- If refresh fails, the user likely needs to reauthorize.
- Verify callback route actually exchanges
code server-side.
- Verify
state is validated and not expired.
- Verify token is persisted where your UI expects it (session/database/local storage for demo).
troubleshooting/oauth-issues.md