Skip to content

Commit c09cdef

Browse files
authored
Update options.md
1 parent b19d9ff commit c09cdef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/docs/identityserver/reference

src/content/docs/identityserver/reference/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Logging related settings, including filters that will remove sensitive values an
340340

341341
* **`AuthorizeRequestSensitiveValuesFilter`**
342342

343-
Collection of parameter names passed to the authorize endpoint that are considered sensitive and will be redacted in logs. Note that authorization parameters pushed to the Pushed Authorization Request (PAR) endpoint are eventually handled by the authorize request pipeline. This filter should be configured to exclude sensitive values wether or not they are pushed, and usually should be set to the same value as `PushedAuthorizationSensitiveValuesFilter`. Defaults to `client_secret`, `client_assertion`, `id_token_hint`.
343+
Collection of parameter names passed to the authorize endpoint that are considered sensitive and will be redacted in logs. Note that authorization parameters pushed to the Pushed Authorization Request (PAR) endpoint are eventually handled by the authorize request pipeline. This filter should be configured to exclude sensitive values wether or not they are pushed, and usually should be set to the same value as `PushedAuthorizationSensitiveValuesFilter`. Defaults to `client_secret`, `client_assertion`, `id_token_hint`. The default value was changed in versions 7.2.2, 7.1.2, and 7.0.9 to include `client_secret` and `client_assertion`.
344344

345345
* **`PushedAuthorizationSensitiveValuesFilter`**
346346

0 commit comments

Comments
 (0)