Skip to content
Snippets Groups Projects
  1. Sep 25, 2018
  2. Sep 23, 2018
  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
  17. Aug 11, 2018
    • Tim van Dijen's avatar
      Fix wrong error being caught · 20e1ca46
      Tim van Dijen authored
      \SimpleSAML\Error\NoPassive is deprecated and all modules now raise \SimpleSAML\Module\saml\Error\NoPassive.
      During this period of deprecation, we need to catch both flavours.
      
      This fixes NoPassive-errors when using consentAdmin
      20e1ca46
Loading