Admins who manage Chrome apps can configure Zoom for Chrome PWAs using the Google Admin console. By doing so, you can deploy the PWA with exactly the installation and configuration policies you need.

Please refer to the getting started guide for more information about how to use Zoom for Chrome PWA once it has been set up and deployed.

Note: 

The Zoom for Chrome PWA is separate from the ChromeOS app and intended to replace it, as support for ChromeOS apps is being phased out across all operating systems by June 2022. Administrators should begin migrating users from the ChromeOS app to the Zoom for Chrome PWA as soon as possible to ensure a smooth transition.

 

Prerequisites for configuring Zoom for Chrome PWA

  • Google Admin console access
  • required for Chrome OS 93 and later

Supported policies

 

Installation Policies

When installing Zoom for Chrome PWA, follow these guidelines:

Parameter Value Type Description
Force Install Boolean Installs the app automatically and prevents it from being removed.
Force install + pin Boolean Installs the app automatically and prevents users from removing it. This pins the app to the taskbar on a Chrome OS device.
Allow install Boolean Allows users to install the app.

Zoom for Chrome policies

If you don’t specify a parameter, the default value is used. Zoom for Chrome PWA supports the following parameters.

Parameter Value Type Default Description
BlockUntrustedSSLCert Boolean False Indicates whether the app will stop if an invalid certificate is detected. If false, the user will be asked whether to trust the certificate.
DisableGoogleLogin Boolean False Indicates whether Google sign-in is disabled.
DisableFacebookLogin Boolean False Indicates whether signing in with Facebook is disabled.
DisableLoginWithSSO Boolean False Indicates whether SSO is disabled.
DisableLoginWithEmail Boolean False Indicates whether signing in with email is disabled.
SetSSOURL String (empty) Specifies the vanity URL used to log in using SSO.Example: To set the SSO URL as https://success.zoom.us, enter “success”
ForceLoginWithSSO Boolean False Specify if SSO is the default login method. If set to true, users can still switch to other login methods. If DisableLoginWithSSO is set to True, this item will not apply.
SetAccountIDsRestrictedToJoin String (empty) Indicates which account IDs the client cannot join meetings hosted by specific accounts
GoogleLoginRenameDisabled Boolean False Stop users from renaming themselves before joining a meeting if they are logged in via Google
SSOLoginRenameDisabled Boolean False Prevent users from renaming before joining a meeting if signed in through SSO

*Note: Account owners or admins should contact Support to obtain your account ID.

How to configure Zoom for Chrome PWA

  1. Log in to the Google admin console.
  2. Select Chrome under Devices on the Home page.
  3. Click on Apps and extensions.
  4. Select Users & browsers as the type of app you wish to configure.
  5. Leave the top organizational unit selected to apply the setting to everyone. Otherwise, select a child organization you have created.
  6. Click in the bottom-right corner and select Add by URL.
  7. Choose how you want the PWA to open by entering the URL (https://pwa.zoom.us/wc).
  8. Then click Save.
  9. You can set app policies manually or upload a custom JSON file.
  10. Select Save.

Check if the configuration was successfully applied:

  1. Chrome://policy should be entered in the browser on the target Chrome browser.
  2. Click Show more to expand the ManagedConfigurationPerOrigin policy value.
  3. You can verify the JSON matches by pasting the managed_configuration_url value into your browser address bar and loading the page.

Sample JSON

An example of disabling Google login and predefining the vanity URL used to log in using SSO is shown below:

{
 "DisableGoogleLogin": true,

 "SetSSOURL": "success" 
}

Note:

Just the domain is required when setting the SSO URL. SSO URLs such as https://success.zoom.us are not required.