Asp.net – Response status code does not indicate success: 404 (Not Found) with owin library
I am trying to implement the Azure AD authentication on my ASP.NET MVC application (framework version 4.7.2). All the required config values lie on the web.config file. AccountController.cs public class AccountController : Controller { // GET: Account public ActionResult Index()…