diff --git a/auth_openidc.conf b/auth_openidc.conf index 714405de..b9776ad2 100644 --- a/auth_openidc.conf +++ b/auth_openidc.conf @@ -222,7 +222,7 @@ # "PAR" means that parameters will be sent to the Pushed Authorization Endpoint # When not defined the default is "GET". # NB: this can be overridden on a per-OP basis in the .conf file using the key: auth_request_method -# OIDCProviderAuthRequestMethod [ GET | POST | PAR ] +#OIDCProviderAuthRequestMethod [ GET | POST | PAR ] # The fully qualified names of the files that contain the PEM-formatted RSA/EC Public key or a X.509 certificates # that contain the RSA/EC public keys to be used for JWT (OP state/id_token) encryption by the OP. @@ -658,7 +658,7 @@ # least recently used entry will be overwritten. If this happens within 1 hour, # errors will be displayed in the error.log and the OIDCCacheShmMax value may be increased. # When not specified, a default of 10000 entries is used. -# OIDCCacheShmMax +#OIDCCacheShmMax # When using OIDCCacheType "shm": # Specifies the maximum size for a single cache entry in bytes with a minimum of 8736 bytes. @@ -667,7 +667,7 @@ # entry size limit may be overrun, in which case errors will be displayed in the error.log # and the OIDCCacheShmEntrySizeMax value has to be increased. # When not specified, a default entry size of 16928 bytes (16384 value + 512 key + 32 overhead) is used. -# OIDCCacheShmEntrySizeMax +#OIDCCacheShmEntrySizeMax # When using OIDCCacheType "file": # Directory that holds cache files; must be writable for the Apache process/user. @@ -677,7 +677,7 @@ # When using OIDCCacheType "file": # Cache file clean interval in seconds (only triggered on writes). # When not specified a default of 60 seconds is used. -# OIDCCacheFileCleanInterval +#OIDCCacheFileCleanInterval # Required when using OIDCCacheType "memcache": # Specifies the memcache servers used for caching as a space separated list of [:] tuples.