API Endpoint(s) and/or Zoom API Event(s)
Setup of new General OAuth applications for SCIM behavior.
Description
I’m trying to create a new General App/User-managed-app that can manage users and groups for organizations via SCIM when authorized. The SCIM API docs (hxxps://developers.zoom.us/docs/api/rest/scim-api/) specify that this is possible for both general OAuth apps, and server-to-server OAuth apps, but today this scope is only available in server-to-server OAuth apps.
The SCIM2 API supports OAuth authentication. To use Oauth 2.0, create an OAuth app or a server-to-server OAuth app on the Zoom App Marketplace and select
SCIM2as the scope for your app.
Error?
The scim2 scope is not available in newly created apps.
How To Reproduce
- Create a new “General App”
- Go to Scope selection, search for
scim. Observe it as missing.
Research
- One Dev Forum thread from last year where it was reported as missing and then the reporter stopped following up. I think this is the same issue but I don’t want to use a server-to-server app since that’s a worse customer experience to authenticate into their Zoom organization. #106566
- App Marketplace : Existing app with the required scopes as a general app.