Skip to content
Snippets Groups Projects
  1. Oct 02, 2018
  2. 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
  3. Sep 14, 2018
  4. Sep 08, 2018
  5. Sep 07, 2018
  6. Sep 04, 2018
  7. Sep 01, 2018
  8. Aug 30, 2018
    • Patrick Radtke's avatar
      Make authfacebook compatibile with new facebook response query parameters · 5d484eaf
      Patrick Radtke authored
      Do not include query parameters when constructing redirect uri for use with
      the `access_token` endpoint.
      
      Background:
      Depending on your Facebook app configuration Facebook may return additional query
      parameters after a a user authorizes an app. The module was incorrectly adding
      these extra params to its redirect uri and generating a redirect uri that is
      not in the app's whitelist.
      5d484eaf
  9. Aug 28, 2018
  10. Aug 27, 2018
  11. Aug 25, 2018
  12. Aug 23, 2018
  13. Aug 22, 2018
  14. Aug 18, 2018
  15. Aug 16, 2018
  16. Aug 12, 2018
    • Tim van Dijen's avatar
      Fix namespace-issue · 1a46df1b
      Tim van Dijen authored
      I had to rename the class because 'static' is a protected keyword, but forgot to rename the file
      1a46df1b
Loading