使用ASP.Net MVC4站點時,使用SimpleMembership添加OAuth身份驗證非常簡單。Azure Mobile Services vs MVC4 SimpleMembership
OAuthWebSecurity.RegisterTwitterClient(consumerKey,consumerSecret);
在客戶端設備上使用Azure移動服務時,添加OAuth身份驗證非常容易。
await App.MobileService.LoginAsync(MobileServiceAuthenticationProvider.Twitter);
問題是這些是兩個不同的數據存儲。我需要用戶能夠註冊和/或從應用程序或網站登錄。從設備和ASP.Net站點提供集成OAuth身份驗證的最佳/最簡單的方法是什麼?有樣品可用嗎?