This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Description
Currently, this code doesn't work as CookieAuthenticationHandler.ApplyHeaders doesn't honor AuthenticationProperties.RedirectUri (instead, you get an empty result). It would be great to fix that in the next milestone.
public IActionResult SignOut() { return SignOut(new AuthenticationProperties { RedirectUri = "/" }, CookieAuthenticationDefaults.AuthenticationScheme); }