AuthenticationSchemeOptions.ForwardAuthenticate Property

Definition

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

C#
public string ForwardAuthenticate { get; set; }
C#
public string? ForwardAuthenticate { 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