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/