Skip to content
Snippets Groups Projects
  1. Dec 21, 2016
  2. Oct 27, 2016
    • Andrius's avatar
      Fix required attributes duplication · d4580a1e
      Andrius authored
      While parsing the XML metadata file of SP, attributes in AttributeConsumerService marked as required where added multiple time causing duplication of attribute keys in attributes.required section.
      d4580a1e
  3. Aug 05, 2016
  4. Jul 26, 2016
    • Jaime Pérez's avatar
      Bump the version of the SAML2 library. · b02c5432
      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.
      b02c5432
  5. 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
  6. Jul 02, 2016
  7. Jun 08, 2016
  8. Mar 29, 2016
  9. Mar 09, 2016
  10. 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
  11. Mar 02, 2016
  12. Feb 26, 2016
  13. Feb 25, 2016
  14. Feb 24, 2016
  15. Feb 17, 2016
  16. Nov 06, 2015
  17. Oct 11, 2015
  18. Aug 05, 2015
  19. Aug 04, 2015
  20. Aug 03, 2015
Loading