|
@@ -53,7 +53,7 @@ |
|
|
block discarded – undo |
|
53
|
53
|
|
|
54
|
54
|
$count = 0; |
|
55
|
55
|
|
|
56
|
|
- $ssoState->modify(function (SsoSessionState $session) use ($entityId, $nameId, $nameIdFormat, &$count) { |
|
|
56
|
+ $ssoState->modify(function(SsoSessionState $session) use ($entityId, $nameId, $nameIdFormat, &$count) { |
|
57
|
57
|
if (($session->getIdpEntityId() == $entityId || $session->getSpEntityId() == $entityId) && |
|
58
|
58
|
$session->getNameId() == $nameId && |
|
59
|
59
|
$session->getNameIdFormat() == $nameIdFormat |
Please login to merge, or discard this patch.