Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typo

...

Code Block
xml
xml
titleRegex Split Attribute Definition
<resolver:AttributeDefinition xsi:type="RegexRegexSplit" xmlns="urn:mace:shibboleth:2.0:resolver:ad"
                              id="UNIQUE_ID"
                              sourceAttributeID="ATTRIBUTE_ID"
                              regex="REGULAR_EXPRESSION">

     <!-- Remaining configuration from the next step goes here -->

</resolver:AttributeDefinition>

...

Code Block
xml
xml
titleRegex Split Attribute Definition with Dependencies
<resolver:AttributeDefinition xsi:type="RegexRegexSplit" xmlns="urn:mace:shibboleth:2.0:resolver:ad"
                              id="UNIQUE_ID"
                              sourceAttributeID="ATTRIBUTE_ID"
                              regex="REGULAR_EXPRESSION">

     <resolver:Dependency ref="DEFINITION_ID_1" />

</resolver:AttributeDefinition>