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

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