Code Monkey home page Code Monkey logo

simplesamlphp-module-aggregator's Introduction

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.

Please note that this module has been deprecated in favour of the more recent Aggregator2 module.

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.

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:

	'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:

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

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

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

  • 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:

    • saml20-idp-remote
    • saml20-sp-remote
    • saml2
  • sign.enable: Enable signing of metadata document

  • sign.certificate: Certificate to embed, corresponding to the private key.

  • sign.privatekey: Private key to use when signing

  • sign.privatekey_pass: Optionally a passphrase to the private key

Accessing the aggregate

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

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.

The endpoint supports the following query parameter:

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

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

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

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

simplesamlphp-module-aggregator's People

Contributors

andreassolberg avatar jaimeperez avatar olavmo-sikt avatar thijskh avatar tvdijen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.