Blame SOURCES/0011-oops-document-OIDCStateMaxNumberOfCookies-for-releas.patch

79aa81
From 7f81371f55a4a28000675023ad949e217d22bea3 Mon Sep 17 00:00:00 2001
79aa81
From: Hans Zandbelt <hans.zandbelt@zmartzone.eu>
79aa81
Date: Wed, 12 Sep 2018 20:05:34 +0200
79aa81
Subject: [PATCH 11/11] oops: document OIDCStateMaxNumberOfCookies for release
79aa81
 2.3.8
79aa81
79aa81
Signed-off-by: Hans Zandbelt <hans.zandbelt@zmartzone.eu>
79aa81
(cherry picked from commit 406a4915d3747d4cfdc2283f287a99ba1c7b446a)
79aa81
---
79aa81
 auth_openidc.conf | 7 +++++++
79aa81
 1 file changed, 7 insertions(+)
79aa81
79aa81
diff --git a/auth_openidc.conf b/auth_openidc.conf
79aa81
index eb83c24..48dd027 100644
79aa81
--- a/auth_openidc.conf
79aa81
+++ b/auth_openidc.conf
79aa81
@@ -446,6 +446,13 @@
79aa81
 # When not defined, no cookies are stripped.
79aa81
 #OIDCStripCookies [<cookie-name>]+
79aa81
 
79aa81
+# Specify the maximum number of state cookies i.e. the maximum number of parallel outstanding
79aa81
+# authentication requests. See: https://github.com/zmartzone/mod_auth_openidc/issues/331
79aa81
+# Setting this to 0 means unlimited, until the browser or server gives up which is the
79aa81
+# behavior of mod_auth_openidc < 2.3.8, which did not have this configuration option. 
79aa81
+# When not defined, the default is 7.
79aa81
+#OIDCStateMaxNumberOfCookies <number>
79aa81
+
79aa81
 ########################################################################################
79aa81
 #
79aa81
 # Session Settings (only relevant in an OpenID Connect Relying Party setup)
79aa81
-- 
79aa81
2.26.2
79aa81