Skip to content
Snippets Groups Projects
  1. Jun 20, 2022
  2. Jun 13, 2022
  3. May 29, 2022
  4. Sep 07, 2021
  5. Jan 22, 2021
  6. Aug 25, 2020
  7. Jun 13, 2020
  8. Feb 15, 2020
    • Tim van Dijen's avatar
      Fully typehint lib/Metadata/*.php · cc64093d
      Tim van Dijen authored
      cc64093d
    • Tim van Dijen's avatar
      Remove 2.0 deprecations (#1281) · 2c8aa8a6
      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 
      2c8aa8a6
  9. Feb 14, 2020
  10. Dec 24, 2019
  11. Oct 01, 2019
  12. Aug 18, 2019
  13. Jun 06, 2019
  14. May 16, 2019
  15. Feb 03, 2019
  16. Oct 17, 2018
  17. Aug 26, 2018
  18. Aug 22, 2018
  19. Aug 13, 2018
  20. Jul 20, 2018
    • Tim van Dijen's avatar
      Fix comparison · 2f6f022c
      Tim van Dijen authored
      CREATE TABLE may return 0 on some DBMS, but false is always an indicator something's wrong
      2f6f022c
  21. Jun 01, 2018
  22. May 31, 2018
  23. May 29, 2018
  24. May 28, 2018
  25. Apr 13, 2018
  26. Oct 25, 2017
  27. Oct 19, 2017
  28. Jul 06, 2016
    • Jaime Pérez's avatar
      bugfix: Make sure the PDO and Serialize metadata storage handlers return... · 1fa16596
      Jaime Pérez authored
      bugfix: Make sure the PDO and Serialize metadata storage handlers return metadata containing the 'entityid' key.
      
      While investigating issue #393, we noticed that these two handlers don't enforce the entity ID of each entity to be set in the 'entityid' key of the metadata array (the Flatfile and XML handlers to enforce this). Since this is the way we propagate the entity ID (code using metadata won't necessarily have access to the key of the metadata array containing the entity ID, or such a thing might not even exist), we need to make sure the entity ID is set inside the array. Otherwise, if the metadata for an entity does not contain it directly, the 'ExpectedIssuer' would be set to null, an error recorded, and authentication would fail as the entity ID of the IdP issuing an assertion would not match.
      1fa16596
  29. Mar 03, 2016
    • Jaime Perez Crespo's avatar
      Rename Utils\HTTP::getSelfHostWithoutPort() to... · d4de56da
      Jaime Perez Crespo authored
      Rename Utils\HTTP::getSelfHostWithoutPort() to Utils\HTTP::getSelfHostWithNonStandardPort(), change the logic, and reimplement Utils\HTTP::getSelfHost() to depend on use the former. Complete the tests to include the case of port 443 while using HTTPS.
      d4de56da
  30. Mar 02, 2016
  31. Feb 17, 2016
Loading