From 2cea6e91d5327edab74c136895422c67b572f022 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Tue, 30 Jul 2024 14:00:25 +0200 Subject: [PATCH] Fix SP --- src/SAML2/Entity/ServiceProvider.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SAML2/Entity/ServiceProvider.php b/src/SAML2/Entity/ServiceProvider.php index 838214ed2..d3deb4fd8 100644 --- a/src/SAML2/Entity/ServiceProvider.php +++ b/src/SAML2/Entity/ServiceProvider.php @@ -337,7 +337,6 @@ protected function decryptAndVerifyAssertions(array $unverifiedAssertions): arra */ protected function decryptElement(EncryptedElementInterface $element): EncryptableElementInterface { - // TODO: When CBC-mode encryption is used, the assertion OR the Response must be signed $factory = $this->encryptionAlgorithmFactory; // If the IDP has a pre-shared key, try decrypting with that