Removed sub-account scopes from README
parent
d3569978f5
commit
e37c16a394
15
README.md
15
README.md
|
@ -236,15 +236,12 @@ Contributions are what make the open source community such an amazing place to b
|
||||||
9. Set the Redirect URL for OAuth `<CALENDSO URL>/api/integrations/zoomvideo/callback` replacing CALENDSO URL with the URI at which your application runs.
|
9. Set the Redirect URL for OAuth `<CALENDSO URL>/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.
|
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:
|
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:master
|
1. account:read:admin
|
||||||
2. account:read:admin
|
2. account:write:admin
|
||||||
3. account:write:admin
|
3. meeting:read:admin
|
||||||
4. meeting:master
|
4. meeting:write:admin
|
||||||
5. meeting:read:admin
|
5. user:read:admin
|
||||||
6. meeting:write:admin
|
6. user:write:admin
|
||||||
7. user:master
|
|
||||||
8. user:read:admin
|
|
||||||
9. user:write:admin
|
|
||||||
12. Click "Done".
|
12. Click "Done".
|
||||||
13. You're good to go. Now you can easily add your Zoom integration in the Calendso settings.
|
13. You're good to go. Now you can easily add your Zoom integration in the Calendso settings.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue