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