Azure Mobile App - Custom Authentication

Posted mthoutai

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Azure Mobile App - Custom Authentication相关的知识,希望对你有一定的参考价值。


Custom Authentication:

1. For OLD Mobile Service - https://azure.microsoft.com/en-us/documentation/articles/mobile-services-dotnet-backend-get-started-custom-authentication/

2. For NEW Mobile App -

keys:

  1. Turn on App Service Authentication
  2. Add Microsoft.Azure.Mobile.Server.Login NuGet package
  3. Create custom authentication endpoint
  4. Configure service to require authentication
  5. Use token on client

http://www.newventuresoftware.com/blog/custom-authentication-with-azure-mobile-apps/

https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-dotnet-backend-how-to-use-server-sdk


以上是关于Azure Mobile App - Custom Authentication的主要内容,如果未能解决你的问题,请参考以下文章

如何将推送通知从 Azure 发送到 Windows Mobile Cordova 应用程序

定义没有定义jquery.mobile.custom.js?

什么时候使用哪个库? azure-mobile-apps-js-client 和 cordova-plugin-ms-azure-mobile-apps

如何将 Azure 授权社交提供程序与静态 html 角度网站一起使用?

Unable to create Azure Mobile Service: Error 500

从 UWP 客户端使用 Azure 移动服务进行身份验证