Skip to content

Commit

Permalink
fix disabled OIDCStateCookiePrefix command; closes #1254
Browse files Browse the repository at this point in the history
thanks @damisanet

Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Aug 28, 2024
1 parent 918bcd6 commit 47ece7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- re-introduce OIDCSessionMaxDuration 0; see #1252
- bump to 2.4.16.2dev
- add some resilience when both Forwarded and X-Forwarded-* are configured
- fix disabled OIDCStateCookiePrefix command; closes #1254; thanks @damisanet

08/26/2024
- fix parsing OIDCXForwardedHeaders; closes #1250; thanks @maltesmann
Expand Down
5 changes: 5 additions & 0 deletions src/cfg/cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,11 @@ const command_rec oidc_cfg_cmds[] = {
OIDCCookiePath,
cookie_path,
"Define the cookie path for the session cookie."),
OIDC_CFG_CMD_DIR(
AP_INIT_TAKE1,
OIDCStateCookiePrefix,
state_cookie_prefix,
"Define the cookie prefix for the state cookie."),
OIDC_CFG_CMD_DIR(
AP_INIT_TAKE1,
OIDCCookie,
Expand Down

0 comments on commit 47ece7f

Please sign in to comment.