AuthenticationSchemeOptions.ForwardSignOut Property

Definition

If set, this specifies the target scheme that this scheme should forward SignOutAsync calls to. For example Context.SignOutAsync("ThisScheme") => Context.SignOutAsync("ForwardSignOutValue"); Set the target to the current scheme to disable forwarding and allow normal processing.

C#
public string ForwardSignOut { get; set; }
C#
public string? ForwardSignOut { get; set; }

Property Value

Applies to

Produkt Verzie
ASP.NET Core 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0