OAuth2Options.AllowInsecureMetadataHttp property

Gets or sets a value indicating whether OAuth2 metadata discovery may use a non-HTTPS URL. Defaults to false so metadata discovery requires HTTPS.

public bool AllowInsecureMetadataHttp { get; set; }

See Also