stable

Clone or download

Read-only

request #12563: Cannot login via the OIDC plugin when the serialized hooks cache is used

To reproduce the issue you need to enable the serialized hooks cache. More information on what is the serialized hooks cache and how to enable it can be found in bf3888e878f4ec71555655d032b5dd4db571fee2. Change-Id: I737d2ef04aef9364976566670887739231bc9102

Modified Files

Name
M plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/SessionState.php +24 −0 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/StateStorage.php +14 −4 Go to diff View file
M plugins/openidconnectclient/include/openidconnectclientPlugin.class.php +2 −2 Go to diff View file
A plugins/openidconnectclient/phpunit/Authentication/SessionStateTest.php +46 −0 Go to diff View file
A plugins/openidconnectclient/phpunit/Authentication/StateStorageTest.php +53 −0 Go to diff View file