Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

However, InCommon no longer issues URNs to IdPs and instead strongly encourages the use of URLs instead. Type the following command to produce a list of legacy URNs in InCommon metadata:

Code Block
languagebash

# list the URNs in metadata
$ curl --silent http://md.incommon.org/InCommon/InCommon-metadata.xml \
  | grep -F '"urn:mace:incommon' \
  | sed -e 's/^.*"\(urn:mace:incommon[^"]*\).*$/\1/' \
  | wc -l
      76

Simply omit the last command in the pipe (wc) to produce the actual list, or better yet, view a pre-computed list of URN-based entityIDs in InCommon metadata.