Google Login Returns 404
-
Hey,
Google Login is returning “Scope URLs” in the URL and Mod_security is blocking it so it leads users to 404. As far as I know, these URLs were used for Old Scopes and new ones are just profile and email. I can’t disable mod_security so I’m hoping that you probably have the workaround.This is URL it is redirecting me to:
https://#######.com/wp-login.php?apsl_login_id=google_check&state=######&code=######&scope=profile+https://www.googleapis.com/auth/userinfo.profile+https://www.googleapis.com/auth/profile.emails.readIt works when I remove this part of the URL:
+https://www.googleapis.com/auth/userinfo.profile+https://www.googleapis.com/auth/profile.emails.read
means the working URL is:
https://#######.com/wp-login.php?apsl_login_id=google_check&state=######&code=######&scope=profile
- The topic ‘Google Login Returns 404’ is closed to new replies.