Share via


AuthenticationOptions.AutomaticAuthenticate Property

Definition

If true the authentication middleware alter the request user coming in. If false the authentication middleware will only provide identity when explicitly indicated by the AuthenticationScheme.

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

Property Value

Applies to