Removing Azure AD authentication from ASP.Net MVC web application

Luis Guzman 1 Reputation point
2021-03-07T00:44:40.017+00:00

A few months ago I created a small web application in ASP.NET MVC, I got it to work with Azure AD Authentication, and users were able to login with their Office 365 credentials. Now I need to strip the application of the Azure part and have it run without the user needing to login, I have commented or removed all the stuff that is added according to this link:

https://learn.microsoft.com/en-us/azure/active-directory/develop/vs-active-directory-dotnet-what-happened

But the application stills fails with You do not have permission to view this directory or page when loading my "Home/Index" page, has anyone done this before?

Thanks!

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,465 questions
{count} votes