Azure 应用服务:自定义身份验证和社交提供程序
Posted
技术标签:
【中文标题】Azure 应用服务:自定义身份验证和社交提供程序【英文标题】:Azure App Service : Custom Authentication & Social providers 【发布时间】:2017-04-23 23:00:46 【问题描述】:我正在使用 Azure 移动应用服务进行开发,并且想知道自定义身份验证和可用的身份验证/授权是否可以共存。
意味着我可以允许我的用户使用 Google/Microsoft/FB/etc 登录。或者有一个本地登录用户数据库来注册。
我看到了许多关于使用自定义身份验证的文章 - 但如果我也启用 Azure 中的其他服务,它会起作用吗:
https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-dotnet-backend-how-to-use-server-sdk#custom-auth
https://adrianhall.github.io/develop-mobile-apps-with-csharp-and-azure/chapter2/custom/
【问题讨论】:
【参考方案1】:是的,您可以使自定义和提供的身份验证共存。详情请参阅ZUMO Book第二章http://aka.ms/zumobook
【讨论】:
以上是关于Azure 应用服务:自定义身份验证和社交提供程序的主要内容,如果未能解决你的问题,请参考以下文章
使用 Cordova 的 Azure 移动应用自定义身份验证