As a very fast and dirty solution to the authorization problem for an internally used web application (developed using asp.net core 2.1), I could put the old web.config file to good use: to allow certain users, add the following section: Similarly, to allow members of a certain AD group add the follwoing: For more information,Continue reading “ASP.Net Core and IIS: Use web.config to authorize Users/AD Groups”
Category Archives: Uncategorized
Introduction
Hi! I am Seaid Zarghani. I am a software developer. I often use google to find out how other developers have solved a certain problem. Here I want to share my solutions, hoping it saves someone else’s time a little.