Skip to content

Commit

Permalink
Minor Formatting Changes
Browse files Browse the repository at this point in the history
MInor formatting changes to previous commit.

Signed-off-by: Robert Terakedis <rterakedis@vmware.com>
  • Loading branch information
rterakedis committed Nov 28, 2018
1 parent 3092fc4 commit 05f88a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
@@ -1,7 +1,7 @@
# Google Chrome #

## Overview
- **Authors**: Robert Terakedis, John Richards
- **Authors**: Robert Terakedis, John Richards, Adam Matthews
- **Email**: rterakedis@vmware.com, jrichards@vmware.com
- **Date Created**: 4/17/2018
- **Supported Platforms**: AirWatch version 9.3
Expand All @@ -15,6 +15,7 @@ Manage Google Chrome Settings as Supported by Google via Workspace ONE:
3) The Custom XML file in this folder is derived from the *com.google.Chrome.plist* file in the Enterprise Bundle (GoogleChromeEnterpriseBundle64/Configuration/com.google.Chrome.plist). Review and modify as needed for your organization as based on the Chrome Policy List
4) Deploy the Chrome Browser for Enterprise app in order to leverage the policies configured in the preferences (via Custom XML)

## Notes Regarding VMware Identity Manager Cert-based Authentication
To manage the Certicficate Picker, use the **AutoSelectCertificateForUrls** key and set the Pattern URL to the CAS URL of your Identity Manager Instance:

* *.vmwareidentity.com = https://cas-aws.vmwareidentity.com/
Expand All @@ -31,6 +32,7 @@ None
## Change Log
- 3/22/2018: Created Initial File
- 4/27/2018: Added postinstall script to suppress some first run prompts
- 11/28/2018: Added AutoSelectCertificateForUrls key for Identity manager Integration (Thanks @adammatthews!)


## Additional Resources
Expand Down
Expand Up @@ -45,9 +45,9 @@
<key>ImportSearchEngine</key>
<false/>
<key>AutoSelectCertificateForUrls</key>
<array>
 <string>{"pattern":"https://cas.vidmpreview.com/","filter":{"ISSUER":{"CN":"your-domain-AD01-CA"}}}</string>
</array>
<array>
<string>{"pattern":"https://cas.vidmpreview.com/","filter":{"ISSUER":{"CN":"your-domain-AD01-CA"}}}</string>
</array>
<key>PayloadEnabled</key>
<true/>
<key>PayloadDisplayName</key>
Expand Down

0 comments on commit 05f88a4

Please sign in to comment.