Skip to content

Commit

Permalink
Fix SP
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 30, 2024
1 parent ab8e33a commit 2cea6e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SAML2/Entity/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cea6e9

Please sign in to comment.