You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah Google gets cranky if the callback URL isn't exactly the same as the one configured for it's Oauth2 service access. We would need to remove the appending of querystring to callback URL and instead rely on session to keep track of the redirect URL.
I am facing redirect problem for google. For facebook, it's working. But for google it's display
redirect_uri_mismatch
error.My AppController setup as below:
My request URL as below:
I am using CakePHP version 3.4.10 and admad/cakephp-hybridauth version 4.1.1
The text was updated successfully, but these errors were encountered: