Skip to content
Snippets Groups Projects
  1. Jan 29, 2023
  2. Jan 28, 2023
    • Tim van Dijen's avatar
      RequestedAuthnContext source selector (#1749) · 23bdd57e
      Tim van Dijen authored
      * Fix missing state parameter
      
      * Slightly rationalize naming convention for selectors
      
      * Add RequestedAuthnContextSelector
      
      * Allow source-selector to return multiple sources
      
      * Fix docs
      
      * Revert return-type change
      
      * Throw exception for incomplete config
      
      * Remove test-data for non-implemented cases
      
      * Codesniffer fix
      23bdd57e
  3. Jan 27, 2023
  4. Jan 25, 2023
    • Thijs Kinkhorst's avatar
      Update upgrade notes · 5209db3b
      Thijs Kinkhorst authored
      5209db3b
    • Thijs Kinkhorst's avatar
      Fix and improve multiauth module · 3905b65e
      Thijs Kinkhorst authored
      - Fix several bugs to make it actually work.
      - Simplify code a lot.
      - Move presentation concerns to the template and use standard
        functionaliy for translation.
      
      A small change needed to be made in the name of the css_class
      setting (previously css-class) in the name of simplicity.
      3905b65e
  5. Jan 24, 2023
  6. Jan 23, 2023
  7. Jan 21, 2023
  8. Jan 20, 2023
  9. Jan 19, 2023
  10. Jan 12, 2023
  11. Jan 06, 2023
    • Thijs Kinkhorst's avatar
      Remove notice about AuthMemcookie deprecated since 1.15. · 287eabb1
      Thijs Kinkhorst authored
      It's just a module now.
      287eabb1
    • Thijs Kinkhorst's avatar
      Rationalize NameIDFormat config. (#1741) · 19d1c814
      Thijs Kinkhorst authored
      This was a mixture of legacy supported options, some of them
      deprecated, and data types, and also implemented differently
      in some places than others.
      
      This changes it once more but hopefully for the better:
      * The value is always an array or null/unset.
      * You can set it to a specific array to get a specific policy.
      * You can leave it unset/null to keep the default policy.
      * You can set it to the empty array to signal that you do not
      want any policy to be sent.
      * The string and bool types are no longer allowed.
      
      All in all this means that we can make code much simpler, a lot
      less if-branching, and also typewise make use of correct typehints.
      
      The behaviour changes are as follows:
      - We drop the already deprecated option to set it as a string
        (deprecated in 1.17).
      - To not send the element you need to change false to [];
        this was not deprecated before but I believe setting it to
        false was already broken in master.
      19d1c814
  12. Jan 05, 2023
  13. Jan 04, 2023
  14. Jan 03, 2023
  15. Jan 01, 2023
Loading