Skip to content

Commit

Permalink
Fixed the review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitij-Katiyar committed May 9, 2024
1 parent 305e05f commit a1f7516
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ You can set the **OAuth ClientID** and **OAuth Secret**, generated by Zoom, and
#### Create an app for Mattermost

1. Go to [https://marketplace.zoom.us/](https://marketplace.zoom.us/) and log in as an admin.
2. In the top left select **Develop** and then **Build App**.
3. On top you can choose either the **development** or **production** app. If you wish to publish the app on Zoom Marketplace then please select production. The plugin supports apps that are published in the Zoom Marketplace.
2. In the top right select **Develop** and then **Build App**.
3. On top choose **Development**. We would choose **Production** if we were publishing to marketplace, but we won't be doing that here.
4. You can edit the name of your app from top left side by clicking on edit icon.
5. Choose **User-managed app** as the app type.

![app_type](https://github.com/mattermost/mattermost-plugin-zoom/assets/90389917/47b81f49-3699-4737-815d-5cc2fccab0c4)

6. Next you'll find your **Client ID** and **Client Secret**. Please copy this as these will be needed when you set up Mattermost to use the plugin.
2. Enter a valid **Redirect URL for OAuth** \(`https://SITEURL/plugins/zoom/oauth2/complete`\) and add the same URL under **Add Allow List**. Note that `SITEURL` should be your Mattermost server URL.
7. Enter a valid **Redirect URL for OAuth** \(`https://SITEURL/plugins/zoom/oauth2/complete`\) and add the same URL under **Add Allow List**. Note that `SITEURL` should be your Mattermost server URL.

![credentials](https://github.com/mattermost/mattermost-plugin-zoom/assets/90389917/62c9c2d9-e9e4-42a4-9ca7-03e8767304e3)

Expand Down Expand Up @@ -108,15 +108,15 @@ You can set the **OAuth ClientID** and **OAuth Secret**, generated by Zoom, and
#### Create an app for Mattermost

1. Go to [https://marketplace.zoom.us/](https://marketplace.zoom.us/) and log in as an admin.
2. In the top left select **Develop** and then **Build App**.
3. On top you can choose either the **development** or **production** app. If you wish to publish the app on Zoom Marketplace then please select production. The plugin supports apps that are published in the Zoom Marketplace.
2. In the top right select **Develop** and then **Build App**.
3. On top choose **Development**. We would choose **Production** if we were publishing to marketplace, but we won't be doing that here.
4. You can edit the name of your app from top left side by clicking on edit icon.
5. Choose **Admin-managed app** as the app type.

![app_type](https://github.com/mattermost/mattermost-plugin-zoom/assets/90389917/3030b7ea-eea2-4fd1-b8f1-5b47a17efecc)

6. Next you'll find your **Client ID** and **Client Secret**. Please copy this as these will be needed when you set up Mattermost to use the plugin.
2. Enter a valid **Redirect URL for OAuth** \(`https://SITEURL/plugins/zoom/oauth2/complete`\) and add the same URL under **Add Allow List**. Note that `SITEURL` should be your Mattermost server URL.
7. Enter a valid **Redirect URL for OAuth** \(`https://SITEURL/plugins/zoom/oauth2/complete`\) and add the same URL under **Add Allow List**. Note that `SITEURL` should be your Mattermost server URL.

#### Add user scopes to the app

Expand Down

0 comments on commit a1f7516

Please sign in to comment.