Skip to content
Snippets Groups Projects
  1. Jul 20, 2018
  2. Jun 01, 2018
  3. May 31, 2018
  4. May 29, 2018
  5. May 28, 2018
  6. May 24, 2018
  7. May 02, 2018
    • dombenson's avatar
      Support metadataxml in config (#820) · 0d1599a2
      dombenson authored
      * Support metadata XML directly in config
      Also consider 'xml' as a key, in addition to 'url' and 'file'.
      When provided, attempt to load this directly as a metadata XML string.
      This is useful when working with dynamic configuration and external polling of metadata updates.
      
      * Test loading XML from a fixed string
      No preexisting test in this area
      Adjust XML loader to only get global config in file mode - otherwise it is
      unused, and it might pollute the test usage.
      Test that an actully invalid config throws an exception, but that minimal valid
      (albeit useless) XML is accepted.
      0d1599a2
  8. Apr 18, 2018
  9. Apr 13, 2018
  10. Jan 06, 2018
  11. Jan 05, 2018
  12. Nov 14, 2017
  13. Oct 25, 2017
  14. Oct 19, 2017
  15. Aug 19, 2017
  16. Aug 04, 2017
  17. Jun 08, 2017
  18. Jun 01, 2017
    • Thomas Vanhaniemi's avatar
      Added configuration support for index and isDefault on the generated... · bda996f9
      Thomas Vanhaniemi authored
      Added configuration support for index and isDefault on the generated md:AttributeConsumingService element
      
      Added two metadata configuration options attributes.index and attributes.isDefault to the Service Provider section that outputs to the md:AttributeConsumingService element.
      attributes.index overrides the index attribute value with another integer value specified.
      attributes.isDefault adds the isDefault attribute with the given boolean value, if the configuration option is specified.
      bda996f9
  19. Mar 30, 2017
    • Jaime Pérez Crespo's avatar
      Refactor SimpleSAML\Utils\XML::isDOMElementOfType() · cf2bce97
      Jaime Pérez Crespo authored
      It actually needs a DOMNode, so it has been renamed to isDOMNodeOfType().
      
      Additionally, some superfluous asserts() have been removed, and SimpleSAML\Utils\XML::getDOMChildren() has also changed its signature, as it should also receive a DOMNode, not a DOMElement.
      cf2bce97
  20. Dec 22, 2016
  21. Dec 21, 2016
  22. Nov 09, 2016
  23. 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
  24. Aug 05, 2016
  25. 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
  26. 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
  27. Jul 02, 2016
  28. Jun 08, 2016
  29. Mar 29, 2016
  30. Mar 09, 2016
Loading