Posted on 11-25-2024 06:18 AM
Hi All,
I am trying to get the user and location details auto populated in Jamf Pro for each user after enrollment, has anyone got a Script for auto populating user information after or during enrollment with Entra ID?
Thanks
Posted on 11-25-2024 06:31 AM
At JAMF Settings -> Computer Management -> Inventory Collection Select "Collect user and location information from directory service.
Posted on 11-25-2024 06:36 AM
@Shyamsundar that already check, I am not see the user and location auto populating after enrollment
Posted on 11-25-2024 06:39 AM
if you go to the Cloud identify providers at System Settings Click on Test and when you search for the user , did you able to get required attribute details
Posted on 11-25-2024 06:41 AM
that worked, but I mean the user profile, please see screenshot below
Posted on 11-25-2024 06:53 AM
What happens when you click on Edit enter the user details and click on Search, Were you able to auto-populate all the details from Entra, Like Name, email, Phone no etc.. if not I would suggest checking the attribute mapping
Posted on 11-25-2024 06:56 AM
That the manual which works, but I want to auto populating that action
Posted on 11-25-2024 08:36 AM
Have you used the Enrollment Customization with a Directory Service Authentication pane, users can login and the user information details will populate. It is used during the enrollment as the device is registered.
Posted on 11-25-2024 09:48 AM
Hello @Lion55
To enable automatic population of User and Location details in Jamf Pro after enrollment using Entra ID, you can leverage the Enrollment Customization Settings in Jamf Pro with PreStage Panes and Single Sign-On (SSO) Authentication. Here's how it works:
Enable SSO in Jamf Pro:
Ensure you have configured Single Sign-On (SSO) in Jamf Pro with your Identity Provider (IdP). This setting allows users to authenticate with their organization credentials during enrollment.
Configure Enrollment Customization Settings:
Navigate to PreStage Panes in Jamf Pro and enable the Single Sign-On Authentication pane. During enrollment, users will be prompted to sign in using their organization's SSO credentials.
Integration with Directory Service:
For more detailed instructions, you can refer to Jamf's documentation on Enrollment Customization Settings here: JamfPro Documentation.
Posted on 11-26-2024 09:37 AM
If the Username field is automatically filled (under Inventory > User and Location > Username).
and your inventory collection is configured to "Collect user and location information from Directory Service,"
then all you need to do is add a recon (inventory) step to your process. This will populate the values.
Posted on 11-27-2024 09:15 AM
Hi, I already have this in place but I was wondering if the recon step would update the "Department" field from the previous (not empty) one to a new one set on Entra, for example:
Should it update the value to "Sales"?
Thanks