Policy Configuration


This page is for administrators. Supported settings are documented in schema-chrome.json. More information is available below. Open an issue to request more policy controls.

Extension IDs

Chrome: bhghoamapcdpbohphigoooaddinpkbai

Firefox: authenticator@mymindstorm

Firefox

Documentation: Deploy, Configure

Example:

{
  "name": "authenticator@mymindstorm",
  "description": "ignored",
  "type": "storage",
  "data":
  {
    // Your settings here
  }
}

Chrome

Documentation: Deploy, Configure

The format for Chrome policies is different per-platform, but a working config for Linux would look like this:

{
  "3rdparty": {
    "extensions": {
      "bhghoamapcdpbohphigoooaddinpkbai": {
        // Your settings here
      }
    }
  }
}