Jamf Connect - Initiate Password Change via Policy

michaelprice
New Contributor III

We're trying to initiate a Jamf Connect password change workflow from a policy, rather than from the Jamf Connect menubar item.

I see there are options for opening menu items using URL schemes (open jamfconnect://) but there doesn't seem to be a Change Password option, and the action command (open jamfconnect://action/Change%20Password...) doesn't work.

Anyone have a solution?

3 REPLIES 3

YanW
Contributor III

Depends on the name

 

open "jamfconnect://action/Open Calculator"

 

screenshot.png

healthcareaa
New Contributor III

I was looking at a solution as well. The Jamf Connect built in popup is not enough.

I was thinking of a script that checks for if the passwords are in sync or not. If passwords not in sync, it kills the Jamf Connect app. Since Jamf Connect menu bar app should be always running, it reopens the window on the user's screen and says Authentication failed, then allows them to enter new Okta password to get rid of the popup (requires Auto Authenticate) turned on. My scripting skills aren't great so can't get that first piece working. 

michaelprice
New Contributor III

The only progress I have made on this is to create an Automator app that mouses/clicks the Jamf Connect "Change Password..." menu item.  This is messy because it requires the app installation and Accessibility option enabled in Security & Privacy, but it does work.