Skip to main content
Solved

Disable Jamf Connect Menu Bar Popup for Local Admin

  • June 9, 2023
  • 2 replies
  • 92 views

Forum|alt.badge.img+4

We have a local administrator account created as a part of our prestage and manual enrollment processes. It has no counterpart in our IdP (Azure in this case). However, the Jamf Connect Menu Bar app launches and demands a username and password.

Dragging the window off the side of the display is an ugly solution. Is there a way to exempt a specific user/group from needing to connect with (or even launching) the menu bar? I thought it might be a Login Item, but no such luck.

Best answer by mikevandelinder

@RyanDahl take a look at implementing the `PasswordSyncBlockList` in `com.jamf.connect` for the menubar app. You can define a list of local accounts for password sync flows to be skipped. https://learn.jamf.com/bundle/jamf-connect-documentation-current/page/Menu_Bar_App_Preferences.html#ariaid-title7

2 replies

Forum|alt.badge.img+13

@RyanDahl take a look at implementing the `PasswordSyncBlockList` in `com.jamf.connect` for the menubar app. You can define a list of local accounts for password sync flows to be skipped. https://learn.jamf.com/bundle/jamf-connect-documentation-current/page/Menu_Bar_App_Preferences.html#ariaid-title7


Forum|alt.badge.img+9
  • Contributor
  • May 13, 2024

Thanks for this... it was exactly what I was looking for.