- Aug 17, 2020
-
-
Tim van Dijen authored
-
- Jun 13, 2020
-
-
Tim van Dijen authored
Convert to our wrapper class for assertions
-
- Feb 19, 2020
-
-
Tim van Dijen authored
-
- Feb 15, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
* Remove deprecated classes * Remove support for certificate fingerprints * Remove many deprecated methods and pieces of code * Remove SAML1.1/Shib1.3 support * Remove many superfluous annotations * Update unit test to work with new PHPunit Closes #1268 Closes #1020 Closes #431 Closes #167 Closes #151
-
- Feb 14, 2020
-
-
Tim van Dijen authored
* Migrate assertions to Webmozart
-
Tim van Dijen authored
* Upgrade saml2-library to v4 * Stop considering Issuer-strings * Stop considering NameID-arrays
-
- Dec 24, 2019
-
-
Tim van Dijen authored
-
Tim van Dijen authored
* Raise minimum PHP version to 7.0 * Remove tests pre-PHP 7.2 * Upgrade dev dependencies * Ignore tests for deprecated class * Add typehints; not touching public API * Remove none-array replacements-param; old behaviour from pre-1.4 release * Psalm fixes * Add upgrade notes * PSR-12
-
- Oct 01, 2019
-
-
Tim van Dijen authored
PSR-12 compliancy
-
- Aug 28, 2019
-
-
Tim van Dijen authored
-
- Jul 23, 2019
-
-
Tim van Dijen authored
Fix Psalm-issues in the modules-directory
-
- Jun 06, 2019
-
-
Tim van Dijen authored
-
- Mar 07, 2019
-
-
Tim van Dijen authored
-
- Feb 11, 2019
-
-
Tim van Dijen authored
-
- Jan 18, 2019
-
-
Jaime Pérez Crespo authored
-
- Jan 17, 2019
-
-
Jaime Pérez Crespo authored
-
- Dec 20, 2018
-
-
Jaime Pérez Crespo authored
-
- Dec 11, 2018
-
-
Jaime Pérez Crespo authored
-
- Dec 07, 2018
-
-
Tim van Dijen authored
Start migrating to SAML2 getters/setters
-
- Nov 15, 2018
-
-
Thijs Kinkhorst authored
-
- Nov 13, 2018
-
-
Thijs Kinkhorst authored
-
- Oct 20, 2018
-
-
Patrick Radtke authored
-
Patrick Radtke authored
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
- Oct 02, 2018
-
-
Guy Halse authored
-
- Sep 26, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Sep 25, 2018
-
-
peter authored
Following up on the idea mentioned in #937: If the transport is secure fall back to the `PasswordProtectedTransport` authn context class ref, otherwise keep the current default of `Password`. Requires a version of the SAML2 library with simplesamlphp/saml2#129 merged due to the reference on a newly defined Constant.
-
- Sep 20, 2018
-
-
Guy Halse authored
-
Guy Halse authored
The SAML2int spec suggests that IdPs should advertise two name identifier formats, and SAML itself supports this. It seems that SimpleSAMLphp does too, when handling metadata in XML (it is implemented as an array). However the internal metadata format uses getString, limiting us to only a single NameIDFormat. So far as I can tell, all that's needed to fix this is to change the metadata parser to use getArrayizeString to accept either a string or an array, and to cast that as a string when necessary. This may solve issue simplesamlphp/simplesamlphp#91
-
- Aug 26, 2018
-
-
Tim van Dijen authored
-
- Aug 22, 2018
-
-
Tim van Dijen authored
-
- Aug 13, 2018
-
-
Tim van Dijen authored
-
- Aug 05, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Jul 18, 2018
-
-
Jaime Pérez Crespo authored
This resolves #888.
-
- Jul 12, 2018
-
-
Tim van Dijen authored
-
- Jun 01, 2018
-
-
Tim van Dijen authored
-