Hi James,
Thanks so much for the quick answer. I am using OpenID.
My error is logged in Auth0, please find json response bellow.
Let me know if you have any other questions.
{
"date": "2017-06-05T12:55:52.610Z",
"type": "f",
"description": "Access denied.",
"connection": "google-oauth2",
"connection_id": "con_7LIhcreigW2mmj1t",
"client_id": "xxxxxxxxxxxxxxxxxxxx",
"client_name": "xxxxxxxxxxxxxxxxxxxx",
"ip": "213.1.221.154",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36",
"details": {
"body": {},
"qs": {
"state": "BwQfJaECJMpdw09EZrHRcQpgkTokj~b4",
"code": "4/rGCTvDaTish11qXXY8k9SbOKtI7L7DRP9aXs8MqvXqc",
"scope": "openid",
"response_type": "token id_token",
"connection": "google-oauth2",
"connection_scope": "",
"sso": "true",
"_csrf": "QSA4b2fL-ZjGBDysOGrO4Cq7w8q48sKnkUMk",
"audience": "https://xxxxxxxxxxx.auth0.com/userinfo",
"nonce": "ht3q2bKb8YGFL2R.VLLt4b22.1bY0hMt",
"protocol": "oauth2",
"client_id": "xxxxxxxxxxxxxxxxxxxx",
"redirect_uri": "http://localhost:8080/callback",
"mfa_requested": false
},
"connection": "google-oauth2",
"error": {
"message": "Access denied.",
"oauthError": "unauthorized",
"type": "oauth-authorization"
},
"stats": {
"loginsCount": 18
}
},
"user_id": "google-oauth2|xxxxxxxxxxxxxxxxx",
"user_name": "xxxxxxx@xxxxx.xx",
"strategy": "google-oauth2",
"strategy_type": "social",
"log_id": "49560429270835143462033274365276196638692703163954233346"
}
Any help is much appreciated,
Thanks in advance.