Skip to main content

Hello, Anyone here already tried to deploy LastPass extension in Safari? Any solutions on how we can enable/checked the last pass extension in Safari through JAMF? Thank you in advance!

Not possible. Apple does not allow the programatic enablement of Safari Extensions. Apple stopped allowing MDM or CLI to enable Safari Extensions when they switch Safari to using App Extensions a couple of years back. This is a job for an Apple Feedback request.

 

Product Feedback - Apple


You need to deploy the Desktop Application.  When the user first authenticates, the software directs them to enabling the Safari Extension.  Depending on your environment's change control procedures, you may want to disable auto-updates if end users don't have admin rights.  I include the defaults command below as a post install script.

/usr/bin/defaults write /Library/Preferences/com.lastpass.lastpassmacdesktop SUEnableAutomaticChecks -bool false


Reply