- Jul 31, 2015
-
-
Jaime Perez Crespo authored
Move the DatabaseTest to tests/lib/SimpleSAML/ where it belongs. Reformat code. Fix a few issues with phpdoc. Removed some unused variable. Use typed methos from SimpleSAML_Configuration instead of getValue().
-
Thijs Kinkhorst authored
INCPREFIX has been added in March 2008 and was already deprecated in June 2008, i.e. > 7 years ago.
-
Jaime Perez Crespo authored
Fix build: given that username and password are optional for some PDO drivers, do not enforce them to be set in the configuration. Use null as a default value for them.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Jul 24, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Merge branch 'feature/pdometadata' of https://github.com/tdiscuit/simplesamlphp into tdiscuit-feature/pdometadata
-
Jaime Perez Crespo authored
-
- Jul 23, 2015
-
-
Tyler Antonio authored
-
- Jul 22, 2015
-
-
Jaime Perez Crespo authored
Allow to specify which metadata sets to use in metarefresh. Can be configured either per set or per source.
-
Tyler Antonio authored
-
Tyler Antonio authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
* bug/issue230: No data about previous authentication is stored if authentication was not started at the SP (IdP-first flow). That makes the replay protection measures fail, leading to an ugly exception show to the user. Fix that. Additionally, give precedence to the RelayState configured in the local metadata, as the one received together with the SAML response may not even be an URL. This resolves #230.
-
Tyler Antonio authored
-
Tyler Antonio authored
-
- Jul 21, 2015
-
-
Tyler Antonio authored
-
Tyler Antonio authored
-
Jaime Pérez Crespo authored
add attributes from skolfederation.se/SIS
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
SimpleSAMLphp no longer requires mcrypt, it will only be needed depending on the configuration, so mark it as optional.
-
Jaime Perez Crespo authored
No data about previous authentication is stored if authentication was not started at the SP (IdP-first flow). That makes the replay protection measures fail, leading to an ugly exception show to the user. Fix that. Additionally, give precedence to the RelayState configured in the local metadata, as the one received together with the SAML response may not even be an URL. This resolves #230.
-
- Jul 20, 2015
-
-
Tyler Antonio authored
-
Tyler Antonio authored
-
Tyler Antonio authored
-
Tyler Antonio authored
-
Jaime Perez Crespo authored
Reimplement \SimpleSAML\Utils\Crypto::aesDecrypt() and \SimpleSAML\Utils\Crypto::aesEncrypt() to use openssl instead of mcrypt. This removes the direct dependency on mcrypt and closes #228.
-
- Jul 17, 2015
-
-
Tyler Antonio authored
Generate the instance ID from the configuration itself instead of the spl_object_id of the configuration class
-
- Jul 10, 2015
-
-
Thijs Kinkhorst authored
-
- Jul 07, 2015
-
-
Jaime Pérez Crespo authored
Update config.php
-
dialogik authored
Fix typo (reccomended -> recommended)
-
- Jul 03, 2015
-
-
Hanne Moa authored
$t - not grep-safe, used in 3rd party libs for other things $template - only used for templates last I checked
-