Skip to content

Commit

Permalink
fix in module-hexaa
Browse files Browse the repository at this point in the history
  • Loading branch information
szabogyula committed Mar 25, 2019
1 parent 4fb4dbb commit f918c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AA/SAML2.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ private function getAttributes()
if ($nameId->getFormat()) {
$nameIdFormat = $nameId->getFormat();
}
$nameIdValue = [$nameId->getValue()];
$nameIdValue = $nameId->getValue();

SimpleSAML\Logger::info('[aa] Received attribute query for '.$nameIdValue.' (nameIdFormat: '.$nameIdFormat.')');

Expand Down

0 comments on commit f918c8f

Please sign in to comment.