- Aug 25, 2020
-
-
Tim van Dijen authored
-
- Aug 21, 2020
-
-
Tim van Dijen authored
-
- Aug 19, 2020
-
-
Thijs Kinkhorst authored
When looking up the IdP to authenticate, the try/catch block would swallow the more specific exceptions that are generated and display them all as a single 'not found' exception. This means that the more specific "Metadata not found" exception page was never rendered, or also the "Metadata expired" exception not displayed. We don't need the try/catch here, instead can rely on the exceptions that this call will generate by itself.
-
- Aug 17, 2020
-
-
Tim van Dijen authored
-
- Aug 10, 2020
-
-
Tim van Dijen authored
Improve error handling
-
- Jun 26, 2020
-
-
Simão Martins authored
* Configurable ProviderName Co-authored-by:
Tim van Dijen <tvdijen@gmail.com> Closes #1346
-
- Jun 13, 2020
-
-
Tim van Dijen authored
Convert to our wrapper class for assertions
-
- May 06, 2020
-
-
Zenon Mousmoulas authored
Fix several bugs in saml:NameIDAttribute authproc filter & raise coverage
-
- May 05, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- May 04, 2020
-
-
Marat Badykov authored
fix_createLogoutTable_method
-
- Apr 30, 2020
-
-
Tim van Dijen authored
-
- Feb 24, 2020
-
-
Thijs Kinkhorst authored
-
- Feb 21, 2020
-
-
Tim van Dijen authored
-
- Feb 19, 2020
-
-
Tim van Dijen authored
-
- Feb 15, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
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
-
- Dec 03, 2019
-
-
Michele D'Amico authored
-
- Oct 26, 2019
-
-
Tim van Dijen authored
-
- Oct 25, 2019
-
-
Pavel Břoušek authored
add store option to SQLPersistentNameID
-
- Oct 03, 2019
-
-
Tim van Dijen authored
-
- Oct 01, 2019
-
-
Tim van Dijen authored
PSR-12 compliancy
-
Tim van Dijen authored
As commented in #1155 1155
-
- Sep 30, 2019
-
-
Tim van Dijen authored
-
- Sep 25, 2019
-
-
Tim van Dijen authored
-
- Sep 24, 2019
-
-
Jaime Pérez Crespo authored
This is due to a recent change in master. We're no longer trying to fill the sessionID for transient sessions (doesn't even make any sense), so everywhere else where we were checking the session ID (e.g. to store the session) we need to check if it's transient instead, and give up in that case.
-
- Aug 29, 2019
-
-
Tim van Dijen authored
Integers for example are not uncommon.. This closes #1152
-
- Aug 28, 2019
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Aug 27, 2019
-
-
Tim van Dijen authored
* Fix column and index-size for MySQL only
-
- Aug 18, 2019
-
-
Tim van Dijen authored
-
- Aug 02, 2019
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-