asp.net-mvc - Google OpenID 2.0 逐步淘汰 - Owin 集成

标签 asp.net-mvc google-api asp.net-identity owin

由于 Google 的 OpenId 2.0 已被淘汰,有谁知道使用 Asp.Net Identity 和 Owin 使用 Google+ 进行身份验证的最佳方法是什么?

最佳答案

这是 Microsoft 在 Katana 项目的 CodePlex 问题中的回应...

Yes, our Google OpenID support has been marked as Obsolete in Katana v3, and our Google OAuth support has been updated to incorporate their breaking changes. See GoogleOAuth2AuthenticationOptions. Expect a v3-beta2 release containing these changes soon, our try our nightly builds.

来源:http://katanaproject.codeplex.com/workitem/274

开源 Owin.Security.Providers 项目 ( NuGet | GitHub ) 中提供了 Google+ 支持。

关于asp.net-mvc - Google OpenID 2.0 逐步淘汰 - Owin 集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24166414/

相关文章:

.NET Core 2.2 CORS 不允许请求

python - 将 Google Calendar API v 3 与 Python 结合使用

c# - 如何覆盖 ASP.NET Core Identity 的密码策略

.net - Global.asax ASP.Net Web API 中的 GlobalConfiguration.Configuration.EnsureInitialized() 是什么

javascript - MVC 500 内部服务器错误

c# - ASP MVC 中的动态验证

api - 用于在 Google Apps 域中获取最大许可数的 Google API

google-api - 如何获得访问 Google Play 开发者 API 的授权

asp.net - 无法在 Asp.Net Identity 中使用 UserManager.RemovePassword() 和 UserManager.AddPassword() 更改密码

asp.net-mvc - UserManager.Create(用户,密码)抛出 EntityValidationError 说 Id 是必需的?