Skip to content
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
@brentschmaltz

Description

@brentschmaltz

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions