Azure Mobile Apps自定义身份验证

Par*_*ron 6 .net authentication azure custom-authentication azure-web-sites

我正在使用新的Azure移动应用程序(不是旧的移动服务)作为我的Xamarin-App的后端.移动应用程序附带了一堆社交身份验证选项(例如Twitter,Facebook ......),但我希望使用自己的帐户表进行自己的身份验证.

对于旧的移动服务,自定义身份验证在此处描述:http: //azure.microsoft.com/de-de/documentation/articles/mobile-services-dotnet-backend-get-started-custom-authentication/ 此方法使用a LoginProvider,这在移动应用程序中不再可用.从移动服务迁移到移动应用程序的文档只是说:

移动应用程序和移动服务之间最大的区别之一是,在移动应用程序的情况下,登录由App Service Gateway处理,而不是代码站点. http://azure.microsoft.com/de-de/documentation/articles/app-service-mobile-dotnet-backend-migrating-from-mobile-services-preview/

那是什么意思?如何实现自定义身份验证?

谢谢 :)

Wil*_* Ku 1

自定义身份验证当前在移动应用程序中不可用,请参阅azure应用程序服务文档中的评论

当移动应用程序普遍可用 (GA) 时,它应该可用。我有相同的登录要求,现在必须使用移动服务。