|
@@ 233-236 (lines=4) @@
|
| 230 |
|
} |
| 231 |
|
|
| 232 |
|
// If the user SHO is available in the <LoAs>, add to the candidates collection. |
| 233 |
|
if (isset($spConfiguredLoas[$normalizedUserSho])) { |
| 234 |
|
$this->logger->info(sprintf('Added Loa "%s" as candidate based on user SHO', $requestedLoa)); |
| 235 |
|
$loaCandidates->add($spConfiguredLoas[$normalizedUserSho]); |
| 236 |
|
} |
| 237 |
|
|
| 238 |
|
// If the IdP SHO is available in the <LoAs>, add the to the candidates collection. |
| 239 |
|
if (isset($spConfiguredLoas[$normalizedIdpSho])) { |
|
@@ 239-242 (lines=4) @@
|
| 236 |
|
} |
| 237 |
|
|
| 238 |
|
// If the IdP SHO is available in the <LoAs>, add the to the candidates collection. |
| 239 |
|
if (isset($spConfiguredLoas[$normalizedIdpSho])) { |
| 240 |
|
$this->logger->info(sprintf('Added Loa "%s" as candidate based on IdP SHO', $requestedLoa)); |
| 241 |
|
$loaCandidates->add($spConfiguredLoas[$normalizedIdpSho]); |
| 242 |
|
} |
| 243 |
|
} |
| 244 |
|
|
| 245 |
|
if (!count($loaCandidates)) { |