会员 API WP7

发布于 2024-11-25 03:53:52 字数 602 浏览 1 评论 0原文

我有一个问题,我已经研究了很多,但尚未找到任何可靠的答案。

我正在开发一个 Web 应用程序,可能使用会员 API 进行用户会员资格和身份验证。当人们从浏览器登录时,这非常有用。这已经经过尝试和测试,效果非常好。

我想从我的 WP7 (Windows Phone) 扩展相同的“注册/登录”功能。现在我的问题是: 1. 最好的方法是什么? 2.我可以使用WCF来做同样的事情吗?我知道我可以使用 Cookie 容器方法,但这会导致删除 cookie 等问题,对吧?

我希望 WP7 应用程序能够正常工作,以便用户登录后保持登录状态。

  1. 我是否必须编写自己的 OAuth2 提供程序?如果是,有人可以向我提供任何可以给我提供示例的好的链接吗?

更好的是,人们是否开发了自己的使用用户注册和身份验证的 WP7 应用程序?任何见解都会有帮助。

据我了解,Azure 现在具有访问控制功能,允许我链接到 Hotmail、Facebook 等来验证用户。在这种情况下,如何确保我仍然将此身份验证与内部用户标识符链接?

我对过多的选项有点困惑,没有一个流行的博客清楚地解释了这一点(我还没有遇到过!)

我非常感谢见解。

问候, 阿努普

I have a question that I have researched a lot but cannot find any solid proven answers for yet.

I have a Web Application that I am developing, potentially using Membership API for user membership and authentication. This works great when people login from their browsers. This has been tried and tested and it just works great.

I want to extend the same 'Registration/Login' functionality from my WP7 (Windows Phone). Now my questions are:
1. What is the best approach to do the same?
2. Can I use WCF to do the same? I know I could use the Cookie Container approach, but this will cause issues on removal of cookies etc right?

I want the WP7 app work such that once the user logs in, he remains logged in.

  1. Will I have to write my own OAuth2 provider? If yes, can someone please provide me with any good links that give me examples.

Even better, have people developed their own WP7 applications that use User Registration and Authentication? Any insights would help.

I understand that Azure now has Access Control that allows me to link in with Hotmail, Facebook etc to validate a user. In this scenario, how can I ensure that I still link this authentication with an Internal User identifier?

I am a little confused with the plethora of options and not a single popular blog explains this clearly (NOT that I have come across, yet!)

I would highly appreciate insights.

Regards,
Anup

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

软糯酥胸 2024-12-02 03:53:52

有一个与 ACS 和 ACS 连接的演练msdn 上的 Windows Phone 7(包括源文件):

http://msdn.microsoft.com/en- us/gg192968

希望这有帮助

there is a walkthrough for connecting with ACS & windows Phone 7 (including source files) on msdn:

http://msdn.microsoft.com/en-us/gg192968

hope this helps

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文