Skip to content
Snippets Groups Projects
  1. Dec 08, 2021
    • David Taylor's avatar
      DEV: Move `saml_request_method` handling into the OmniAuth strategy (#44) · 95ccea3f
      David Taylor authored
      Putting this logic into the omniauth strategy is much cleaner because:
      - we no longer need a Rails controller and the associated `custom_url` parameter
      - we can re-use the `authn_request` instance which is automatically generated by the omniauth strategy, rather than re-implementing that logic
      - the behavior is decided at runtime, rather than during initialization. This makes it testable, and is another step on the way to making the plugin multisite-compatible
      
      This commit also introduces a spec for the feature.
  2. Dec 06, 2021
  3. Sep 27, 2021
  4. Sep 22, 2021
  5. Mar 25, 2021
  6. Apr 23, 2020
  7. Apr 17, 2020
  8. Feb 04, 2020
  9. Nov 25, 2019
  10. Mar 20, 2019
  11. Dec 17, 2018
  12. Dec 06, 2018
  13. Oct 30, 2018
  14. Oct 23, 2018
  15. Oct 12, 2018
  16. Sep 19, 2018
  17. Sep 07, 2018
  18. Jul 12, 2018
  19. Jun 06, 2018
  20. Apr 05, 2018
  21. Mar 02, 2018
  22. Mar 01, 2018
  23. Feb 27, 2018
  24. Nov 07, 2017
  25. Oct 30, 2017
  26. Oct 26, 2017
  27. Oct 11, 2017
  28. Sep 04, 2017
  29. Apr 11, 2017
  30. Apr 10, 2017
  31. Apr 07, 2017
  32. Jan 05, 2017
  33. Dec 21, 2016
Loading