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
Googleログインページ(ユーザーがログインしていない場合)にリダイレクトされ、次に認証ページにリダイレクトされます。
許可と言った後、ブラウザは私をにリダイレクトします
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では問題なく動作します。
ここで何が問題になるでしょうか?