Skip to main content
Question

macOS 26.1, ADE, Enrollment Customization, and Jamf Connect - Major Breaking Issue

  • November 21, 2025
  • 0 replies
  • 72 views

Forum|alt.badge.img

So I’ve started seeing an issue with macOS 26.1 trying to set up new machines.

The enrollment customization is not passing the user info from the SAML token, which is a known issue but usually sending the workaround profile that sets those attributes works fine. Here is the payload:

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

    <dict>

        <key>EnrollmentRealName</key>

            <string>$REALNAME</string>

        <key>EnrollmentUserName</key>

            <string>$USERNAME</string>

    </dict>

</plist>


it’s not working now, I’m not even seeing the computer’s username change in Jamf Pro after signing in through the enrollment customization like I used to. 

Once setup assistant completes, Jamf Connect is installed, but when I get the re-enter your password screen I cannot progress past that since it doesn’t know who I am to create the account.

Searching for this issue has been almost impossible.

Is anyone else seeing this?