Skip to content

Commit 7902f9d

Browse files
tvdijenthijskh
authored andcommitted
use getter instead of accessing previously public property
1 parent 8782b75 commit 7902f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Auth/Process/SFO.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ private function startSFO(SimpleSAML_Configuration $idpMetadata, \SAML2\XML\saml
109109
$ar->setNameId($nameid);
110110
$ar->setRelayState($relay);
111111

112-
SimpleSAML\Logger::debug('Sending SAML 2 SFO AuthnRequest for ' . $nameid->value . ' to ' .
112+
SimpleSAML\Logger::debug('Sending SAML 2 SFO AuthnRequest for ' . $nameid->getValue() . ' to ' .
113113
var_export($idpMetadata->getString('entityid'), true). ' with id ' . $ar->getId());
114114

115115
$dst = $idpMetadata->getEndpointPrioritizedByBinding('SingleSignOnService',

0 commit comments

Comments
 (0)