Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: link SCHAC

...

Note
titlePreparation for missing SCHAC transcoding rules

Since IDPv4 currently does not come with transcoding rules for SCHAC Attributes we're adding those from a configuration snipped curated by our friends at DFN:

Download the referenced XML file to /opt/shibboleth-idp/conf/attributes/schac.xml:

No Format
curl -sSo /opt/shibboleth-idp/conf/attributes/schac.xml https://download.aai.dfn.de/schema/dfnMisc.xml

and then add an include import for it to /opt/shibboleth-idp/conf/attributes/default-rules.xml, after the other import elements:

Code Block
languagexml
<import resource="schac.xml" />

With these amended rules we can now make use of the same short/clean AttributeDefinitions for SCHAC-defined attributes as for inetOrgPerson, eduPerson, etc.

...