AI Risk Management for Organizations Using AI Systems

Artificial Intelligence is no longer confined to experimental environments—it is embedded in everyday business operations. While much attention is given to those who develop AI systems, organizations that use these systems face their own distinct and equally critical set of risks. This article outlines a practical, organization-centric approach to AI risk management, focusing on enterprisesContinue reading “AI Risk Management for Organizations Using AI Systems”

ASP.Net Core and IIS: Use web.config to authorize Users/AD Groups

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”