msjit / testcasedb

TestCaseDB - Web based test case management
MIT License
40 stars 18 forks source link

Googleauth: 401. That’s an error. Error: disabled_client #22

Closed kirantpatil closed 10 years ago

kirantpatil commented 10 years ago

It is because the client ID (283342400864- bfsged1tjbbljuiclph3kbflc03r8uh8.apps.googleusercontent.com) stored in database is different from the one shown in browser.

I deleted the cookies and cache, but still no idea from where it is picking the wrong Client ID.

Error on browser


  1. That’s an error.

Error: disabled_client

The OAuth client was disabled. Request Details

scope=email profile
response_type=code
redirect_uri=https://qax.greenturtles.in/auth/google_oauth2/callback
access_type=offline
state=cc0a59a13f9ebb6bcaa8e063fb037d284990a9d875967910
client_id=283342400864-59er7aaun8mo3o9ukhkfk1ooruj9dsth.apps.googleusercontent.com

That’s all we know.

joffems commented 10 years ago

Did you restart the TestCaseDB server after changing the settings for google auth? A server restart is required after that step. (I will add a note to the settings page).

kirantpatil commented 10 years ago

Yes, it worked after restart.