AuthenticationOptions.AutomaticChallenge Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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