Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GH-167][GH-215] Removed "Beta" label on Account-Level app, and updated documentation #328

Merged
merged 6 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,11 @@ Select **Done** and then save your app.
* If you're using a self-hosted private cloud or on-premises Zoom server, enter the **Zoom URL** and **Zoom API URL** for the Zoom server, for example `https://yourzoom.com` and `https://api.yourzoom.com/v2` respectively. Leave blank if you're using Zoom's vendor-hosted SaaS service.
* **Cloud Hosted?**
* Leave **Zoom API URL** and **Zoom URL** fields blank.
* If you are using an account level app on Zoom, set **OAuth by Account Level App (Beta)** to `true`.
* If you are using an account level app on Zoom, set **OAuth by Account Level App** to `true`.
* Connect your users to Zoom using OAuth.
* Use the Client ID and Client Secret generated when configuring Zoom to fill in the fields **Zoom OAuth Client ID** and **Zoom OAuth Client Secret**. (Make sure these credentials are according to the app type (user/account level) you are using.)
* Use the Client ID and Client Secret generated when configuring Zoom to fill in the fields **Zoom OAuth Client ID** and **Zoom OAuth Client Secret**. (If you have selected the app type as "Account level app", make sure that you are using a account level app on Zoom side as well)
raghavaggarwal2308 marked this conversation as resolved.
Show resolved Hide resolved
* Select the **Regenerate** button next to the field **At Rest Token Encryption Key**.
* If you are using Webhooks or Deauthorization, make sure you select the **Regenerate** button on **Webhook Secret** field and set the **Zoom Webhook Secret** from the features page in your Zoom app.
* If you are using Webhooks or Deauthorization, make sure you select the **Regenerate** button on **Webhook Secret** field. Then set the **Zoom Webhook Secret** from the features page in your Zoom app.
* Select **Save**.

## User guide
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
{
"key": "AccountLevelApp",
"display_name": "OAuth by Account Level App (Beta):",
"display_name": "OAuth by Account Level App:",
"type": "bool",
"help_text": "When true, only an account administrator has to log in. The rest of the users will automatically use their Mattermost email to authenticate when starting meetings.",
"placeholder": "",
Expand Down
Loading