我正在尝试通过 Google Open Auth 2.0 在我的 MVC 3 Web 应用程序中实现身份验证。我已经成功地形成了 URL 请求 URL,它看起来像这样:
我的期望是被重定向到以下 URL:
http://localhost:1291/Account/Google?access_token=VALUE&token_type=VALUE&expires_in=VALUE
但实际上我被重定向到这里:
http://localhost:1291/Account/Google#access_token=VALUE&token_type=VALUE&expires_in=VALUE
唯一的区别在于“#”和“?” 并且没有问号,我看不到查询字符串参数