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:
- Turn on App Service Authentication
- Add Microsoft.Azure.Mobile.Server.Login NuGet package
- Create custom authentication endpoint
- Configure service to require authentication
- Use token on client
http://www.newventuresoftware.com/blog/custom-authentication-with-azure-mobile-apps/
以上是关于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 角度网站一起使用?