2012-12-04 64 views
1

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的OAuthWebSecurity for Google

ASP.Net MVC的OAuthWebSecurity for Google是否使用Google Plus或其他Google認證方法?

謝謝。

+1

如果你仍然在尋找一個實現,請[嘗試我](https://github.com/mj1856/DotNetOpenAuth.GoogleOAuth2) - 謝謝。 –

+0

@MattJohnson謝謝!這正是我正在尋找的。 –

回答

0

我已經反映了OAuthWebSecurity類,它使用Google OpenID接口進行身份驗證。這不是在做OAuth。目前,我認爲你將不得不烤自己的DotNetOpenAuth.AspNet.IAuthentication實現。我實際上正在開始相同的冒險。