I am trying to change from using development key to production key. I’ve followed the instructions in https://auth0.com/docs/connections/social/google. and was able to get the “try connection” to work but when I switch my server’s client ID and client secret, my server gets an error. Auth0’s logging shows the following:
{
“date”: “2020-10-06T00:39:20.041Z”,
“type”: “f”,
“description”: “Unknown client: ***.googleusercontent.com",
“connection_id”: “”,
“ip”: “...”,
“user_agent”: “Firefox 80.0.0 / Ubuntu 0.0.0”,
“details”: {
“body”: {},
“qs”: {
“client_id”: ".apps.googleusercontent.com",
“redirect_uri”: “http://79bf19ab1d41.ngrok.io/complete/auth0”,
“state”: "”,
“response_type”: “code”,
“scope”: “openid profile email”
},
“error”: {
“message”: “Unknown client: ********.apps.googleusercontent.com”,
“oauthError”: “invalid_request”,
“type”: “request-error”
}
},
“hostname”: “dev-nntcqe9x.auth0.com”,
“log_id”: “90020201006003923866000499649762847809327568498347475026”,
“_id”: “90020201006003923866000499649762847809327568498347475026”,
“isMobile”: false
}
Since the test works on the website, i’m not sure what i’m missing in my settings, what else could be different that I should double check?