會員 API WP7 (Membership API WP7)


問題描述

會員 API WP7 (Membership API WP7)

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

‑‑‑‑‑

參考解法

方法 1:

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

(by Anup MarwadiDidier Caron)

參考文件

  1. Membership API WP7 (CC BY‑SA 3.0/4.0)

#asp.net-membership #azure #windows-phone-7






相關問題

更改會員等級時區 (change membership class time zone)

將 AspNetSqlMembershipProvider 用戶遷移到 WebMatrix (Migrate AspNetSqlMembershipProvider users to WebMatrix)

Beberapa aplikasi dengan keanggotaan dan nama aplikasi yang sama (Multiple applications with membership and same applicationName)

簡單的會員管理帳戶 (Simple Membership Admin Accout)

如何設置 RIA 服務以使用現有的 ASP.Net 成員基礎 (How to setup RIA Services to use an existing ASP.Net membership base)

具有多個數據庫或提供程序的 MVC4 簡單成員身份驗證 (MVC4 Simple Membership authentication with multiple databases or providers)

班級設計決策 (Class design decision)

從 Web.Config 獲取 MembershipProvider 的屬性 (Get MembershipProvider's Properties from Web.Config)

會員 API WP7 (Membership API WP7)

模擬會員 (Mocking Membership)

如何使用 LINQ 和 ASP.NET MVC 持久化用戶與其關聯的數據庫? (How do I persist which database a user is associated with it using LINQ and ASP.NET MVC?)

關於在 Web 應用程序中使用 ASP.NET 安全性和成員資格 (About using ASP.NET security and Membership in web applications)







留言討論