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.

C#
public bool AutomaticAuthenticate { get; set; }

Property Value

Applies to

Product Versions
ASP.NET Core 1.0, 1.1