diff --git a/src/Service/Content.php b/src/Service/Content.php index 079b160..feb2f5b 100644 --- a/src/Service/Content.php +++ b/src/Service/Content.php @@ -1359,7 +1359,7 @@ public static function redirectToGetOAuth2User( Util::setSessionVar('responsesubmit', $responsesubmit); $csrf = Util::getCsrf(); $csrf->setCookieAndSession(); - $extraparams = arary(); + $extraparams = array(); $extraparams['state'] = $csrf->getTokenValue(); // To bypass SSO at IdP, check for session var 'forceauthn' == 1