@@ -69,7 +69,7 @@ |
||
| 69 | 69 | if ($subjectNameIdFromResponse !== $secondFactor->getSecondFactorIdentifier()) { |
| 70 | 70 | throw new ReceivedInvalidSubjectNameIdException( |
| 71 | 71 | sprintf( |
| 72 | - 'The nameID received from the GSSP (%s) did not match the selected second factor (%s). This '. |
|
| 72 | + 'The nameID received from the GSSP (%s) did not match the selected second factor (%s). This ' . |
|
| 73 | 73 | 'might be an indication someone is tampering with a GSSP. The authentication was started by %s', |
| 74 | 74 | $subjectNameIdFromResponse, |
| 75 | 75 | $secondFactor->getSecondFactorIdentifier(), |
@@ -102,7 +102,7 @@ |
||
| 102 | 102 | } |
| 103 | 103 | |
| 104 | 104 | $secondFactor = $this->secondFactorService->findByUuid($selectedSecondFactorUuid, $responseContext); |
| 105 | - $loaLevel = $this->secondFactorService->getLoaLevel($secondFactor); |
|
| 105 | + $loaLevel = $this->secondFactorService->getLoaLevel($secondFactor); |
|
| 106 | 106 | $this->responseValidator->validate($request, $secondFactor, $responseContext->getIdentityNameId()); |
| 107 | 107 | |
| 108 | 108 | $authnContextClassRef = $this->loaAliasLookupService->findAliasByLoa($loaLevel); |