Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: file= -> path= for <MetadataProviders> and <AttributeExtractor>

...

Code Block
languagexml
titleCustom Metadata
<ApplicationOverride id="myappname">
    <MetadataProvider type="XML" filepath="idpformyapp-metadata.xml"/>
</ApplicationOverride>

...

Code Block
languagexml
titleCustom Attribute Mappings
<ApplicationOverride id="myappname">
    <AttributeExtractor type="XML" filepath="myapp-attribute-map.xml"/>
</ApplicationOverride>

...