Posted on 12-30-2024 02:54 PM
I'm checking if there is some configuration profile that can help to automatically add the username (generally the email or upn) during the sign-in process when you start your computer and Jamf Connect.
a month ago
If your enrolling with E-mail address that will get filled in automatically but not UPN
Since you auth with e-mail address on azure so it should work
This is the key
https://learn.jamf.com/en-US/bundle/jamf-connect-documentation-current/page/Login_Window_Preferences...
<key>CreateJamfConnectPassword</key>
<true/>
Wednesday
for the document link ... Does it mean it can't populate the user email address password ?
Automatically create a keychain item for Jamf Connect during the account creation process. This allows the Jamf Connect menu bar app to populate user credentials in the sign-in window when the app is first opened.
To use this setting, the Create a Separate Local Password (OIDCNewPassword
) setting must be disabled (set to false).
<key>CreateJamfConnectPassword</key>
<true/>