Closed
Description
Today the authentication middleware resolved the AuthenticateResult
for the current request/endpoint and stores the Principal on the HttpContext but doesn't store the other properties (Ticket, or AuthenticationProperties). Getting at these requires another call to AuthenticateAsync with the right scheme which can be a pain to get at. We should make this available via a feature on the HttpContext