Okta Login

saeid_agheli
New Contributor III

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.

2 ACCEPTED SOLUTIONS

merlin
New Contributor III

hey, did you set

DisableFDEAutoLogin

property to false?
Documentation for reference

View solution in original post

merlin
New Contributor III

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>

 

View solution in original post

6 REPLIES 6

Thanks but i read all this it not help for me 

merlin
New Contributor III

hey, did you set

DisableFDEAutoLogin

property to false?
Documentation for reference

saeid_agheli
New Contributor III

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 

merlin
New Contributor III

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>