Firefox Browsers in Windows
Overview
This guide outlines the steps to deploy the Concentric browser extension for Firefox using Microsoft Intune. The process involves configuring ADMX settings and individual policies.
Extension Details
Extension ID:
[email protected]Installation URL:
https://addons.mozilla.org/firefox/downloads/file/4355025/swift_security_extension-1.3.7.xpi
Steps to Deploy
1. Download the Firefox ADMX Template
Download the latest Firefox ADMX template from the following link: Firefox ADMX Templates
Extract the
.zipfile.Navigate to the "policy-templates" folder.
Locate these two files:
firefox.admxfirefox.adml(inside the en-US folder)
2. Sign in to Microsoft Intune
Access Microsoft Intune Admin Center.
3. Create a Configuration Profile
Navigate to Configuration Profiles and select Create Profile.
Choose Windows 10 and Later as the platform and select Templates as the profile type.
Choose Custom Template name.
Click Create.
Enter a name for the profile, such as Firefox Configuration, and provide an optional description.
Click Next.
Configure Basic Settings:
In the Basics tab, enter a name and description, then click Next.
4. Upload the Firefox ADML File First
Click Add to create a new configuration setting.
Enter a name (e.g., Firefox ADML) and an optional description.
For the OMA-URI, enter:
./Device/Vendor/MSFT/Policy/ConfigOperations/ADMXInstall/Firefox/Policy/FirefoxAdmlSelect String as the Data type.
Value: Paste the entire content of
firefox.admlfile.Click Add.
5. Upload the Firefox ADMX File
Click Add to create a new configuration setting.
Enter a name (e.g., Firefox ADMX) and an optional description.
For the OMA-URI, enter:
./Device/Vendor/MSFT/Policy/ConfigOperations/ADMXInstall/Firefox/Policy/FirefoxAdmxSelect String as the Data type.
Value: Paste the entire content of
firefox.admxfile.Click Add.
6. Add the Firefox Extension Policy
Click on the profile you created earlier.
In the sidebar, click Properties under the Manage section.
Click Edit next to Configuration Settings.
Click Add to create a new OMA-URI entry.
For the OMA-URI, enter:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettingsEnter the following value for the policy:
<enabled/> <data id="ExtensionSettings" value='{ "[email protected]": { "installation_mode": "force_installed", "install_url": "https://addons.mozilla.org/firefox/downloads/file/4355025/swift_security_extension-1.3.7.xpi" } }'/>Click Add.
Assign the Profile:In the Assignments tab, assign the profile to the appropriate user or device group. Preview the settings and click Next.
Applicability Rules: Click Next.
Review + create: Click Create.
Last updated