AuthenticationSchemeOptions.ForwardChallenge Property

Definition

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

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