We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c020f commit ed8bec7Copy full SHA for ed8bec7
1 file changed
modules/saml/lib/Auth/Source/SP.php
@@ -530,7 +530,7 @@ private function startSSO2(Configuration $idpMetadata, array $state)
530
$comp = $idpMetadata->getString('AuthnContextComparison');
531
} elseif (
532
isset($state['saml:AuthnContextComparison'])
533
- && in_array($state['AuthnContextComparison'], [
+ && in_array($state['saml:AuthnContextComparison'], [
534
Constants::COMPARISON_EXACT,
535
Constants::COMPARISON_MINIMUM,
536
Constants::COMPARISON_MAXIMUM,
0 commit comments