Configuring the Zoom for Chrome Zoom Web App
Last Updated:
If you're an admin that manages Chrome apps, you can configure the Zoom for Chrome Zoom Web App using the Google Admin console. This allows you to deploy the Zoom Web App to your users with exactly the install and configuration policies that suit your needs.
For more information regarding how to use the Zoom for Chrome Zoom Web App once configured and deployed, please refer to the getting started guide.
Note: The Zoom for Chrome Zoom Web App is separate from the ChromeOS app and is intended to replace it, as support for ChromeOS apps are being phased out across all operating systems by November 5, 2022. We strongly recommend admins begin migrating users from the ChromeOS app to the new Zoom for Chrome Zoom Web App to ensure a smooth transition.
This article covers:
Prerequisites for configuring Zoom for Chrome Zoom Web App
- Access to the Google Admin console
- Chrome OS 93 or higher
How to configure Zoom for Chrome Zoom Web App
- Sign in to the Google admin console.
- From the Home page, go to Devices and then select Chrome.
- Click Apps & extensions.
- Click Users & browsers as the type of app you want to configure.
- To apply the setting to everyone, leave the top organizational unit selected. Otherwise, select a child organizational unit you have created for your organization.
- In the bottom-right corner, click
and choose Add by URL.
- Enter this URL (https://app.zoom.us/wc ) and choose how you want the Zoom Web App to open.
- Click Save.
- Set the app policies manually, or upload a custom JSON file.
- Click Save.
To check if the configuration has been successfully applied:
- Enter chrome://policy in the browser on the target Chrome browser.
- Find the ManagedConfigurationPerOrigin policy section and click Show more to expand the policy value.
- Copy the managed_configuration_url value into your browser address bar, load that page, and verify the JSON matches.
Sample JSON
See below for a sample configuration that disables Google login and pre-defines the vanity URL used to log-in using SSO:
{
"DisableGoogleLogin": true,
"SetSSOURL": "success"
}
Note: When setting the SSO URL, just the domain is required. There is no need for the full SSO URL, such as https://success.zoom.us.
Supported policies
Installation Policies
Use these polices when installing the Zoom for Chrome Zoom Web App:
Parameter | Description | Value Type |
---|---|---|
Force Install | Installs the app automatically and prevents users from removing it. | Boolean |
Force install + pin | Installs the app automatically and prevents users from removing it. On a Chrome OS device, this pins the app to the taskbar. | Boolean |
Allow install | Lets users install the app. | Boolean |
Zoom for Chrome policies
The following parameters are supported for use with the Zoom for Chrome Zoom Web App. If you do not specify a parameter, the default value is used.
Parameter | Description | Default | Value Type |
---|---|---|---|
BlockUntrustedSSLCert |
Specify if the app will stop for an invalid certificate. If false, then the user will be prompted to trust the certificate or not.
|
False | Boolean |
DisableGoogleLogin |
Specify if signing in with Google is disabled.
|
False | Boolean |
DisableAppleLogin |
Specify if signing in with Apple is disabled.
|
False | Boolean |
DisableFacebookLogin |
Specify if signing in with Facebook is disabled.
|
False | Boolean |
DisableLoginWithSSO |
Specify if signing in with SSO is disabled.
|
False | Boolean |
DisableLoginWithEmail |
Specify if signing in with email is disabled.
|
False | Boolean |
SetSSOURL |
Predefine the vanity URL used to log in using SSO.
Example: Enter "success" to set the SSO URL as https://success.zoom.us |
(empty) | String |
ForceLoginWithSSO |
Specify if SSO is the default login method. If set to true, users can still switch to other login methods. This item will not apply if DisableLoginWithSSO is set to True.
|
False | Boolean |
SetAccountIDsRestrictedToJoin |
Set account IDs* that the client is restricted to join meetings hosted by specific accounts.
*Please have the account owner or an admin contact Zoom Support to acquire your account ID.
|
(empty) | String |
AutoLoginWithChromeBookUserAccount |
Direct Chromebook users automatically to the Google Authentication page, where they can select their saved Google credentials.
This does not apply if DisableGoogleLogin is set to True. |
False | Boolean |
GoogleLoginRenameDisabled |
Prevent users from renaming before joining a meeting if signed in via Google
|
False | Boolean |
SSOLoginRenameDisabled |
Prevent users from renaming before joining a meeting if signed in via SSO
|
False | Boolean |
Zoom Community
Join the 250K+ other members in the Zoom Community! Login with your Zoom account credentials and start collaborating.