We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3831b3b commit 6a84e5dCopy full SHA for 6a84e5d
src/SAML2/Entity/ServiceProvider.php
@@ -337,7 +337,6 @@ protected function decryptAndVerifyAssertions(array $unverifiedAssertions): arra
337
*/
338
protected function decryptElement(EncryptedElementInterface $element): EncryptableElementInterface
339
{
340
- // TODO: When CBC-mode encryption is used, the assertion OR the Response must be signed
341
$factory = $this->encryptionAlgorithmFactory;
342
343
// If the IDP has a pre-shared key, try decrypting with that
0 commit comments