简体   繁体   English

如何通过电子邮件/密码(自定义)和Facebook启用Azure移动应用程序身份验证

[英]How to enable Azure Mobile App Authentication by Email/Password (Custom) and Facebook

We're trying to sign-up new users to our App - using either Facebook or Email/Password. 我们正在尝试使用Facebook或电子邮件/密码将新用户注册到我们的应用程序。 (A very typical situation ) (非常典型的情况)

Facebook Auth is easy & Built in. Auth by Email/Pass - now seems to be not supported (See Below) Facebook身份验证很容易且内置。通过电子邮件/密码进行身份验证-现在似乎不受支持(请参见下文)

https://azure.microsoft.com/en-us/documentation/articles/app-service-authentication-overview/ https://azure.microsoft.com/zh-CN/documentation/articles/app-service-authentication-overview/

How is this done? 怎么做?

I see Azure Active Directory Auth is Built-in ...Is MS suggesting we use Active Directory for Email/Pass Sign-ups? 我看到Azure Active Directory身份验证是内置的... MS是否建议我们使用Active Directory进行电子邮件/通行证注册?

Thanks 谢谢

In the link that you referenced, there is a section titled "Do-it-yourself authentication" with links to starting points for rolling your custom authentication. 在您引用的链接中,有一个标题为“自己动手进行身份验证”的部分,其中包含用于滚动自定义身份验证的起点的链接。 So Email/Pass authentication is STILL supported. 因此,仍支持电子邮件/通过身份验证。

What is not supported is side-by-side custom authentication and using the gateway authentication that you get with Facebook/Azure AD/Google/etc. 不支持的是并行自定义身份验证以及使用通过Facebook / Azure AD / Google / etc获得的网关身份验证。

So yes... if you want to use the gateway authentication... use Azure AD. 所以是的...如果要使用网关身份验证,请使用Azure AD。 If you want to roll your own, you own it all. 如果您想自己动手做,那就拥有这一切。 If you choose to roll your own, you can still use the FB/Google/OAuth, but you will be coding and configuring on your own, not in the portal identity setup. 如果选择自己滚动,则仍然可以使用FB / Google / OAuth,但是您将自己编码和配置,而不是在门户网站身份设置中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure移动服务上的Facebook身份验证未完成 - Facebook authentication on Azure Mobile Services do not complete 在Cakephp中针对移动和Web应用进行Facebook身份验证 - Facebook authentication for both mobile & web app in Cakephp 用于Web API服务/移动应用的Facebook身份验证 - Facebook Authentication for a Web API service/mobile app 具有基于FaceBook身份验证的Azure应用服务 - Azure app service with FaceBook based authentication 如何在Android上为Codename One启用Facebook身份验证 - How to enable Facebook authentication for Codename One on Android 如何在Android的Azure移动应用程序身份验证中获取Facebook用户信息,例如名称和个人资料图片? - How to get facebook user information like name and profile picture in Azure Mobile Apps Authentication in android? 移动设备上的facebook身份验证如何工作? - how does facebook authentication on mobile devices work? Facebook应用程序设置以在用户禁用电子邮件后启用电子邮件 - Facebook App settings to enable email once the user disables it 在移动和Django上使用Facebook进行身份验证 - Authentication with Facebook on mobile and Django 使用预先存在的电子邮件/密码身份验证将Facebook身份验证添加到我的Ruby on Rails应用程序中 - Add Facebook authentication to my Ruby on Rails application with pre-existent email/password authentication
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM