...
Dependencies are expressed by the <resolver:Dependency>
with a ref
attribute whose value is the unique ID of the attribute definition or the data connector that this connector depends on.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<resolver:DataConnector xsi:type="ComputedId" xmlns="urn:mace:shibboleth:2.0:resolver:dc" id="UNIQUE_ID" sourceAttributeID="SOME_ID" salt="ThisIsRandomText"> <resolver:Dependency ref="DEFINITION_ID_1" /> </resolver:DataConnector> |