Posted on 01-03-2023 02:32 AM
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!
Posted on 01-03-2023 06:19 AM
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.
Posted on 01-04-2023 07:47 AM
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