The Shibboleth V2 IdP and SP software have reached End of Life and are no longer supported. This documentation is available for historical purposes only. See the IDP v4 and SP v3 wiki spaces for current documentation on the supported versions.

ResolverPluginDependency

Dependency Configuration

A dependency on a data connector or attribute definition by including one or more elements <resolver:Dependency> as the first element within the connector/definition configuration. The dependency definition requires one attribute, id, that is the ID of the dependent data connector or attribute definition.

Example Attribute Definition with two Dependencies
<resolver:AttributeDefinition xsi:type="someType">
    <resolver:Dependency ref="myLDAP" />
    <resolver:Dependency ref="someAttributeDefinition" />
</resolver:AttributeDefinition>