Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Namespace collapse

...

This element is defined by the urn:mace:shibboleth:2.0:resolver:dc schema schema, which is located at http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd.

Typically the XML "CDATA" construct is used to wrap the text because it avoids the need for special escaping of most characters.

...

Code Block
languagexml
titleUsing Principal Name
<dc:FilterTemplate><FilterTemplate>
  <![CDATA[
          (uid=$resolutionContext.principal)
  ]]>
</dc:FilterTemplate>
Code Block
languagexml
titleUsing a Dependent Attribute
<dc:FilterTemplate><FilterTemplate>
  <![CDATA[
          (uid=$employeeNumber.get(0))
  ]]>
</dc:FilterTemplate>

Attributes

...