AuthenticationSchemeOptions.ForwardDefault Property

Definition

If set, this specifies a default scheme that authentication handlers should forward all authentication operations to by default. The default forwarding logic will check the most specific ForwardAuthenticate/Challenge/Forbid/SignIn/SignOut setting first, followed by checking the ForwardDefaultSelector, followed by ForwardDefault. The first non null result will be used as the target scheme to forward to.

public:
 property System::String ^ ForwardDefault { System::String ^ get(); void set(System::String ^ value); };
public string ForwardDefault { get; set; }
public string? ForwardDefault { get; set; }
member this.ForwardDefault : string with get, set
Public Property ForwardDefault As String

Property Value

Applies to