[Google Auth Error] Getting "Unauthorized Response" from Google Auth

Hello, I’m getting an “Unauthorized” response when I try to login when I try to test my connection in the social (google section tab. I have verified my app on the Google OAuth Consent Screen. I have double checked that the secret was accurate, I’ve tried manually typing it in and yet I’m still getting that error. Below is what my request data looks like, can somebody please help me figure out what to do.

{
  "body": {},
  "qs": {
    "state": "9k8WM4Rf0bd1U9cXTXJUdbIOMlrECLra",
    "code": "4/0AbUR2VMY-HuPJKtpzSkGo7T2XeIfnzZH1MCXudi6MnEOMWTgryR9ReqJXDv8xF8lsj-CKQ",
    "scope": "email profile https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile openid",
    "authuser": "1",
    "prompt": "consent"
  },
  "connection": "google-oauth2",
  "error": {
    "message": "Unauthorized",
    "oauthError": "invalid_request",
    "type": "request-error"
  },
  "session_id": "MsbMUM3EjZ6EiSiiKx9Dcog3I5WPG3W8",
  "riskAssessment": null
}

I resolved this by deleting the default google-auth social connection and re-creating one

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.