Skip to content

Commit 9596326

Browse files
authored
Update version numbers
1 parent c09cdef commit 9596326

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`. The default value was changed in versions 7.2.2, 7.1.2, and 7.0.9 to include `client_secret` and `client_assertion`.
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 version 7.2.2 to include `client_secret` and `client_assertion`.
344344

345345
* **`PushedAuthorizationSensitiveValuesFilter`**
346346

0 commit comments

Comments
 (0)