- Apr 16, 2015
-
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::getSecretSalt() to SimpleSAML_Utils_Config::getSecretSalt(). Deprecate the former and stop using it.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::generateID() to SimpleSAML_Utils_Random::generateID(). Deprecate the former and schedule it for removal in 2.0.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Remove old code from the methods in SimpleSAML_Utilities that moved recently. Reimplement those methods as wrappers for the new.
-
Jaime Perez Crespo authored
Throw an exception on bad input parameters instead of using assert() in SimpleSAML_Utils_System::writeFile().
-
Jaime Perez Crespo authored
Mark the old ones as deprecated and schedule them for removal in 2.0.
-
Jaime Perez Crespo authored
Mark the old ones as deprecated and schedule them for removal in 2.0.
-
Jaime Perez Crespo authored
Reformat SimpleSAML_Utils_Crypto. Remove SimpleSAML_Utils_Crypto::apr1Md5Hash() and SimpleSAML_Utils_Crypto::apr1Md5Valid(), since we are using now an external library for that.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Apr 15, 2015
-
-
Jaime Perez Crespo authored
Schedule SimpleSAML_Utilities:: arrayize() for removal.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Refactor SimpleSAML_Utilities::parseAttributes() to SimpleSAML_Utils_Arrays:: normalizeAttributesArray(). Schedule SimpleSAML_Utilities:: parseAttributes() for removal.
-
Jaime Perez Crespo authored
Schedule SimpleSAML_Utilities::transposeArray() for removal.
-
Jaime Perez Crespo authored
Schedule SimpleSAML_Utilities::writeFile() for removal.
-
Jaime Perez Crespo authored
Schedule SimpleSAML_Utilities::getTempDir() for removal.
-
Jaime Perez Crespo authored
Refactor SimpleSAML_Utilities::isWindowsOS() to SimpleSAML_Utilities::getOS(). Reimplemented to support most operating systems. Schedule SimpleSAML_Utilities::isWindowsOS() for removal.
-
- Apr 14, 2015
-
-
Jaime Perez Crespo authored
Add unit test for it.
-
- Mar 31, 2015
-
-
Jaime Perez Crespo authored
Support for WantAssertionsSigned and AuthnRequestsSigned in SAML 2.0 SP metadata. New hosted SP configuration option WantAssertionsSigned to control this attribute in exported metadata.
-
- Mar 23, 2015
-
-
Jaime Pérez Crespo authored
Add metadata signature verification by using pub key from certificate
-
Stefan Halen authored
-
- Oct 02, 2016
-
-
Stefan Halen authored
-
- Mar 23, 2015
-
-
Jaime Perez Crespo authored
-
- Mar 19, 2015
-
-
Jaime Perez Crespo authored
# By Matt Schwager (1) and Nicholas Amon (1) # Via Jaime Pérez Crespo (2) and Matt Schwager (1) * 'master' of github.com:simplesamlphp/simplesamlphp: Added documentation for AttributeCopy authentication processing filter. Bug fix to include the subject nameid in the data returned from a SAML 1.0 SSO authentication.
-
Jaime Perez Crespo authored
Fail more gracefully when the different endpoints are accessed directly. Instead of displaying an "Unable to find the current binding" error message that creates confusion, tell the user it's his fault.
-
- Mar 18, 2015
-
-
Jaime Pérez Crespo authored
Bug fix to include the subject nameid in the data returned from a SAML 1.0 SSO authentication.
-
Jaime Pérez Crespo authored
Added documentation for AttributeCopy authentication processing filter.
-
Matt Schwager authored
-
- Mar 16, 2015
-
-
Jaime Pérez Crespo authored
Adding MDX metadata handler
-