Skip to main content

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.

This might help:  https://community.jamf.com/t5/jamf-connect/jamf-connect-with-okta-why-do-users-have-to-login-twice/m-p/251267

 


This might help:  https://community.jamf.com/t5/jamf-connect/jamf-connect-with-okta-why-do-users-have-to-login-twice/m-p/251267

 


Thanks but i read all this it not help for me 


hey, did you set

DisableFDEAutoLogin

property to false?
Documentation for reference


hey, did you set

DisableFDEAutoLogin

property to false?
Documentation for reference


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 


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 


because after im created and tested its not working 


because after im created and tested its not working 


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>

 


Reply