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
!self::testComparison(
$usersCapabilities,
$supportedRequestedContexts,
$state['saml:RequestedAuthnContext']['Comparison'],
$state['saml:RequestedAuthnContext']['Comparison'] ?? Constants::COMPARISON_EXACT,
$upstreamContext,
$mfaEnforced
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment