- Jul 24, 2015
-
-
Jaime Perez Crespo 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.
-
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.
-
- Jul 21, 2015
-
-
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
-
-
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 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
- Jun 29, 2015
-
-
Angel Psiakis authored
-
- Jun 22, 2015
-
-
Jaime Perez Crespo authored
-
- Jun 20, 2015
-
-
Jaime Perez Crespo authored
Move the aes[En|De]crypt() functionality in \SimpleSAML\Utils\Crypto to internal methods where the secret is passed as a parameter. Then we don't need a working configuration to test the functionality.
-
- Jun 14, 2015
-
-
Jaime Perez Crespo authored
This reverts commit aec9571d.
-
Jaime Perez Crespo authored
-
- Jun 09, 2015
-
-
Thijs Kinkhorst authored
Use $metadata array for example IDP and SP metadata
-
-
- Jun 08, 2015
-
-
Thijs Kinkhorst authored
The text was copied from https://code.google.com/p/simplesamlphp/wiki/LostState, corrected some language and added a piece on http/https stemming from the comments on that page. Fixes #214
-
Thijs Kinkhorst authored
-
- Jun 03, 2015
-
-
Jaime Pérez Crespo authored
Corrected logic in checkSessionCookie
-
Enrico Cavalli authored
Raise InvalidArgumentException if $retryURL is not a string AND is not null
-
- Jun 02, 2015
-
-
Jaime Pérez Crespo authored
Support file uploads in metadata converter.
-
Jaime Pérez Crespo authored
Set PHP session cookie configuation to be true by default.
-
Jaime Pérez Crespo authored
Remove override.host config variable.
-
- May 31, 2015
-
-
Jaime Perez Crespo authored
-
- May 28, 2015
-
-
Jaime Perez Crespo authored
# By Brook Schofield # Via Brook Schofield (1) and Jaime Pérez Crespo (1) * 'master' of github.com:simplesamlphp/simplesamlphp: Improve the local generation of metadata for attributes.required
-
- May 27, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Fix the phpdoc for SimpleSAML\Utils\Random::generateID() and add a constant with the length of generated IDs.
-
Jaime Perez Crespo authored
-
Thijs Kinkhorst authored
This option made it possible to override the configuration per host, but it has never been documented, and it can be replaced with simple PHP code in the configuration. Closes #2
-
Thijs Kinkhorst authored
It's obviously more secure and therefore better as a default.
-