We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3678f2c commit fb24228Copy full SHA for fb24228
lib/Saml2/Response.php
@@ -795,7 +795,7 @@ private function _getAttributesByKeyName($keyName = "Name")
795
if (in_array($attributeKeyName, array_keys($attributes), true)) {
796
if (!$allowRepeatAttributeName) {
797
throw new OneLogin_Saml2_ValidationError(
798
- "Found an Attribute element with duplicated ".$keyName,
+ "Found an Attribute element with duplicated ".$attributeKeyName,
799
OneLogin_Saml2_ValidationError::DUPLICATED_ATTRIBUTE_NAME_FOUND
800
);
801
}
0 commit comments