Reputation: 1018
I'm developing with Azure Mobile App service, and wondering if custom authentication and available authentication/authorization can co-exist.
Meaning I can allow my user to login either using Google/Microsoft/FB/etc. or have a local login user database to register.
I saw number of articles on using custom authentication - but will it work if I enable the other services in Azure as well :
https://adrianhall.github.io/develop-mobile-apps-with-csharp-and-azure/chapter2/custom/
Upvotes: 2
Views: 1672
Reputation: 8035
Yes, you can make custom and provided authentication co-exist. For details, see chapter 2 of the ZUMO Book at http://aka.ms/zumobook
Upvotes: 1