1

ASP.Net MVC 的 OAuthWebSecurity for Google 是否使用 Google 的 OAuth 2.0 进行身份验证?ASP.Net MVC 的 Google 的 OAuthWebSecurity 无法像 Facebook 和 Twitter 客户端那样输入密钥或秘密。同样,成功的 Google 身份验证不会返回任何令牌。为什么 Google 客户端与 Facebook 和 Twitter 客户端不同?

ASP.Net MVC 的 Google 的 OAuthWebSecurity 是使用 Google Plus,还是其他一些用于 Google 身份验证的方法?

谢谢。

4

1 回答 1

0

我已经反映了 OAuthWebSecurity 类,它使用 Google OpenID 接口进行身份验证。它不是在做 OAuth。目前,我认为您将不得不烘焙自己的 DotNetOpenAuth.AspNet.IAuthentication 实现。我实际上正在开始同样的冒险。

于 2012-12-25T08:27:41.860 回答