From 47ece7fa9ee289e53e8c1330731971fe1cacb5e8 Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Wed, 28 Aug 2024 11:44:41 +0200 Subject: [PATCH] fix disabled OIDCStateCookiePrefix command; closes #1254 thanks @damisanet Signed-off-by: Hans Zandbelt --- ChangeLog | 1 + src/cfg/cmds.c | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index a55b25bd..b9422491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/src/cfg/cmds.c b/src/cfg/cmds.c index d505c8fd..2dedae97 100644 --- a/src/cfg/cmds.c +++ b/src/cfg/cmds.c @@ -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,