Skip to content
Snippets Groups Projects
  1. Jan 05, 2023
  2. Jan 04, 2023
  3. Jan 03, 2023
  4. Jan 01, 2023
  5. Dec 30, 2022
  6. Dec 29, 2022
  7. Dec 23, 2022
    • ubiav's avatar
      Adjusted module path from "lib" to "src" · 411455ef
      ubiav authored
      It appears that the custom auth classes (i.e. UserPassBase) were moved from the modules/core/lib to modules/core/src.  Likewise, when creating a custom auth source, I found that the path in my module needs to match this path (e.g. modules/mymodule/src instead of modules/mymodule/lib).  Updated documentation page to reflect the change.
      411455ef
    • Thijs Kinkhorst's avatar
      document removed base64attributes · c8cb0a88
      Thijs Kinkhorst authored
      c8cb0a88
    • Thijs Kinkhorst's avatar
      Remove base64attributes feature · ddd54a1b
      Thijs Kinkhorst authored
      This would encode all attributes sent by the IdP (or decode received
      by the SP) with base64. As far as I could deduce this is from the
      early days of federation, used nowhere anymore, no one came forward
      that did, but cannot get certainty. Best way to find out might just
      be to drop it. We can easily reinstate it if some use case does turn
      up.
      
      Note that the IdP can still perform this behaviour with the more
      generic attributeencodings feature.
      ddd54a1b
  8. Dec 16, 2022
  9. Dec 13, 2022
  10. Dec 12, 2022
  11. Dec 10, 2022
  12. Dec 05, 2022
  13. Nov 28, 2022
  14. Nov 23, 2022
  15. Nov 22, 2022
  16. Nov 18, 2022
  17. Nov 16, 2022
  18. Nov 15, 2022
    • Tim van Dijen's avatar
      Clean repo & release-script (#1717) · ecd5db16
      Tim van Dijen authored
      
      * Change build-script to leverage composer archive
      
      * No longer include data/ cache/ and log/ directories. They don't belong in the install-dir
      
      * Remove unnecessary .gitkeep files
      
      * Merge config&config-templates and metadata&metadata-templates; templates renamed to .dist
      
      * Reduce git clone overhead
      
      * Throw an exception if datadir not set
      
      Co-authored-by: default avatarThijs Kinkhorst <thijs@kinkhorst.com>
      ecd5db16
  19. Nov 09, 2022
  20. Oct 29, 2022
  21. Oct 27, 2022
  22. Oct 26, 2022
Loading