-
- Downloads
Revert the new configuration option for the core:PHP authproc. Since we need...
Revert the new configuration option for the core:PHP authproc. Since we need to serialize authprocs and SP metadata in the state array, and closures are not serializable, it doesn't work. We could create a new module with this, adding a dependency on opis/closure 2.0.* or equivalent, to be able to serialize closures.
Showing
- docs/simplesamlphp-changelog.txt 0 additions, 4 deletionsdocs/simplesamlphp-changelog.txt
- modules/core/docs/authproc_php.txt 12 additions, 16 deletionsmodules/core/docs/authproc_php.txt
- modules/core/lib/Auth/Process/PHP.php 8 additions, 24 deletionsmodules/core/lib/Auth/Process/PHP.php
- tests/modules/core/lib/Auth/Process/PHPTest.php 0 additions, 46 deletionstests/modules/core/lib/Auth/Process/PHPTest.php
Loading
Please register or sign in to comment