- Oct 03, 2019
-
-
Tim van Dijen authored
-
- Oct 01, 2019
-
-
Tim van Dijen authored
PSR-12 compliancy
-
- Aug 10, 2019
-
-
Tim van Dijen authored
-
- Aug 05, 2019
-
-
Tim van Dijen authored
-
- Jul 15, 2019
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Jun 11, 2019
-
-
Patrick authored
* Allow list of entity ids to be loaded to better support idpList Certain metadata sources, like mdq, were don't support loading all metadata which prevented them from being used with idplist. This change adds support for allowing metadata sources to load a list of entities, allowing MDQ to be used for idp list.
-
- May 10, 2019
-
-
Tim van Dijen authored
-
- Mar 21, 2019
-
-
Tim van Dijen authored
-
- Mar 19, 2019
- Mar 07, 2019
-
-
François Freitag authored
Some metadata publishers offer SHA256 fingerprints to validate the fingerprint of the certificate used to sign metadata. Allow users to configure the fingerprinting algorithm to facilitate validation. For backward compatibility, the default algorithm remains SHA1.
-
- Oct 18, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
- May 31, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- May 24, 2018
-
-
Thijs Kinkhorst authored
-
- May 02, 2018
-
-
dombenson authored
* Support metadata XML directly in config Also consider 'xml' as a key, in addition to 'url' and 'file'. When provided, attempt to load this directly as a metadata XML string. This is useful when working with dynamic configuration and external polling of metadata updates. * Test loading XML from a fixed string No preexisting test in this area Adjust XML loader to only get global config in file mode - otherwise it is unused, and it might pollute the test usage. Test that an actully invalid config throws an exception, but that minimal valid (albeit useless) XML is accepted.
-
- Nov 29, 2017
-
-
Gabriel Caruso authored
-
- Jun 08, 2017
-
-
gyufi authored
-
- Oct 27, 2016
-
-
Thijs Kinkhorst authored
-
- Jul 26, 2016
-
-
Jaime Pérez authored
Now we are finally using the 2.x branch of the SAML2 library, which was also migrated to use namespaces. Even though the library provides an autoloader that allows loading the classes with the old names using class aliasing, we need to do the migration in one commit (at least for most part of it). This is due to the way SimpleSAMLphp checks data types, using inheritance to check objects agains abstract or more general classes. Even though class aliasing works, there's no way to replicate those relationships, and type checks that use the old class names will fail because the aliases are virtually new classes that don't inherit from others.
-
- Feb 24, 2016
-
-
Patrick Radtke authored
-
Patrick Radtke authored
-
Patrick Radtke authored
- Add test case - Fix .gitignore since it ignored all metadata folders
-
- May 26, 2015
-
-
Olav Morken authored
* One test suite for all tests. * One file per class that is tested. These changes should make it easier to add new tests.
-