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

JamfTechHelp
New Contributor II

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 suggestScreenshot 2021-12-17 at 10.55.27 AM.png

1 ACCEPTED SOLUTION

KyleEricson
Valued Contributor II

 

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

 

2021-12-17_20-56-52.png

Read My Blog: https://www.ericsontech.com

View solution in original post

2 REPLIES 2

KyleEricson
Valued Contributor II

 

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

 

2021-12-17_20-56-52.png

Read My Blog: https://www.ericsontech.com

JamfTechHelp
New Contributor II

@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 suggestScreenshot 2021-12-17 at 10.55.27 AM.png


<key>CheckOnNetworkChange</key>

<true/>

<key>SignIn</key>

<key>AutoAuthenticate</key>

<true/>

<key>AutoMFA</key>

<false/>

<key>RequireSignIn</key>

<true/>