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.

[Breaking change] Parameter was renamed on OpenIdConnectHandler.HandleSignOutAsync #1030

Closed
@javiercn

Description

@javiercn

V1:
protected override async Task HandleSignOutAsync(SignOutContext signout)
V2:
protected override async Task HandleSignOutAsync(SignOutContext context)

https://github.com/aspnet/Security/blob/1.0.0/src/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectHandler.cs#L143
https://github.com/aspnet/Security/blob/dev/src/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectHandler.cs#L153

It breaks on classes overriding the method and calling base with named arguments

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions