Disable Jamf Connect Menu Bar Popup for Local Admin

RyanDahl
New Contributor II

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.

1 ACCEPTED SOLUTION

mikevandelinder
Contributor
Contributor

@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#...

View solution in original post

2 REPLIES 2

mikevandelinder
Contributor
Contributor

@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#...

kacey3
Contributor II

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