Overview
If you're an admin that manages Chrome OS devices, you can configure Zoom Cloud Meetings for Chrome OS using the Google Admin console. You can set policies that control login features.
This article covers:
Prerequisites
- Access to the Google Admin console
Supported Policies
Use a text editor to create a JSON file. The following parameters are supported. If you do not specify a parameter, the default value is used.
Parameter | Value Type | Default | Description |
BlockUntrustedSSLCert | Boolean (true or false) |
false | Specify if the app will stop for an invalid certificate. If false then user will be prompted to trust the certificate or not. |
DisableGoogleLogin | Boolean (true or false) |
false | Specify if signing in with Google is disabled. |
DisableFacebookLogin | Boolean (true or false) |
false | Specify if signing in with Facebook is disabled. |
DisableLoginWithSSO | Boolean (true or false) |
false | Specify if signing in with SSO is disabled. |
DisableLoginWithEmail | Boolean (true or false) |
false | Specify if signing in with email is disabled. |
SetSSOURL | String | (empty) |
The vanity URL used to log in using SSO. Example: Enter "success" to set the SSO URL as https://success.zoom.us |
ForceLoginWithSSO | Boolean (true or false) |
false | 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. |
GoogleLoginRenameDisabled | Boolean (true or false) |
false | Prevent users from renaming before joining a meeting if signed in via Google |
SSOLoginRenameDisabled | Boolean (true or false) |
false | Prevent users from renaming before joining a meeting if signed in via SSO |
SetAccountIDsRestrictedToJoin | String | (empty) | Set account IDs* that client is restricted to join a meeting hosted by specific Account ID numbers |
*Note: Please have an account admin or owner contact Support to acquire your account ID.
Sample JSON
See below for a sample configuration that disables Google login and restricts login to a specific account:
{
"DisableGoogleLogin": {
"Value": true
}
"SetAccountIDsRestrictedToJoin": {
"Value": “abcdefg“
}
}
Configuring Zoom on Chrome OS
- Sign in to the Google admin console.
- Navigate to Device management > App Management > Zoom.
- Click Upload Configuration File and upload the JSON file you created.
- Click Save.
- (Optional) Check if the policy was successful by going on the target Chrome OS device and entering chrome://policy in the browser.