We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e94502 commit 12a1524Copy full SHA for 12a1524
docker/ssp/module_oidc.php
@@ -115,4 +115,9 @@
115
ModuleConfig::OPTION_AUTH_FORCED_ACR_VALUE_FOR_COOKIE_AUTHENTICATION => null,
116
117
ModuleConfig::OPTION_CRON_TAG => 'hourly',
118
+
119
+ ModuleConfig::OPTION_PROTOCOL_CACHE_ADAPTER => \Symfony\Component\Cache\Adapter\FilesystemAdapter::class,
120
+ ModuleConfig::OPTION_PROTOCOL_CACHE_ADAPTER_ARGUMENTS => [
121
+ // Use defaults
122
+ ],
123
];
0 commit comments