Better handling of httpcontext in SampleIdentityServer3
- HttpContext.Current is not reliable in all scenarious, grabbing it from the owin dictionary instead. - Ignore headerswritten check if no httpcontext is found to make the same code work in self hosted environments too.
Loading
Please register or sign in to comment