Skip to content
This repository has been 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
brentschmaltz opened this issue Apr 23, 2015 · 2 comments
Assignees
Milestone

Comments

@brentschmaltz
Copy link

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.

@davidfowl
Copy link
Member

/cc @Tratcher did you fix this?

@Tratcher Tratcher added this to the 1.0.0-beta5 milestone Apr 26, 2015
@Tratcher Tratcher self-assigned this Apr 26, 2015
@Tratcher
Copy link
Member

Yes

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants