The attributes returned by any IdP using this SilAuth repo currently contain an eduPersonTargetId (incorrect) field, rather than an eduPersonTargetedId (correct) field:
https://github.com/silinternational/simplesamlphp-module-silauth/blob/8e8eb79b543a5689145f232247e3efb426c997ca/src/saml/User.php#L21
There are a handful of other places where we have also made this mistake:
https://github.com/search?q=org%3Asilinternational+eduPersonTargetID&type=Code
As a first step in resolving this, we'll probably need to make sure no SP's are depending on this mistyped version of that field name.
(Original issue)
The attributes returned by any IdP using this SilAuth repo currently contain an
eduPersonTargetId(incorrect) field, rather than aneduPersonTargetedId(correct) field:https://github.com/silinternational/simplesamlphp-module-silauth/blob/8e8eb79b543a5689145f232247e3efb426c997ca/src/saml/User.php#L21
There are a handful of other places where we have also made this mistake:
https://github.com/search?q=org%3Asilinternational+eduPersonTargetID&type=Code
As a first step in resolving this, we'll probably need to make sure no SP's are depending on this mistyped version of that field name.
(Original issue)