Skip to content
Snippets Groups Projects
Unverified Commit 851c636c authored by Pavel Břoušek's avatar Pavel Břoušek Committed by GitHub
Browse files

fix: prevent undefined offset warning

parent ad9339a2
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ class AuthnContextHelper ...@@ -66,7 +66,7 @@ class AuthnContextHelper
!self::testComparison( !self::testComparison(
$usersCapabilities, $usersCapabilities,
$supportedRequestedContexts, $supportedRequestedContexts,
$state['saml:RequestedAuthnContext']['Comparison'], $state['saml:RequestedAuthnContext']['Comparison'] ?? Constants::COMPARISON_EXACT,
$upstreamContext, $upstreamContext,
$mfaEnforced $mfaEnforced
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment