AuthenticationOptions.AutomaticChallenge Property

Definition

If true the authentication middleware should handle automatic challenge. If false the authentication middleware will only alter responses when explicitly indicated by the AuthenticationScheme.

public:
 property bool AutomaticChallenge { bool get(); void set(bool value); };
public bool AutomaticChallenge { get; set; }
member this.AutomaticChallenge : bool with get, set
Public Property AutomaticChallenge As Boolean

Property Value

Applies to