Skip to content
Snippets Groups Projects
  1. May 31, 2018
  2. May 29, 2018
  3. May 28, 2018
  4. Apr 13, 2018
  5. Oct 25, 2017
  6. Oct 19, 2017
  7. 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
  8. 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
  9. Mar 02, 2016
  10. Feb 17, 2016
  11. Jul 31, 2015
  12. Jul 22, 2015
  13. Jul 21, 2015
  14. Jul 20, 2015
  15. Jun 16, 2015
  16. Apr 22, 2015
  17. Apr 08, 2015
  18. Apr 02, 2015
Loading