This is an experimental module for aggregating metadata.
It is designed to preserve most of the common metadata items, and also attempt to preserve unknown elements.
This is a module for metadata aggregation. It is designed to preserve most of the common metadata items, and it also
attempts to preserve unknown elements. Metadata sources are parsed and rebuilt, so small differences between the
original sources and the metadata generated may occur. More specifically:
*Note*: This aggregator only works on XML metadata, and does its work independently of the of other parts of simpleSAMLphp, such as the `metarefresh` module.
* Signatures will be removed from every signed metadata source.
* All sources will be wrapped up in an `EntitiesDescriptor` element.
*Note*: This aggregator works only with XML metadata, and does its work independently of other parts of SimpleSAMLphp,
such as the `metarefresh` module.
Configuration
...
...
@@ -13,11 +18,10 @@ Configuration
This module is configured through the `config/module_aggregator2.php` configuration file.
An example file is available in `modules/aggregator2/config-templates/`: