We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
eduPersonTargetId
eduPersonTargetedId
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 text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: