Why do Thread.CurrentPrincipal.Identity and WindowsIdentity.GetCurrent() differ when impersonation is turned on? August 26, 2022 by Magenaut I enabled impersonation and Windows authentication.
Thread.CurrentPrincipal.Identity vs HttpContext.User.Identity August 24, 2022 by Magenaut Possible Duplicate: difference between http.context.user and thread.currentprincipal and when to use them?