ProfileCreator / ProfileManifests

Manifest repository for the ProfilePayloads framework
346 stars 147 forks source link

Include more keys in JamfConnect Login profile #431

Open robcraigfl opened 3 years ago

robcraigfl commented 3 years ago

Would be great to have more keys included in the JamfConnect Profile. Like LocalFallback and others. Also to be able to edit this by hand to add anything that is missing.

kevinmcox commented 3 years ago

Thanks for opening the issue. What other keys are missing aside from LocalFallback?

You can always edit the exported profiles in a text editor if needed to make adjustments as well.

robcraigfl commented 3 years ago

Thanks for the reply. For some reason when I tried editing it in a text editor It did not work. I've just retried and it's working now.

Here is the definitive list for the keys: https://docs.jamf.com/jamf-connect/1.18.2/administrator-guide/Configuring_Jamf_Connect_Login_with_Microsoft_Azure_AD.html

robcraigfl commented 3 years ago

I've just tested editing in BBEDit the config file and then importing back to ProfileCreator and it breaks the profile. A working profile now fails when deployed :( Is there any other way to add the LocalFallBack key in?

kevinmcox commented 3 years ago

Why are you importing it back into PC after the manual edit?

robcraigfl commented 3 years ago

Because I need to sign it :( And for some reason I can only sign via ProfileCreator. Jamf does not accept anything when I sign it via CLI :(

kevinmcox commented 3 years ago

Ah, there is a macOS bug with signing on the command line. Try using Hancock: https://github.com/JeremyAgost/Hancock

robcraigfl commented 3 years ago

Amazing. Works with Hancock.

kevinmcox commented 2 years ago

com.jamf.connect.login-OpenID.plist

Latest docs: https://docs.jamf.com/jamf-connect/2.9.0/documentation/Login_Window_Preferences.html

apizz commented 2 years ago

There's some reworking of the existing manifests which I already started working on. Don't use these so will need help to vet and test

kevinmcox commented 2 years ago

Glad some progress has been made. I started looking at it and there are a lot of keys... (We don't use Jamf Connect either.)

apizz commented 2 years ago

Yeah not only that but a lot has changed since original contribution and there's lots of little things to fix so it's slow going...