Hi,
We are at the early stage of deigning a new application and we tend to use Azure as of now.
After some reading, I was confused with the many possibilities Azure offer, and many scenarios we can use to reach our goal.
So, our plan is to first do a MVC5 application, after a Windows Phone and probably a Windows App Store application, and later on, Android and iOS. So my first question is (and probably not the only one!)
Authentication / Authorization: What would be the best options, supported by all platform, with a single point management of user/group (Google, Facebook, Live auth would be nice, but not mandatory at all). I saw that ACS is probably the way to go. But I am unsure if it's the good option since Mobile Service also have authentication. Does that Mobile Services would work with MVC5 as well?
Forgot to mention that we will use C# and not JavaScript. Unless there is an advantage of using JS over C#.
I did look at the some tutorial / documentation but some of them are a bit old, and I know things changes at a fast pace with Azure.
- Salutations.