Skip to content
Snippets Groups Projects
  1. Jan 05, 2022
  2. Jan 04, 2022
    • David Taylor's avatar
      DEV: Avoid storing state in the SAMLAuthenticator instance (#61) · b486bfdb
      David Taylor authored
      There is only one SAMLAuthenticator instance per-process. Storing user-specific state in it is risky (although, in our default unicorn-based config, is unlikely to cause issues because we only handle one concurrent request per process).
      
      This commit also updates our implementation to use the built-in `#single` and `#multi` methods provided by the SAML gem. This avoids the need for our custom `&.first`, `&.split` and `&.join` implementation.
  3. Dec 29, 2021
  4. Dec 23, 2021
  5. Dec 16, 2021
  6. Dec 15, 2021
  7. Dec 13, 2021
  8. Dec 10, 2021
  9. Dec 09, 2021
  10. Dec 08, 2021
  11. Dec 07, 2021
    • David Taylor's avatar
      FIX: Update name selection logic (#42) · 9b079332
      David Taylor authored
      For `name`, the previous intention was to use the `fullName` attribute, and then fallback to "firstname lastname". However, a bug in the implementation meant that the `fullName` was skipped.
      
      This commit updates the logic to lean on omniauth-saml's attribute_statements for the fullName, firstName and lastName attributes, and also updates the priority logic so that fullName is indeed prioritized.
  12. Dec 06, 2021
  13. Oct 27, 2021
  14. Oct 21, 2021
  15. Sep 27, 2021
  16. Sep 24, 2021
  17. Sep 22, 2021
  18. Jul 27, 2021
  19. Jul 23, 2021
  20. Mar 25, 2021
  21. Nov 12, 2020
  22. Jun 05, 2020
  23. Apr 29, 2020
  24. Apr 23, 2020
Loading