Hello,
I am following multiple guides on creating a new MVC application which authenticates against an Azure AD tenant. Mostly this guide: Developing ASP.NET Apps with Azure Active Directory. However, after selecting all the correct dialogs, when the app is first created, none of the authentication pieces are there at all, the web.config is blank (only has a few standard values), and running the application it does not ask for any authentication whatsoever.
If I go to publish the application and I check that I want to enable organizational account authentication (which is not checked), then the publish fails with this error "No element in the source document matches '/configuration/system.identityModel/identityConfiguration'" which is because the web.config file was never touched for the authentication provider.
I am using Visual Studio 2013 with Update 4, and 2.6 of the Azure SDK to try and create the application, what am I doing wrong?