|
@@ -102,7 +102,7 @@ |
|
|
block discarded – undo |
|
102
|
102
|
} |
|
103
|
103
|
|
|
104
|
104
|
$secondFactor = $this->secondFactorService->findByUuid($selectedSecondFactorUuid); |
|
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); |
Please login to merge, or discard this patch.