Skip to main content
Solved

Jamf Connect with GoogleID - Error "Configuration is nil or invaild"

  • December 17, 2021
  • 2 replies
  • 247 views

Forum|alt.badge.img+3

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

Best answer by KyleEricson

 

@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/>

 

2 replies

KyleEricson
Forum|alt.badge.img+17
  • Valued Contributor
  • Answer
  • December 18, 2021

 

@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/>

 


Forum|alt.badge.img+3
  • Author
  • New Contributor
  • December 18, 2021

@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/>