Skip to content

Commit c3fdb7f

Browse files
committed
Bugfix: startSLO2 may return, if the IdP has no SLO endpoint
1 parent d579520 commit c3fdb7f

File tree

1 file changed

+0
-1
lines changed
  • modules/saml/src/Auth/Source

1 file changed

+0
-1
lines changed

modules/saml/src/Auth/Source/SP.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,6 @@ public function logout(array &$state): void
10411041
Assert::oneOf($logoutType, ['saml2']);
10421042

10431043
$this->startSLO2($state);
1044-
Assert::true(false); // Should not return
10451044
}
10461045

10471046

0 commit comments

Comments
 (0)