Skip to content

Commit

Permalink
[MI-3772] Updated screenshot in documentation of creating account lev…
Browse files Browse the repository at this point in the history
…el app (#327)
  • Loading branch information
raghavaggarwal2308 committed Nov 28, 2023
1 parent ab2b822 commit eff609c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -75,7 +75,7 @@ You can set the **OAuth ClientID** and **OAuth Secret**, generated by Zoom, and
If you **would like to publish on Zoom Marketplace**, you'll find two sets of values: **development** and **production**. Make sure you follow the next steps with the production values.

1. Go to the **App Credentials** tab on the left. Here you'll find your **Client ID** and **Client Secret**. 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 **Whitelist URL**. Note that `SITEURL` should be your Mattermost server URL.
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.

![credentials](https://github.com/mattermost/mattermost-plugin-zoom/assets/74422101/87844060-1fe8-4780-8701-2502d17997f0)

Expand Down Expand Up @@ -121,18 +121,18 @@ You can set the **OAuth ClientID** and **OAuth Secret**, generated by Zoom, and
6. Choose whether you **Would like to publish this app on Zoom Marketplace**. In most cases you'll want this to be disabled, but the plugin supports apps that are published in the Zoom Marketplace.
7. Select **Create**.

![Create account level app](https://github.com/mattermost/mattermost-plugin-zoom/assets/74422101/a7af4594-9b22-43ea-9dd6-c4bf7ecbd794")
![Create account level app](https://github.com/mattermost/mattermost-plugin-zoom/assets/74422101/a7af4594-9b22-43ea-9dd6-c4bf7ecbd794)

#### Configure your new OAuth app to work with Mattermost

If you **would like to publish on Zoom Marketplace**, you'll find two sets of values: **development** and **production**. Make sure you follow the next steps with the production values.

1. Go to the **App Credentials** tab on the left. Here you'll find your **Client ID** and **Client Secret**.
* 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 **Whitelist URL**.
2. Enter a valid **Redirect URL for OAuth** \(`https://SITEURL/plugins/zoom/oauth2/complete`\) and add the same URL under **Add Allow List**.
* `SITEURL` should be your Mattermost server URL.

![credentials](https://github.com/mattermost/mattermost-plugin-zoom/assets/74422101/87844060-1fe8-4780-8701-2502d17997f0)
![credentials](https://github.com/mattermost/mattermost-plugin-zoom/assets/55234496/587d6c25-f1c2-4744-b4ca-86f56ec9a6a5)

#### Add user scopes to the app

Expand Down

0 comments on commit eff609c

Please sign in to comment.