Skip to content
Snippets Groups Projects
  1. Oct 19, 2017
  2. 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
  3. 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
  4. Aug 05, 2016
  5. 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
  6. Feb 26, 2016
  7. Feb 25, 2016
  8. Feb 24, 2016
  9. Nov 06, 2015
  10. Oct 11, 2015
  11. Aug 05, 2015
  12. Aug 03, 2015
  13. May 27, 2015
  14. Apr 23, 2015
  15. Apr 21, 2015
  16. Apr 20, 2015
  17. Feb 16, 2015
  18. Oct 06, 2014
  19. Sep 25, 2014
    • Georg Gollmann's avatar
      Import the "required" flag of attributes · 068a2048
      Georg Gollmann authored
      Pass the “required” status of requested attributes from XML metadata to
      metadata-generated/saml20-sp-remote.php. Required attributes are added
      to an “attributes.required” element.
      068a2048
  20. Sep 02, 2014
    • Georg Gollmann's avatar
      Import the "required" flag of attributes · ea194973
      Georg Gollmann authored
      Pass the “required” status of requested attributes from XML metadata to
      metadata-generated/saml20-sp-remote.php. Required attributes are added
      to an “attributes.required” element.
      ea194973
  21. Jun 24, 2014
  22. Jun 18, 2014
  23. Jan 27, 2014
  24. Dec 06, 2013
  25. Mar 13, 2013
  26. Oct 15, 2012
  27. May 04, 2012
    • Olav Morken's avatar
      Add support for the MDUI extension. · 7afde767
      Olav Morken authored
      This patch adds support parsing and generating metadata with the
      mdui:UIInfo and mdui:DiscoHints elements.
      
      Support for generating metadata with the extensions is added to the
      SAML 2.0 IdP. It should also work through the metadata aggregator.
      
      Thanks to Timothy Ace at Synacor, Inc. for implementing this!
      
      git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3088 44740490-163a-0410-bde0-09ae8108e29a
      7afde767
  28. Feb 16, 2012
  29. Mar 09, 2011
  30. Jan 21, 2011
Loading