This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
DefaultHttpResponse.Challenge has parameters in different order than SignIn or SignOut #291
Closed
Description
public override void Challenge(AuthenticationProperties properties, string authenticationScheme)
public override void SignIn(string authenticationScheme, [NotNull] ClaimsPrincipal principal, AuthenticationProperties properties)
public override void SignOut(string authenticationScheme, AuthenticationProperties properties)
placement of authenticationScheme should be consistent.