Posted on 06-07-2023 02:46 PM
Still trying to wrap my head around how this works. I have an enrollment process in place where I can send a user new in the box mac and it pretty much sets up itself, we have to have FileVault encryption and we are using Azure with MFA. After everything is completed if the user reboots they are presented with the FileVault login, then it brings up the Jamf Connect login to Azure which will prompt for MFA. Is that the expected behavior?
Solved! Go to Solution.
Posted on 06-08-2023 07:56 AM
Depending on your MacOS, JAMF Connect and Azure configurations, yes. This seems to be working as it should be for best practices.
<?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>DisableFDEAutoLogin</key>
<true/>
</dict>
</plist>
Posted on 06-08-2023 07:56 AM
Depending on your MacOS, JAMF Connect and Azure configurations, yes. This seems to be working as it should be for best practices.
<?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>DisableFDEAutoLogin</key>
<true/>
</dict>
</plist>