You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
The attributes returned by any IdP using this SilAuth repo currently contain an eduPersonTargetId (incorrect) field, rather than an eduPersonTargetedId (correct) field:
If I remember correctly, there is also an authproc that we are/should-be using to generate the real eduPersonTargetedId attribute... though that's just going from memory, so it might not be correct. I believe there are places where we are doing this correctly now, so searching our metadata might provide a correct example now. Just for what that's worth.
The attributes returned by any IdP using this SilAuth repo currently contain an
eduPersonTargetId
(incorrect) field, rather than aneduPersonTargetedId
(correct) field:simplesamlphp-module-silauth/src/saml/User.php
Line 21 in 8e8eb79
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.
The text was updated successfully, but these errors were encountered: