From 71b7e3537cbabd310349900191f2a1e165b9d6e1 Mon Sep 17 00:00:00 2001 From: nicolas Date: Wed, 28 Jul 2021 22:36:36 +0200 Subject: [PATCH] Reduced scopes to a minimum --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8771a8421b..2a6bfa3a4c 100644 --- a/README.md +++ b/README.md @@ -236,12 +236,9 @@ Contributions are what make the open source community such an amazing place to b 9. Set the Redirect URL for OAuth `/api/integrations/zoomvideo/callback` replacing CALENDSO URL with the URI at which your application runs. 10. Also add the redirect URL given above as a whitelist URL and enable "Subdomain check". Make sure, it says "saved" below the form. 11. You don't need to provide basic information about your app. Instead click at "Scopes" and then at "+ Add Scopes". Search for and check the following scopes: - 1. account:read:admin - 2. account:write:admin - 3. meeting:read:admin - 4. meeting:write:admin - 5. user:read:admin - 6. user:write:admin + 1. account:write:admin + 2. meeting:write:admin + 3. user:write:admin 12. Click "Done". 13. You're good to go. Now you can easily add your Zoom integration in the Calendso settings.