Azure-Active-Directory-B2C
Azure-Active-Directory-B2C copied to clipboard
ApplicationInsights.config is missing
I cloned the project and tried to build it. ApplicationInsights.config was missing. Deleting it allowed the project to build with the following warning:
C:\Git\Azure-Active-Directory-B2C\AADB2C.WebClientMvc\Controllers\AccountController.cs(35,21,35,28): warning CS0108: 'AccountController.Profile()' hides inherited member 'Controller.Profile'. Use the new keyword if hiding was intended.