我正在为 liferay 用户尝试 google oAuth 身份验证。用于 Google OAuth 的 URL 是
https://accounts.google.com/o/oauth2/auth?client_id=myClientId&redirect_uri=http://localhost:8090/c/login/oauth2callback&response_type=code&scope=https://www.googleapis.com/auth/userinfo.profile+https://www.googleapis.com/auth/userinfo.email
它会将我重定向到谷歌登录页面(如果用户未登录),然后是授权页面。
在我说允许之后,浏览器将我重定向到
https://accounts.google.com/o/noscript
说
You've reached this page because we have detected that Javascript is disabled in your browser. The page you attempted to load cannot display properly if scripts are disabled.
Please enable scripts and retry the operation or go back in your browser
它只发生在 Firefox(我使用 16.0.2,即使在早期版本中也发生)和 chrome(22) 中。它在 IE 中运行良好。
这里会有什么问题?