Versions Compared

Key

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

...

Code Block
languagexml
titleFor eduPersonTargetedID (legacy) support add it at the end of the REMOTE_USER list
<ApplicationDefaults entityID="..."
    REMOTE_USER="eppn subject-id pairwise-id persistent-id targeted-id"
    ... >

With that in place an application can simply just check for REMOTE_USER and will get the value of the first non-empty attribute listed there (in the order given), but will never receive more than one value.