This repository was archived by the owner on Nov 1, 2018. It is now read-only.
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
IISMiddleware shouldn't do automagical authentication #390
Closed
Description
Another oddity I discovered when torturing my ASOS port: IISMiddleware
automagically populates HttpContext.User
for every request (and you can't even disable it).
It's extremely weird, 'cause it's something that is already done by AuthenticationMiddleware
, so there's really no reason to do that again in the IIS integration stuff.