Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Duende.​IdentityServer.​Configuration.​LoggingOptions
Assembly: Duende.IdentityServer
Inheritance: object → LoggingOptions
Options for configuring logging behavior
Fields and Constants
public
System.​Func<​Microsoft.​AspNetCore.​Http.​HttpContext, System.​Exception, bool>
UnhandledExceptionLoggingFilter
Called when the IdentityServer middleware detects an unhandled exception, and is used to determine if the exception is logged.
Returns true to emit the log, false to suppress.
Properties
public
System.​Collections.​Generic.​ICollection<​string>
BackchannelAuthenticationRequestSensitiveValuesFilter
Gets or sets the collection of keys that will be used to redact sensitive values from a backchannel authentication request log.
Remarks Please be aware that initializing this property could expose sensitive information in your logs.
public
System.​Collections.​Generic.​ICollection<​string>
TokenRequestSensitiveValuesFilter
Gets or sets the collection of keys that will be used to redact sensitive values from a token request log.
Remarks Please be aware that initializing this property could expose sensitive information in your logs.
public
System.​Collections.​Generic.​ICollection<​string>
AuthorizeRequestSensitiveValuesFilter
Gets or sets the collection of keys that will be used to redact sensitive values from an authorize request log.
Remarks Please be aware that initializing this property could expose sensitive information in your logs.
public
System.​Collections.​Generic.​ICollection<​string>
PushedAuthorizationSensitiveValuesFilter
Gets or sets the collection of keys that will be used to redact sensitive values from a pushed authorization request log.
Remarks Please be aware that initializing this property could expose sensitive information in your logs.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object