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

Update CookieAuthenticationHandler.ApplyHeaders to honor AuthenticationProperties.RedirectUri #800

@kevinchalet

Description

@kevinchalet

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);
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions