Impersonation in ASP.NET Core (Bart Wullems) bartwullems.blogspot.com
A colleague reached out to me with a specific scenario he had to tackle. He had an IIS hosted ASP.NET Core application using Windows Authentication where he had to execute a specific action on behalf of the current user. The typical way to do this is through impersonation. In this post I’ll explain what impersonation is and how you can get this working in ASP.NET Core.
Report Story
Leave Your Comment