Working on updating an authentication plugin. With our third party auth mechanish, HttpContext.Current.Request.IsAuthenticated gets set. This value seems to be always "false" when inside the Authentication plugin, but when I make the call from a widget extension, it works as expected. Any ideas why this would not be set at that point in the flow?