tarecord / sign-in-with-google

A WordPress plugin that adds "Sign in with Google" functionality
https://wordpress.org/plugins/sign-in-with-google
GNU General Public License v2.0
26 stars 5 forks source link

Error 400: redirect_uri_mismatch #60

Closed Unstinted closed 2 years ago

Unstinted commented 3 years ago

the redirect URI in the request, https://harlunfh.com/?google_response, does not match the ones authorized for the OAuth client. To update the authorized redirect URIs, visit: https://console.developers.google.com/apis/credentials/oauthclient/${your_client_id}?project=${your_project_number}

adebo4all commented 3 years ago

You need to update your redirect URI from whatever it is to https://harlunfh.com/?google_response, on the Authorized redirect URIs section of the OAuth Client ID page on Google for it to match what it is in the application.

ttodua commented 2 years ago

@tarecord This issue should be closed as I see.