Skip to content

Commit f918c8f

Browse files
committed
fix in module-hexaa
1 parent 4fb4dbb commit f918c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AA/SAML2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ private function getAttributes()
201201
if ($nameId->getFormat()) {
202202
$nameIdFormat = $nameId->getFormat();
203203
}
204-
$nameIdValue = [$nameId->getValue()];
204+
$nameIdValue = $nameId->getValue();
205205

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

0 commit comments

Comments
 (0)