Skip to content
Snippets Groups Projects
  1. Aug 17, 2020
  2. Jun 13, 2020
  3. Feb 19, 2020
  4. Feb 15, 2020
  5. Feb 14, 2020
  6. Dec 24, 2019
  7. Oct 01, 2019
  8. Aug 28, 2019
  9. Jul 23, 2019
  10. Jun 06, 2019
  11. Mar 07, 2019
  12. Feb 11, 2019
  13. Jan 18, 2019
  14. Jan 17, 2019
  15. Dec 20, 2018
  16. Dec 11, 2018
  17. Dec 07, 2018
  18. Nov 15, 2018
  19. Nov 13, 2018
  20. Oct 20, 2018
  21. Oct 17, 2018
  22. Oct 02, 2018
  23. Sep 26, 2018
  24. Sep 25, 2018
    • peter's avatar
      PasswordProtectedTransport authncontext when HTTPS · 96b18557
      peter authored
      Following up on the idea mentioned in #937: If the transport is secure fall back to the `PasswordProtectedTransport` authn context class ref, otherwise keep the current default of `Password`.
      
      Requires a version of the SAML2 library with simplesamlphp/saml2#129 merged due to the reference on a newly defined Constant.
      96b18557
  25. Sep 20, 2018
    • Guy Halse's avatar
      f4675749
    • Guy Halse's avatar
      Allow multiple NameIDFormats for IdPs · 06c3de3f
      Guy Halse authored
      The SAML2int spec suggests that IdPs should advertise two name
      identifier formats, and SAML itself supports this. It seems that
      SimpleSAMLphp does too, when handling metadata in XML (it is implemented
      as an array). However the internal metadata format uses getString,
      limiting us to only a single NameIDFormat. So far as I can tell, all
      that's needed to fix this is to change the metadata parser to use
      getArrayizeString to accept either a string or an array, and to cast
      that as a string when necessary.
      This may solve issue simplesamlphp/simplesamlphp#91
      06c3de3f
  26. Aug 26, 2018
  27. Aug 22, 2018
  28. Aug 13, 2018
  29. Aug 05, 2018
  30. Jul 18, 2018
  31. Jul 12, 2018
  32. Jun 01, 2018
Loading