Posted on 02-03-2021 11:28 AM
Trying to get a definitive answer on this, I believe the answer is no, but have persistent users looking for an answer.
Is it possible to utilize the workplace join key with Firefox for conditional access?
We have the cloud connector enabled and working fine, Safari, Chrome and Edge all work great. Just trying to get a concrete answer on yes/no for Firefox?
Posted on 02-04-2021 10:21 AM
Since Firefox version 75 and later this is possible, you only have to set some keys for preference domain org.mozilla.firefox
See example below
<?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>EnterprisePoliciesEnabled</key>
<true/>
<key>Preferences</key>
<dict>
<key>security.osclientcerts.autoload</key>
<true/>
</dict>
</dict>
</plist>
Once you have deployed this to a device you can make sure the setting is active by going to about:config