We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b0530 commit 45aaa2fCopy full SHA for 45aaa2f
1 file changed
src/Response/Processor.php
@@ -153,7 +153,7 @@ private function processAssertions(Response $response): ArrayCollection
153
);
154
155
if (!$this->responseIsSigned) {
156
- foreach ($assertions as $assertion) {
+ foreach ($decryptedAssertions as $assertion) {
157
if (!$assertion->wasSignedAtConstruction()) {
158
throw new UnsignedResponseException(
159
'Both the response and the assertion it contains are not signed.',
0 commit comments