Skip to content

Commit

Permalink
Fix default value for $continueOnDecryptionFailure
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuralClone committed Jun 6, 2024
1 parent a198076 commit d46004b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/web_token_verification.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<argument type="collection" /> <!-- Mandatory claims -->
<argument type="collection" /> <!-- Allowed signature algorithms -->
<argument /> <!-- Signature keyset -->
<argument on-invalid="null" /> <!-- Continue on decryption failure -->
<argument>null</argument> <!-- Continue on decryption failure -->
<argument type="collection" /> <!-- JWE header checkers -->
<argument type="collection" /> <!-- Allowed key encryption algorithms -->
<argument type="collection" /> <!-- Allowed content encryption algorithms -->
Expand Down

0 comments on commit d46004b

Please sign in to comment.