Skip to content

Commit

Permalink
Update AllowedDomainsForApps policy description, replace G Suite with…
Browse files Browse the repository at this point in the history
… Goog Workspace

Change-Id: I3d88539121480b88b6219cb74eb40199c1cf3b69
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2838846
Reviewed-by: Owen Min <zmin@chromium.org>
Reviewed-by: Julian Pastarmov <pastarmovj@chromium.org>
Commit-Queue: Adam Pyle <adampyle@chromium.org>
Cr-Commit-Position: refs/heads/master@{#874960}
  • Loading branch information
Adam Pyle authored and Chromium LUCI CQ committed Apr 22, 2021
1 parent d7299ab commit 541f3d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/policy/resources/policy_templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -15702,11 +15702,11 @@
},
'example_value': 'managedchrome.com,example.com',
'id': 331,
'caption': '''Define domains allowed to access G Suite''',
'caption': '''Define domains allowed to access <ph name="GOOGLE_WORKSPACE_PRODUCT_NAME">Google Workspace</ph>''',
'tags': ['filtering'],
'desc': '''Setting the policy turns on Chrome's restricted sign-in feature in G Suite and prevents users from changing this setting. Users can only access Google tools using accounts from the specified domains (to allow gmail or googlemail accounts, add consumer_accounts to the list of domains). This setting prevents users from signing in and adding a Secondary Account on a managed device that requires Google authentication, if that account doesn't belong to one of the explicitly allowed domains.
'desc': '''Setting the policy turns on Chrome's restricted sign-in feature in <ph name="GOOGLE_WORKSPACE_PRODUCT_NAME">Google Workspace</ph> and prevents users from changing this setting. Users can only access Google tools using accounts from the specified domains (to allow gmail or googlemail accounts, add consumer_accounts to the list of domains). This setting prevents users from signing in and adding a Secondary Account on a managed device that requires Google authentication, if that account doesn't belong to one of the explicitly allowed domains.

Leaving this setting empty or unset means users can access G Suite with any account.
Leaving this setting empty or unset means users can access <ph name="GOOGLE_WORKSPACE_PRODUCT_NAME">Google Workspace</ph> with any account.

Users cannot change or override this setting.

Expand Down
1 change: 1 addition & 0 deletions docs/enterprise/description_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ how various product names and the like should be referenced.
* Google Cast: `<ph name="PRODUCT_NAME">Google Cast</ph>`
* Google Cloud Print: `<ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph>`
* Google Drive: `<ph name="GOOGLE_DRIVE_NAME">Google Drive</ph>`
* Google Workspace: `<ph name="GOOGLE_WORKSPACE_PRODUCT_NAME">Google Workspace</ph>`
* Lacros: `<ph name="LACROS_NAME">Lacros</ph>`
* Android: `<ph name="ANDROID_NAME">Android</ph>`
* macOS: `<ph name="MAC_OS_NAME">macOS</ph>`
Expand Down

0 comments on commit 541f3d8

Please sign in to comment.