Skip to content
Snippets Groups Projects
  1. Nov 13, 2023
  2. Nov 02, 2023
  3. Aug 02, 2023
  4. Jul 26, 2023
  5. Jun 16, 2023
  6. Jun 15, 2023
  7. Jun 12, 2023
  8. Jun 11, 2023
    • Tim van Dijen's avatar
      Update metadata-extensions (#1807) · 51d7ee4e
      Tim van Dijen authored
      * Migrate metadata-extensions to new interface
      
      * Bump saml2-library
      
      * Migrate md:Organization to new interface
      
      * Bump saml2 library
      
      * Drop hint.cidr functionality; use mdui:DiscoHints/IPHint instead
      
      * Migrate md:KeyDescriptor to new interface
      
      * Bump saml2 library
      
      * Migrate ds-elements to new interface from xml-security lib
      
      * Migrate md:ContactPerson to new interface
      
      * Fix hosted SP metadata generation
      
      * Fix codesniffer issues
      
      * Bump saml2-lib
      
      * Migrate md:NameIDFormat to new interface
      
      * Migrate (indexed) endpoints to new interface
      
      * Fix for NameIDFormat
      
      * Fix minor bugs
      
      * Fix long lines
      
      * Fix array key initializatino
      
      * Only add isRequired attribute when it's true
      
      * Update composer-file
      
      * Remove unnecessary test; the saml2-lib ensures a specs-compliant representation of an AttributeConsumerService-element
      
      * Fix annotation
  9. May 12, 2023
    • Tim van Dijen's avatar
      Fix some issues reported by scrutinizer · 1a911ce9
      Tim van Dijen authored
      1a911ce9
    • Tim van Dijen's avatar
      Propagate Symfony responses throughout the code (#1760) · a6458f5b
      Tim van Dijen authored
      * Migrate HTTP::redirect
      
      * Migrate HTTP::redirectTrustedURL
      
      * Migrate HTTP::redirectUntrustedURL
      
      * Migrate HTTP::submitPOSTData
      
      * Temporarily revert to make phpunit work
      
      * Migrate logout handlers
      
      * Remove unnecessary assertion & simplify logics
      
      * Remove unnecessary assertion & add new one to check response type
      
      * Remove unnecessary assertion & rationalize code
      
      * Migrate IdPDisco
      
      * Migrate ProcessingChain
      
      * Fix return-type & drop unnecessary use-statement
      
      * Address review comments
      
      * Do not add caching headers at all
      
      * Fix type-confusions
      
      * Migrate saml2 bindings
      
      * Migrate completeAuth
      
      * Migrate handleLogout
      
      * Migrate some more
      
      * Migrate a whole lot more (messy)
      
      * Migrate logout
      
      * Migrate a whole lot more (also messy)
      
      * Many fixes
      
      * Raise coverage
      
      * Psalm: Ignore exteranl adfs-module
      
      * Replace use of _GET globals
      
      * Migrate bindings (send)
      
      * Migrate bindings (receive)
      
      * Fix psalm-dev
      
      * Fix assertion
      
      * s/subclassOf/isInstanceOf
      
      * Fix type-confusion in logout handlers
      
      * Update container
      
      * Bump saml2 + adfs
      
      * Rename namespace
  10. May 09, 2023
  11. Mar 08, 2023
  12. Feb 26, 2023
  13. Feb 20, 2023
  14. Feb 15, 2023
  15. Feb 13, 2023
  16. Jan 06, 2023
    • 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.
  17. Dec 12, 2022
  18. Oct 27, 2022
  19. Oct 26, 2022
  20. Sep 14, 2022
  21. Jun 20, 2022
  22. Jun 13, 2022
  23. May 30, 2022
  24. May 04, 2022
  25. Mar 16, 2022
  26. Feb 21, 2022
Loading