ASP.Net MVC的Google OAuthWebSecurity

时间:2012-12-04 15:36:36

标签: oauth asp.net-mvc-4 google-plus google-oauth

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

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

感谢。

1 个答案:

答案 0 :(得分:0)

我已经反映了OAuthWebSecurity类,它正在使用Google OpenID界面进行身份验证。它没有做OAuth。目前,我认为你必须烘焙自己的DotNetOpenAuth.AspNet.IAuthentication实现。我实际上正在开始同样的冒险。