Posted on 08-08-2023 05:02 PM
I'm new to Jamf, but I've been working on configuring the Okta side of things. I've managed to get Jamf Connect integrated with Okta, but I'm encountering an issue during testing. The system prompts for login twice - first for Disk Encryption, then for Okta. Is there a way to streamline the process so that only the Okta login is required to access the Mac, without involving the local account that Jamf Connect set up? Your guidance would be much appreciated.
Solved! Go to Solution.
Posted on 08-10-2023 02:53 AM
Posted on 08-11-2023 12:28 AM
It's not a policy it's a configuration profile, you can use the same one you already use for Jamf Connect or create a separate one.
The domain is com.apple.loginwindow and the plist contains
<?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>
<false/>
</dict>
</plist>
Posted on 08-09-2023 04:56 AM
Posted on 08-09-2023 07:52 AM
Thanks but i read all this it not help for me
Posted on 08-10-2023 02:53 AM
Posted on 08-10-2023 09:20 AM
Thanks, @merlin i will create another policy as regards the document about the
DisableFDEAutoLogin
is that I'm doing right to create a different policy or I need and inside the jam connect login policy
Posted on 08-10-2023 09:21 AM
because after im created and tested its not working
Posted on 08-11-2023 12:28 AM
It's not a policy it's a configuration profile, you can use the same one you already use for Jamf Connect or create a separate one.
The domain is com.apple.loginwindow and the plist contains
<?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>
<false/>
</dict>
</plist>