Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Unable to configure Firefox on Mac with provisioning profile

  • 3 replies
  • 0 have this problem
  • 17 views
  • Last reply by Kevin Brown

I'm trying to configure Firefox on Mac using our MDM. The goal is ultimately to control a bunch of settings, but I'm trying to start simple by just installing the 1Password extension.

When I deploy this .mobileconfig file, nothing seems to happen to Firefox. I made this by following the example at https://github.com/mozilla/policy-templates/blob/master/mac/org.mozilla.firefox.plist but it doesn't seem to work and I am not sure how to debug.

<plist version="1.0"> <dict> <key>PayloadContent</key> <array> <dict> <key>PayloadContent</key> <dict> <key>org.mozilla.firefox</key> <dict> <key>Forced</key> <array> <dict> <key>EnterprisePoliciesEnabled</key> <true/> <key>Extensions</key> <dict> <key>Install</key> <array> <string>https://addons.mozilla.org/firefox/downloads/latest/1password-x-password-manager/latest.xpi</string> </array> </dict> <key>PasswordManagerEnabled</key> <false/> <key>ExtensionUpdate</key> <true/> </dict> </array> </dict> </dict> <key>PayloadEnabled</key> <true/> <key>PayloadIdentifier</key> <string>e441f671-148a-4039-a45d-12514e6d92b2</string> <key>PayloadType</key> <string>com.apple.ManagedClient.preferences</string> <key>PayloadUUID</key> <string>e441f671-148a-4039-a45d-12514e6d92b2</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </array> <key>PayloadDescription</key> <string>Installs the 1Password Firefox extension for ease of use.</string> <key>PayloadDisplayName</key> <string>1Password Firefox Extension</string> <key>PayloadIdentifier</key> <string>77dc9f8b-aaee-4f91-93ba-30b81cc6a31b</string> <key>PayloadOrganization</key> <string>Exogee</string> <key>PayloadRemovalDisallowed</key> <true/> <key>PayloadScope</key> <string>System</string> <key>PayloadType</key> <string>Configuration</string> <key>PayloadUUID</key> <string>77dc9f8b-aaee-4f91-93ba-30b81cc6a31b</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </plist>

I'm trying to configure Firefox on Mac using our MDM. The goal is ultimately to control a bunch of settings, but I'm trying to start simple by just installing the 1Password extension. When I deploy this .mobileconfig file, nothing seems to happen to Firefox. I made this by following the example at https://github.com/mozilla/policy-templates/blob/master/mac/org.mozilla.firefox.plist but it doesn't seem to work and I am not sure how to debug. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>PayloadContent</key> <array> <dict> <key>PayloadContent</key> <dict> <key>org.mozilla.firefox</key> <dict> <key>Forced</key> <array> <dict> <key>EnterprisePoliciesEnabled</key> <true/> <key>Extensions</key> <dict> <key>Install</key> <array> <string>https://addons.mozilla.org/firefox/downloads/latest/1password-x-password-manager/latest.xpi</string> </array> </dict> <key>PasswordManagerEnabled</key> <false/> <key>ExtensionUpdate</key> <true/> </dict> </array> </dict> </dict> <key>PayloadEnabled</key> <true/> <key>PayloadIdentifier</key> <string>e441f671-148a-4039-a45d-12514e6d92b2</string> <key>PayloadType</key> <string>com.apple.ManagedClient.preferences</string> <key>PayloadUUID</key> <string>e441f671-148a-4039-a45d-12514e6d92b2</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </array> <key>PayloadDescription</key> <string>Installs the 1Password Firefox extension for ease of use.</string> <key>PayloadDisplayName</key> <string>1Password Firefox Extension</string> <key>PayloadIdentifier</key> <string>77dc9f8b-aaee-4f91-93ba-30b81cc6a31b</string> <key>PayloadOrganization</key> <string>Exogee</string> <key>PayloadRemovalDisallowed</key> <true/> <key>PayloadScope</key> <string>System</string> <key>PayloadType</key> <string>Configuration</string> <key>PayloadUUID</key> <string>77dc9f8b-aaee-4f91-93ba-30b81cc6a31b</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </plist>

All Replies (3)

I'll note that the forum software stripped the Doctype directive, but I can't attach it, and I can't code block it, so I can put it up on GitHub if that's easier, but hopefully this is enough.

Helpful?

If that isn't a Mozilla created then you should ask the site or whomever created it for support on installing it or post to site that has users familiar with that program to diagnosis the issue.

Helpful?

The program I'm trying to get help with is Firefox. Is this not the site for Firefox support?

Helpful?

Ask a question

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.