Configure Browser Data Encryption

You can configure Browser Data Encryption for Citrix Enterprise Browser using one of the following methods:

Using Global App Configuration service

Administrators can configure the Browser Data Encryption using the Global App Configuration service (GACS) by doing the following steps:

Note:

  • Data encryption applies to files created before and after enabling the Browser Data Encryption feature. However, the browser cache and network cache created before enabling Browser Data Encryption are deleted after you enable the Browser Data Encryption.
  • When you disable the Browser Data Encryption feature, user data is deleted.
  1. Sign in to your Citrix Cloud account and select Workspace Configuration.

    Workspace Configuration

  2. Click App Configuration.

    App Configuration

  3. Select the relevant store from the list of available stores and then click Configure.

  4. Click Enterprise Browser.

    Enterprise Browser option in GACS

  5. Click Security and Privacy.

    Security and privacy option in GACS

  6. Click Enable Browser Data Encryption [Preview].

  7. Select the Windows checkbox and then click the Enabled toggle button.

    Enable Browser Data Encryption option in GACS

  8. Click Publish Drafts.

  9. In the Publish Settings dialog box, click Yes.

    Publish settings in GACS

  10. After enabling the Browser Data Encryption in the Global App Configuration service, refresh the Citrix Workspace app and then, quit and reopen Citrix Enterprise Browser for the changes to take effect.

    Click Restart device, to restart the device for Browser Data Encryption feature to be enabled.

    Restart your machine

    For more information about refreshing the Citrix Workspace app, see the following:

Using API

The administrators can use the API to configure the Browser Data Encryption feature. The following setting must be set as true to enable Browser Data Encryption:

  • “name”: “enable citrix enterprise browser data encryption”
  • “value”: “true” or “false”

Example: Following is a sample JSON file to enable Browser Data Encryption:

{
  "category": "Browser",
  "userOverride": false,
  "settings": [
   

{       "name": "enable citrix enterprise browser data encryption",       "value": true     }
  ]
}
<!--NeedCopy-->
Configure Browser Data Encryption