Skip to main content
Solved

Okta Login

  • August 9, 2023
  • 6 replies
  • 17 views

saeid_agheli
Forum|alt.badge.img+7

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.

Best answer by merlin

hey, did you set

DisableFDEAutoLogin

property to false?
Documentation for reference

6 replies

thebrucecarter
Forum|alt.badge.img+15
  • Jamf Heroes
  • 199 replies
  • August 9, 2023

saeid_agheli
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 33 replies
  • August 9, 2023

Forum|alt.badge.img+6
  • Contributor
  • 18 replies
  • Answer
  • August 10, 2023

hey, did you set

DisableFDEAutoLogin

property to false?
Documentation for reference


saeid_agheli
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 33 replies
  • August 10, 2023

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 


saeid_agheli
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 33 replies
  • August 10, 2023

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 


Forum|alt.badge.img+6
  • Contributor
  • 18 replies
  • August 11, 2023

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>