Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrencegf committed May 26, 2017
1 parent cde5561 commit b8aeb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Content.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8aeb3e

Please sign in to comment.