Click or drag to resize

OIDCSecurityProviderUseDatabaseLogging Property

Gets or sets flag that determines if LogAuthenticationAttempt(Boolean) and LogError(String, String) should write to the database. Defaults to true.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public bool UseDatabaseLogging { get; set; }
View Source

Property Value

Boolean
Remarks
Setting this flag to false may be necessary in cases where a database has been setup to use authentication but does not include an "AccessLog" or "ErrorLog" table.
See Also