Posted on 06-09-2023 11:15 AM
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.
Solved! Go to Solution.
Posted on 06-09-2023 11:28 AM
@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#...
Posted on 06-09-2023 11:28 AM
@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#...
Posted on 05-13-2024 11:58 AM
Thanks for this... it was exactly what I was looking for.