Skip to content

Commit 6b8c4c0

Browse files
committed
Fix SP
1 parent e3b75a3 commit 6b8c4c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SAML2/Entity/ServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ protected function decryptAndVerifyAssertions(array $unverifiedAssertions): arra
337337
*/
338338
protected function decryptElement(EncryptedElementInterface $element): EncryptableElementInterface
339339
{
340-
// TODO: When CBC-mode encryption is used, the assertion OR the Response must be signed
341340
$factory = $this->encryptionAlgorithmFactory;
342341

343342
// If the IDP has a pre-shared key, try decrypting with that

0 commit comments

Comments
 (0)