12-16-2021 09:25 PM - edited 12-16-2021 09:27 PM
I tried to deploy Jamf Connect with GoogleID as per the Jamf Connect admin guide but during login, I'm getting an error "Configuration is nil or invalid"
Does anyone come across this issue? please suggest
Solved! Go to Solution.
Posted on 12-17-2021 06:59 PM
@JamfTechHelp Hey I had the same issue and found an undocumented requirement. You need to set this key as True in your Jamf Connect Login config.
<key>OIDCNewPassword</key>
<true/>
Posted on 12-17-2021 06:59 PM
@JamfTechHelp Hey I had the same issue and found an undocumented requirement. You need to set this key as True in your Jamf Connect Login config.
<key>OIDCNewPassword</key>
<true/>
Posted on 12-17-2021 07:53 PM
@KyleEricson - Thanks for your input. And also for sync, we have used the below attributes and post that password syncing started working on Jamf Connect 2.7.0 version.
@JamfTechHelp wrote:I tried to deploy Jamf Connect with GoogleID as per the Jamf Connect admin guide but during login, I'm getting an error "Configuration is nil or invalid"
Does anyone come across this issue? please suggest
<key>CheckOnNetworkChange</key>
<true/>
<key>SignIn</key>
<key>AutoAuthenticate</key>
<true/>
<key>AutoMFA</key>
<false/>
<key>RequireSignIn</key>
<true/>