Windows Phone 应用程序的 C# 中的 OpenID Connect

OpenID Connect in c# for Windows Phone app

有没有办法在 c# 中为 Windows phone app.

实现 Open Id 连接

我提到了这个网站 OpenId Connect 但这里的实现是 java,python.

我在我的 Windows phone 应用程序中使用此 OAuth2.0 for Mobile and Desktop Apps 创建了一个 google+ 身份验证,但我想使用 OpenId Connect 实现相同的身份验证。

我是新手 this.Any 非常感谢帮助。

是的,您可以将 C# windows phone 连接到 googles openid 服务器。这样做的主要问题是您将不得不自己编写所有代码。据我所知,没有为 google 登录 windows phone 创建库。我知道 google .net 客户端库不支持它。

最好的起点是检查openid connect,这将为您提供在应用程序中实现此功能所需的信息。