2017 © Pedro Peláez
 

simplesamlphp-module simplesamlphp-module-aggregator

A SAML 2.0 metadata aggregator for SimpleSAMLphp.

image

simplesamlphp/simplesamlphp-module-aggregator

A SAML 2.0 metadata aggregator for SimpleSAMLphp.

  • Tuesday, August 2, 2016
  • by jaime
  • Repository
  • 6 Watchers
  • 0 Stars
  • 6,791 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

Aggregator

This is a module for SimpleSAMLphp that aggregates a set of SAML entities into SAML 2.0 metadata documents. The resulting metadata documents contain an EntitiesDescriptor element with the multiple entities configured as sources inside. Multiple aggregates can be configured at the same time., (*1)

Please note that this module has been deprecated in favour of the more recent Aggregator2 module., (*2)

Configuration

To configure the aggregator module, add a PHP file named module_aggregate.php to the config directory in the root of your SimpleSAMLphp installation. Alternatively, you can use the configuration template provider in the config-templates directory of this module., (*3)

The configuration file includes an option aggregators, which includes a indexed list of different aggregator configurations that all can be accessed independently. The structure is as follows:, (*4)

    'aggregators' => array(
        'aggr1' => array(
            'sources' => [...]
            [...local params...]
        ),
        'aggr2' => ...
    )
    [...global params...]

All of the global parameters can be overriden for each aggregator. Here is a list of the available (global) paramters:, (*5)

  • maxDuration: Max validity of metadata (duration) in seconds., (*6)

  • reconstruct: Whether simpleSAMLphp should regenerate the metadata XML (TRUE) or pass-through the input metadata XML (FALSE)., (*7)

  • RegistrationInfo: Allows to specify information about the registrar of this metadata. Please refer to the MDRPI extension document for further information., (*8)

  • set: By default all SAML types are available, including: array('saml20-idp-remote', 'saml20-sp-remote'). This list can be reduced by specifying one of the following values:, (*9)

    • saml20-idp-remote
    • saml20-sp-remote
    • saml2
  • sign.enable: Enable signing of metadata document, (*10)

  • sign.certificate: Certificate to embed, corresponding to the private key., (*11)

  • sign.privatekey: Private key to use when signing, (*12)

  • sign.privatekey_pass: Optionally a passphrase to the private key, (*13)

Accessing the aggregate

On the SimpleSAMLphp frontpage on the federation tab, there is a link to the aggregator named Metadata aggregator., (*14)

When accessing the aggregator endpoint without specifying an aggregate ID, a list of available aggregators will be presented, with different options for mime-type presenting the result., (*15)

The endpoint supports the following query parameter:, (*16)

  • id: The ID of the aggregator (From configuration file), (*17)

  • set: Subset the available types of SAML entities. Similar to the set parameter described over in the configuration file description., (*18)

  • exclude: Specify a tag that will be excluded from the metadata set. Useful for leaving out your own federation metadata., (*19)

  • mimetype: Select the Mime-Type that will be used. Default is application/samlmetadata+xml., (*20)

The Versions

02/08 2016

dev-master

9999999-dev http://simplesamlphp.org

A SAML 2.0 metadata aggregator for SimpleSAMLphp.

  Sources   Download

LGPL-2.1

The Requires

 

by Jaime Perez
by Olav Morken

saml2 metadata

10/08 2015

v1.0

1.0.0.0 http://simplesamlphp.org

A SAML 2.0 metadata aggregator for SimpleSAMLphp.

  Sources   Download

LGPL-2.1

The Requires

 

by Jaime Perez
by Olav Morken

saml2 metadata