Skip to content
Snippets Groups Projects
  1. Sep 13, 2022
  2. Jul 09, 2022
  3. May 29, 2022
  4. Aug 31, 2021
  5. Sep 15, 2020
  6. Aug 27, 2020
  7. May 06, 2020
  8. May 05, 2020
  9. Dec 24, 2019
  10. Oct 01, 2019
  11. Jul 15, 2019
  12. Jun 11, 2019
    • Patrick's avatar
      Allow list of entity ids to be loaded to better support idpList (#1138) · 519968c6
      Patrick authored
      * Allow list of entity ids to be loaded to better support idpList
      
      Certain metadata sources, like mdq, were don't support loading all metadata which
      prevented them from being used with idplist. This change adds support for allowing
      metadata sources to load a list of entities, allowing MDQ to be used for idp list.
      519968c6
  13. May 10, 2019
  14. Mar 21, 2019
  15. Oct 18, 2018
  16. May 31, 2018
  17. May 02, 2018
    • dombenson's avatar
      Support metadataxml in config (#820) · 0d1599a2
      dombenson authored
      * Support metadata XML directly in config
      Also consider 'xml' as a key, in addition to 'url' and 'file'.
      When provided, attempt to load this directly as a metadata XML string.
      This is useful when working with dynamic configuration and external polling of metadata updates.
      
      * Test loading XML from a fixed string
      No preexisting test in this area
      Adjust XML loader to only get global config in file mode - otherwise it is
      unused, and it might pollute the test usage.
      Test that an actully invalid config throws an exception, but that minimal valid
      (albeit useless) XML is accepted.
      0d1599a2
Loading