Skip to content

Commit 73b2c8a

Browse files
committed
fix/improve the documentation for OIDCStateMaxNumberOfCookies; see #1355
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 4a76865 commit 73b2c8a

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

auth_openidc.conf

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -609,14 +609,11 @@
609609
#OIDCStripCookies [<cookie-name>]+
610610

611611
# Specify the maximum number of state cookies, i.e. the maximum number of parallel outstanding
612-
# authentication requests. See: https://github.com/OpenIDC/mod_auth_openidc/issues/331
613-
# Setting this to 0 means unlimited, until the browser or server gives up which is the
614-
# behavior of mod_auth_openidc < 2.3.8, which did not have this configuration option.
615-
#
616-
# The optional second boolean parameter if the oldest state cookie(s) will be deleted,
617-
# even if still valid; see #399.
618-
#
619-
# When not defined, the default is 7 and "false", thus the oldest cookie(s) will not be deleted.
612+
# authentication requests. See: https://github.com/OpenIDC/mod_auth_openidc/wiki/Cookies#state-cookie
613+
# Setting this to 0 means unlimited, until the browser or server gives up.
614+
# The optional second boolean parameter if the oldest state cookie(s) will be deleted, even if still
615+
# valid to limit the number of cookies. Use the latter with care as it could result in browser looping.
616+
# When not defined, the default is 7 and "false".
620617
#OIDCStateMaxNumberOfCookies <number> [false|true]
621618

622619
# Define the cookie prefix for the state cookie.

0 commit comments

Comments
 (0)