Hey all, I've pieced together what I think are all the steps for using a Notify Screen along with our basic Jamf Connect setup, but it's been mostly a copy-paste from the JC documentation so I'm not confident it's as smart as it could be.
We run a very general Jamf Connect login with Okta and are adding a Notify screen to newly enrolled computers to install basic apps on first setup.
Some questions I am confused about:
- Is it smart to have two different Jamf Connect config profiles? One for the initial setup and one for ongoing use?
The reason I ask is we have a single Jamf Connect config profile that contains all the login info in: "Jamf Applications" com.jamf.connect.login as well as "Upload" com.jamf.connect for the JC app properties but we ALSO have "Upload" com.jamf.connect.authchanger which contains the default strings of -reset, -jamfconnect, and -notify
Would it be smarter to have one 'enrollment only' config profile that has all 3, then an 'ongoing' config profile that is the same but omits com.jamf.connect.authchanger? - What does the "Upload" of com.jamf.connect.authchanger (with above the flags listed above) even do? We have the 'script path' property that points to our Jamf Notify script in com.jamf.connect.login and I assumed that would be all that's needed?
- At the end of our Notify script we run
/usr/local/bin/authchanger -reset​​
But that seems to reset Jamf Connect entirely to the point I only have the normal MacOS login.
If I instead run:
/usr/local/bin/authchanger -reset -JamfConnect​I will have the expected JamfConnect window (however we use passthrough anyway so I only see it VERY briefly after breaking the Filevault login).
Is that what I should be running at the end of my Notification script? Or more generally, should every Jamf Connect customer be using the -JamfConnect flag to set their default login window back to JamfConnect?
Since piecing this all together it does work but it feels like I've patched it into a whole but there's one or two too many things going on and I've made life hard on myself, or any future person coming to take it over.
Sorry for the novel! I appreciate ANY help or guidance anybody can provide.
