Skip to content

Commit ed8bec7

Browse files
damikaeltvdijen
authored andcommitted
Fix set AuthnContextClassRef Comparison
1 parent f1c020f commit ed8bec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/saml/lib/Auth/Source

modules/saml/lib/Auth/Source/SP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ private function startSSO2(Configuration $idpMetadata, array $state)
530530
$comp = $idpMetadata->getString('AuthnContextComparison');
531531
} elseif (
532532
isset($state['saml:AuthnContextComparison'])
533-
&& in_array($state['AuthnContextComparison'], [
533+
&& in_array($state['saml:AuthnContextComparison'], [
534534
Constants::COMPARISON_EXACT,
535535
Constants::COMPARISON_MINIMUM,
536536
Constants::COMPARISON_MAXIMUM,

0 commit comments

Comments
 (0)