Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Old versions of the Shib IdP (prior to v2.3.4) don't support entity attributes so we provide an XSLT script that extracts the entity IDs of the Research & Scholarship SPs from a metadata file so that they can be inserted into a configuration file. Run the script (InCommonRandSPolicy.xsl) at the command line as follows:

...

HTML

<pre>
$ <b>curl --silent http://md.incommon.org/InCommon/InCommon-metadata.xml \
    | xsltproc InCommonRandSPolicy.xsl - \
    | tidy -quiet -xml -indent -wrap 0</b>
</pre>

...

The output will include a listing of the entity IDs of all R&S SPs found in the metadata file, which can be plugged into an IdP configuration file:

...