In this article, we will discuss how to authorize users in an ASP.NET Core 6 Web API using Windows Computer Management Local Users Groups, instead of Active Directory. This approach can be useful when setting up group-based access control in a small-scale network or standalone web application.
Read More