We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b75a3 commit 6b8c4c0Copy full SHA for 6b8c4c0
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