- Dec 18, 2017
-
-
Thijs Kinkhorst authored
NameIDAttribute filter: update to use SAML2\XML\saml\NameID
-
- Dec 16, 2017
-
-
Tim van Dijen authored
-
- Dec 12, 2017
-
-
Tim van Dijen authored
\SimpleSAML\Utils\HTTP::fetch properly handles proxy settings before calling file_get_contents()
-
Tim van Dijen authored
-
Eugene Venter authored
also add some tests ;)
-
- Dec 11, 2017
-
-
Jaime Pérez Crespo authored
Fix bug in createLoggingHandler
-
- Dec 10, 2017
-
-
Thijs Kinkhorst authored
oauth: Cleanup unused demo + templates
-
- Dec 08, 2017
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
Lowercased some keywords too!
-
Tim van Dijen authored
Fixes edge-case https://github.com/simplesamlphp/simplesamlphp/issues/741 where application has one of the known LoggingHandlers' name as a defined class
-
Thijs Kinkhorst authored
-
- Dec 07, 2017
-
-
Thijs Kinkhorst authored
Make MDQ more robust on errors (fixes #723)
-
- Dec 06, 2017
-
-
Tim van Dijen authored
Update and rename default-enable to default-disable
-
Tim van Dijen authored
No need to default-enable this quite specific module
-
Thijs Kinkhorst authored
Added tests for sspmod_core_Auth_Process_AttributeMap
-
Matt Schwager authored
-
- Dec 05, 2017
-
-
Jaime Pérez Crespo authored
The last version of psalm breaks with array_key_exists(), so we use isset() instead.
-
Jaime Pérez Crespo authored
Add new config option
-
- Dec 04, 2017
-
-
Tim van Dijen authored
-
- Nov 30, 2017
-
-
Thijs Kinkhorst authored
Statistics: use secure endpoint
-
Tim van Dijen authored
Prevent graph from being blocked because of mixed content. https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content?utm_campaign=default&utm_medium=firefox-console-errors&utm_source=mozilla
-
Jaime Pérez Crespo authored
Remove leftovers from previously supported PHP-version
-
- Nov 29, 2017
-
-
Tim van Dijen authored
-
Jaime Pérez Crespo authored
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
-
Jaime Pérez Crespo authored
Refactoring tests
-
Gabriel Caruso authored
-
Gabriel Caruso authored
-
- Nov 23, 2017
-
-
Thijs Kinkhorst authored
Changes to the translation system made all authX509 messages show as "Not translated", because the new mapping of error codes to error messages was not passed to the template.
-
- Nov 22, 2017
-
-
Jaime Pérez Crespo authored
Doing so allows us to mock the class. Otherwise, the _autoload_module.php is always called first, and when it tries to register the functions from that class, it automatically autoloads it, making it impossible to mock it afterwards.
-
- Nov 20, 2017
-
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
- Nov 15, 2017
-
-
Thijs Kinkhorst authored
The OPENLDAP option uses hardcoded uid to search for. It should instead use the value of attribute.username. This means it also changes the default since attribute.username defaults to samAccountName. So update the docs to make the example work again. Has not been in a release yet so should not break existing installations.
-
Thijs Kinkhorst authored
(UID was interpreted as HTML tag)
-
- Nov 14, 2017
-
-
Kristof Bajnok authored
Don't bail out if the MDQ cache is broken or the query fails, because later other metadata sources might provide the metadata for the entity.
-
- Nov 13, 2017
-
-
Jaime Pérez Crespo authored
Docs: fix typo's
-
Tim van Dijen authored
-
- Nov 10, 2017
-
-
Thijs Kinkhorst authored
This prevents a lot of -dev dependencies in composer.lock which are not used otherwise and generate 'scary' warnings like "Package x is abandoned". Closes #718
-
- Nov 07, 2017
-
-
Jaime Pérez Crespo authored
Fix duplicate assertion error using Redis Store
-
- Oct 27, 2017
-
-
Thijs Kinkhorst authored
-