We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb4dbb commit f918c8fCopy full SHA for f918c8f
lib/AA/SAML2.php
@@ -201,7 +201,7 @@ private function getAttributes()
201
if ($nameId->getFormat()) {
202
$nameIdFormat = $nameId->getFormat();
203
}
204
- $nameIdValue = [$nameId->getValue()];
+ $nameIdValue = $nameId->getValue();
205
206
SimpleSAML\Logger::info('[aa] Received attribute query for '.$nameIdValue.' (nameIdFormat: '.$nameIdFormat.')');
207
0 commit comments